arkade: 0.11.65 -> 0.11.69

This commit is contained in:
R. Ryantm
2026-01-29 23:54:52 +00:00
parent db7998a54d
commit aba70c59ae
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.65";
version = "0.11.69";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
tag = version;
hash = "sha256-52yP/SV7xEIb6/w2C/JZcxiiI5Tem2pHsKNLyPFvmOY=";
hash = "sha256-aTgW7zYaY8R4fgfQEg2IKC0+199ZLyLPFEQhKmRqFys=";
};
env.CGO_ENABLED = 0;