Merge pull request #187309 from welteki/bump-arkade

arkade: 0.8.32 -> 0.8.34
This commit is contained in:
Sebastián Mancilla 2022-08-19 11:58:26 -04:00 committed by GitHub
commit 14021215f1
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.8.32";
version = "0.8.34";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-Yat9RIsbMCGVwu7xqC2xNUPZACpMG+ATsQN7d2n0eFU=";
sha256 = "sha256-nGAR+CYVE2acXRRJCl6nWTrjpbX6HArsys9Df8D/hEE=";
};
CGO_ENABLED = 0;