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

ihp-new: 1.2.0 -> 1.3.0
This commit is contained in:
Weijia Wang
2024-05-05 18:29:24 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ihp-new";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "digitallyinduced";
repo = "ihp";
rev = "v${version}";
sha256 = "sha256-oQz7ZBrHe6WwYMwnxxUgnYM55CuH5Oxjz6mrLnYbB7U=";
sha256 = "sha256-DmaIr9kF+TG24wVNPVufxC74TYMCLziLYS9hCZHBDTc=";
};
dontConfigure = true;