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

arkade: 0.10.20 -> 0.11.0
This commit is contained in:
OTABI Tomoya 2024-02-16 21:33:57 +09:00 committed by GitHub
commit 7dc3bd99a9
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.10.20";
version = "0.11.0";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-aOJ07Ks+J7cDvF3InKGYx4dJAql9ltJQqa8P+4cKhNk=";
hash = "sha256-SNYaUbWj8t73Aaamg2SOu5EBiYjDMHCiXlaERqGmr2A=";
};
CGO_ENABLED = 0;