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

arkade: 0.10.7 -> 0.10.10
This commit is contained in:
Weijia Wang 2023-10-04 09:30:38 +02:00 committed by GitHub
commit 77671f856d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.10.7";
version = "0.10.10";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-6KgQR8QIgbrI2XhORhDjcC2PK+XbmDWNBjjjE3qOAhQ=";
hash = "sha256-Lu/itKaF7mSG/jwg2sA4wNkbzBWdDY4pfwHB0elI1Bc=";
};
CGO_ENABLED = 0;