has: 1.5.0 -> 1.5.2

This commit is contained in:
0xeae3f7c0 2025-08-15 15:00:38 +01:00
parent 41a26e79e2
commit 7b58b7c2d3
No known key found for this signature in database
GPG Key ID: FEFC3BEAF58A802A

View File

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