arkade: 0.11.22 -> 0.11.24

This commit is contained in:
R. Ryantm
2024-09-10 09:38:47 +00:00
parent 28e9b6d60f
commit 5ee0e690f0
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.22";
version = "0.11.24";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-Qc8cQLLRcCNYouWfs8NzF9nrKIPrM1+1VA0wbP2iupQ=";
hash = "sha256-9g3SGfJLzn+WIkBGcCwgOaJSuSUSFSU8d/9NZlN0h8E=";
};
CGO_ENABLED = 0;