arkade: 0.11.70 -> 0.11.79

This commit is contained in:
R. Ryantm
2026-02-13 17:03:37 +00:00
parent dd20cb70d7
commit 0a8cf6d656
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "arkade";
version = "0.11.70";
version = "0.11.79";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
tag = finalAttrs.version;
hash = "sha256-M4W1vcAgIE8XzpyBjW2EuqTySNyDRQuQ8rpCpn4TiFY=";
hash = "sha256-J6HRJP86lMvhpt8hX+PLa0X2g8J/G0anCAKUQIBS6fI=";
};
env.CGO_ENABLED = 0;