arkade: 0.11.50 -> 0.11.51

This commit is contained in:
R. Ryantm
2025-10-17 12:35:48 +00:00
parent 3d6695b9e8
commit 30e6a930fc

View File

@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.50";
version = "0.11.51";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
tag = version;
hash = "sha256-EM4bd++oDQBqcMIcjobvoNzzsQKgkCC0yekY1s/AoNM=";
hash = "sha256-So7ZudZFOC6ImnHfvb+/FxpN0cNVeD2EW+Mu4Y3VPj8=";
};
env.CGO_ENABLED = 0;