arkade: 0.11.10 -> 0.11.11

This commit is contained in:
R. Ryantm 2024-05-10 00:16:42 +00:00
parent 0c9055e823
commit 77b876bdfc

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.10";
version = "0.11.11";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-Uw+/pVhbGYjFTcrh90Gstu5KddlkXKuzL2lbQ7CFLGs=";
hash = "sha256-Pevsq/u6sI00k874PiAVwzgTqzzja1D2zsfebIFJv/0=";
};
CGO_ENABLED = 0;