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

ihp-new: 0.20.0 -> 1.0.0
This commit is contained in:
markuskowa 2022-10-25 22:19:41 +02:00 committed by GitHub
commit 88b28689cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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