Merge pull request #178161 from welteki/bump-arkade

arkade: 0.8.25 -> 0.8.28
This commit is contained in:
Sandro 2022-06-18 21:35:25 +02:00 committed by GitHub
commit d925b46219
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.25";
version = "0.8.28";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-m4vgQ4K73qmUMwPtviUQuRC2jNIDlE516WEZkFr3Upw=";
sha256 = "sha256-Tw/FxrmBpC+FDvfvDT1xQtcQwlxUpQHDMzTs3TrugYg=";
};
CGO_ENABLED = 0;