Merge pull request #302975 from r-ryantm/auto-update/arkade

arkade: 0.11.6 -> 0.11.9
This commit is contained in:
Mario Rodas 2024-04-10 07:26:48 -05:00 committed by GitHub
commit 12934252ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;