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

arkade: 0.8.34 -> 0.8.36
This commit is contained in:
superherointj 2022-08-28 13:26:09 -03:00 committed by GitHub
commit 1a52861940
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.34";
version = "0.8.36";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-nGAR+CYVE2acXRRJCl6nWTrjpbX6HArsys9Df8D/hEE=";
sha256 = "sha256-+666KfOK2yxkADw+EvKlXAAsz2Aw+EmRXGAqNMfBsj8=";
};
CGO_ENABLED = 0;