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

arkade: 0.8.23 -> 0.8.24
This commit is contained in:
Bobby Rong 2022-05-25 18:41:59 +08:00 committed by GitHub
commit 9871b97706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.8.23";
version = "0.8.24";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-y3NsYPGVlWA/N2AYw3EQKUwLeGYwRI29tC9iTPeyU3Q=";
sha256 = "sha256-TK81Cqhddbqh6cizyOoLuBTE2KxFQzy07EdkQ9bYNs0=";
};
CGO_ENABLED = 0;