Merge pull request #167173 from welteki/bump-arkade

arkade: 0.8.18 -> 0.8.19
This commit is contained in:
Bobby Rong 2022-04-05 13:20:57 +08:00 committed by GitHub
commit 916017997c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.8.18";
version = "0.8.19";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-VQI2eAxOkOkwYkTM/UyyK6lnXFoLFHWE/ekm5qLN9OE=";
sha256 = "sha256-GbuDL0JSG0r2LVcdJgQFBMNDpAl2WbhjIX0Ls9yCDYg=";
};
CGO_ENABLED = 0;