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

arkade: 0.10.0 -> 0.10.7
This commit is contained in:
Nick Cao 2023-09-22 09:38:25 -04:00 committed by GitHub
commit b7855ee175
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.0";
version = "0.10.7";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-XjJt2bLGBl6T3nrTdwr8lNKW0cBZH+gYFAy6lkNtwgw=";
hash = "sha256-6KgQR8QIgbrI2XhORhDjcC2PK+XbmDWNBjjjE3qOAhQ=";
};
CGO_ENABLED = 0;