Merge pull request #301742 from NikolaiSch/updating-has

has: update 1.4.0 -> 1.5.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-27 17:02:54 +02:00 committed by GitHub
commit bf33eef6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation (finalAttrs: rec {
pname = "has";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "kdabir";
repo = "has";
rev = "v${finalAttrs.version}";
hash = "sha256-3XsNSl4lQfJjEPNGoFj6ABXGkwOUsg9AFDAz8euZApE=";
hash = "sha256-TL8VwFx2tf+GkBwz0ILQg0pwcLJSTky57Wx9OW5+lS4=";
};
dontBuild = true;