arkade: 0.11.59 -> 0.11.60

This commit is contained in:
R. Ryantm
2025-11-28 04:03:37 +00:00
parent bc0da6f230
commit 92027db439
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.59";
version = "0.11.60";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
tag = version;
hash = "sha256-tmn75g4hfayU7zDaP7QPIv46tHHxFgB0ebATS+fYHgI=";
hash = "sha256-2VabFPcvTgkjoGXQDUdDh1BdUB+tS3QsfGDSGerd95Q=";
};
env.CGO_ENABLED = 0;