Merge pull request #246172 from mpscholten/update-ihp-new

ihp-new: 1.0.1 -> 1.1.0
This commit is contained in:
Guillaume Girol 2023-08-07 19:26:23 +00:00 committed by GitHub
commit 20831fcd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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