3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #167412 from techknowlogick/bump-arkade-2

arkade: 0.8.19 -> 0.8.20
This commit is contained in:
Artturi 2022-04-06 06:10:47 +03:00 committed by GitHub
commit 45264eb941
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.19";
version = "0.8.20";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-GbuDL0JSG0r2LVcdJgQFBMNDpAl2WbhjIX0Ls9yCDYg=";
sha256 = "sha256-DIXvsYYckNlxFzeJqk3TYRQIAtafAfylyDc/a20kl+0=";
};
CGO_ENABLED = 0;