arkade: 0.11.37 -> 0.11.38

This commit is contained in:
R. Ryantm
2025-04-05 06:53:35 +00:00
parent 42a1c966be
commit 62bea66cf4
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.37";
version = "0.11.38";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-eo2Kh9b+zQMS/MEiM8cZE0QYUub4zEKFtwBMJnva+Dk=";
hash = "sha256-V6ms3Av0/g2S7Q2NLltz7CnnvE1m+cemmwoHKL1e0tM=";
};
env.CGO_ENABLED = 0;