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

arkade: 0.8.39 -> 0.8.41
This commit is contained in:
superherointj 2022-09-05 19:44:09 -03:00 committed by GitHub
commit 0cd62ca607
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.8.39";
version = "0.8.41";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-ucM4Dl4ZeeZ6pCQ3qdf3Z88CWJIoreZWeo6ehKqXxI8=";
sha256 = "sha256-PcP/D/uq+zl8Utbv7TkFGoZGpIGOddzSqaqrpSp6Rgw=";
};
CGO_ENABLED = 0;