arkade: 0.8.30 -> 0.8.32

This commit is contained in:
R. Ryantm 2022-08-13 03:36:44 +00:00
parent e2c651c0de
commit 2133d573c1

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.8.30";
version = "0.8.32";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-KTZ8UJ0aQmjreio7ancJnZ0KGANAQIPYNSQGXHHSqX4=";
sha256 = "sha256-Yat9RIsbMCGVwu7xqC2xNUPZACpMG+ATsQN7d2n0eFU=";
};
CGO_ENABLED = 0;