arkade: 0.11.29 -> 0.11.31

This commit is contained in:
R. Ryantm 2024-12-08 07:15:28 +00:00
parent afe27494fa
commit f2b92a8454

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.29";
version = "0.11.31";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-B5MgBX8GPjBsfOCa1OoZRhQAUQxKH7GXYKMaH6TsUV4=";
hash = "sha256-MFce+stC+OzUL0H0ahZZAfMwr9Y+EVJIMmhhRl4JYaU=";
};
CGO_ENABLED = 0;