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

arkade: 0.8.24 -> 0.8.25
This commit is contained in:
Bobby Rong 2022-05-28 17:49:56 +08:00 committed by GitHub
commit d6f701d27b
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.24";
version = "0.8.25";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-TK81Cqhddbqh6cizyOoLuBTE2KxFQzy07EdkQ9bYNs0=";
sha256 = "sha256-m4vgQ4K73qmUMwPtviUQuRC2jNIDlE516WEZkFr3Upw=";
};
CGO_ENABLED = 0;