3
0
Fork 0
forked from mirrors/nixpkgs

ihp-new: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2023-02-15 08:57:21 +00:00
parent bb3879e877
commit 7b9eefac65

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ihp-new";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "digitallyinduced";
repo = "ihp";
rev = "v${version}";
sha256 = "sha256-8RBZn74pMAOHZL1VzO9DeEeDYm5CE1HOobP9e7Ze0Us=";
sha256 = "sha256-LUIC7Olu2qTxZwgkgVpmTgCEQYDlwvLQFQt3Ox/Vm48=";
};
dontConfigure = true;