arkade: 0.10.17 -> 0.10.20

This commit is contained in:
R. Ryantm 2023-12-25 08:56:13 +00:00
parent b45547a0a2
commit 0e2f9be8dd

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.10.17";
version = "0.10.20";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-Ubj2jrQFmMTSY2+Z4pqDIQ+K8JycX+NOpgcuyCrD4uo=";
hash = "sha256-aOJ07Ks+J7cDvF3InKGYx4dJAql9ltJQqa8P+4cKhNk=";
};
CGO_ENABLED = 0;