3
0
Fork 0
forked from mirrors/nixpkgs

arkade: 0.8.34 -> 0.8.36

This commit is contained in:
R. Ryantm 2022-08-28 05:37:03 +00:00
parent cef50cde2b
commit 39d3ae7220

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;