arkade: 0.11.6 -> 0.11.9

This commit is contained in:
R. Ryantm 2024-04-10 00:36:04 +00:00
parent c81c241415
commit 50e2c655e2
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.6";
version = "0.11.9";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-PCyPdUgvW2wCo1MZ/5jbPLfermbYKZKDbAFsc2goqlY=";
hash = "sha256-TJja4FL440ZG5VsCfJsKUYeM2YPlMSl2+ejjlgyP5IY=";
};
CGO_ENABLED = 0;