arkade: 0.11.12 -> 0.11.13

This commit is contained in:
R. Ryantm 2024-06-06 00:21:23 +00:00 committed by Yaya
parent 06db3a0dde
commit be1eff5d03

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.12";
version = "0.11.13";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-tioWLZ1Bd+gC2FvbhrxFPIkOJb9ycx9sGVmh+a/4hwo=";
hash = "sha256-mXT0/cDfvzE9fBCy4rY1epeOolXmc50QNNXSn3bHi1I=";
};
CGO_ENABLED = 0;