arkade: 0.11.69 -> 0.11.70

This commit is contained in:
R. Ryantm
2026-02-06 17:31:04 +00:00
parent 04691f35dd
commit a7064061cf
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.69";
version = "0.11.70";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
tag = version;
hash = "sha256-aTgW7zYaY8R4fgfQEg2IKC0+199ZLyLPFEQhKmRqFys=";
hash = "sha256-M4W1vcAgIE8XzpyBjW2EuqTySNyDRQuQ8rpCpn4TiFY=";
};
env.CGO_ENABLED = 0;