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

arkade: 0.9.13 -> 0.9.16
This commit is contained in:
Weijia Wang 2023-05-05 16:19:40 +03:00 committed by GitHub
commit 1a9b8a7365
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.13";
version = "0.9.16";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-j7fqLkVRAH4EN90IQ/9y/uKfFsdXXTW6R/WFRhuKPGQ=";
sha256 = "sha256-HbwajFTCjiNtAMawI7uBZhIBGyVHUQQjsOrtuxuYmeM=";
};
CGO_ENABLED = 0;