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

arkade: 0.8.30 -> 0.8.32
This commit is contained in:
Ryan Mulligan 2022-08-13 08:14:25 -07:00 committed by GitHub
commit 8e455378b4
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.30";
version = "0.8.32";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-KTZ8UJ0aQmjreio7ancJnZ0KGANAQIPYNSQGXHHSqX4=";
sha256 = "sha256-Yat9RIsbMCGVwu7xqC2xNUPZACpMG+ATsQN7d2n0eFU=";
};
CGO_ENABLED = 0;