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

arkade: 0.9.5 -> 0.9.6
This commit is contained in:
Weijia Wang 2023-04-05 22:12:08 +03:00 committed by GitHub
commit 8de3f69d54
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.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-gC7HdOrmOIYTaksx/CxXMt4wIly3RBL1SsQRbwQWLi8=";
sha256 = "sha256-EkpoXmaJ679B0sATDP/asJaywY4RFN7NNYc+7uyMQEA=";
};
CGO_ENABLED = 0;