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

arkade: 0.11.5 -> 0.11.6
This commit is contained in:
Nick Cao 2024-03-18 13:52:30 -07:00 committed by GitHub
commit 00610209a7
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.5";
version = "0.11.6";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-8G9O1HJtlRCiqfls98+CvsjeOszEY1OfWpw99B2tCuE=";
hash = "sha256-PCyPdUgvW2wCo1MZ/5jbPLfermbYKZKDbAFsc2goqlY=";
};
CGO_ENABLED = 0;