arkade: 0.11.86 -> 0.11.88

This commit is contained in:
R. Ryantm
2026-03-17 04:50:57 +00:00
parent b32b62d598
commit e7656da8da
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "arkade";
version = "0.11.86";
version = "0.11.88";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
tag = finalAttrs.version;
hash = "sha256-w8Z6gGWS9M0n98XGJ7pQ7zsrImPKKYyiSYlep5p1oGc=";
hash = "sha256-ISito/qTolDRyYSn3z/J6Zc07RlaKWm7t1ugUt3bDkI=";
};
env.CGO_ENABLED = 0;