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

arkade: 0.9.3 -> 0.9.4
This commit is contained in:
Nick Cao 2023-03-08 15:03:12 +08:00 committed by GitHub
commit 4defbc1921
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.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-UEtKjZgVaNW6GyCId9D/61mmd79IxV4kPQXbyDpDU1Y=";
sha256 = "sha256-r3cSHiNlWrP7JCqYOy86mn6ssfDEbm6DYerVCoARz7M=";
};
CGO_ENABLED = 0;