arkade: 0.11.4 -> 0.11.5

This commit is contained in:
R. Ryantm 2024-03-15 00:53:43 +00:00
parent 5ed2a8b685
commit 39c19d7f43

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.4";
version = "0.11.5";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-nRA/3dJn6hUJDppS/tt/WRIoYrRTeuY7ULZXii3LC48=";
hash = "sha256-8G9O1HJtlRCiqfls98+CvsjeOszEY1OfWpw99B2tCuE=";
};
CGO_ENABLED = 0;