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

arkade: 0.11.9 -> 0.11.10
This commit is contained in:
Weijia Wang 2024-04-30 13:33:38 +02:00 committed by GitHub
commit 37f1f57382
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.9";
version = "0.11.10";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-TJja4FL440ZG5VsCfJsKUYeM2YPlMSl2+ejjlgyP5IY=";
hash = "sha256-Uw+/pVhbGYjFTcrh90Gstu5KddlkXKuzL2lbQ7CFLGs=";
};
CGO_ENABLED = 0;