Merge pull request #216458 from r-ryantm/auto-update/ihp-new

ihp-new: 1.0.0 -> 1.0.1
This commit is contained in:
Nick Cao
2023-02-16 09:22:23 +08:00
committed by GitHub
+2 -2
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;