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

arkade: 0.11.0 -> 0.11.1
This commit is contained in:
Nick Cao 2024-02-19 09:50:59 -05:00 committed by GitHub
commit 60bf66f175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-SNYaUbWj8t73Aaamg2SOu5EBiYjDMHCiXlaERqGmr2A=";
hash = "sha256-DsKc+AT+0vIaJftBFLqVXx/CJRNNgE/vzSxlHkCSJaI=";
};
CGO_ENABLED = 0;