arkade: 0.11.40 -> 0.11.41

This commit is contained in:
R. Ryantm 2025-08-13 12:55:57 +00:00
parent 64cf35ea43
commit e89ac4d1c0

View File

@ -7,13 +7,13 @@
buildGoModule rec { buildGoModule rec {
pname = "arkade"; pname = "arkade";
version = "0.11.40"; version = "0.11.41";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alexellis"; owner = "alexellis";
repo = "arkade"; repo = "arkade";
rev = version; rev = version;
hash = "sha256-9jFfYCMAyf6RAz4CjkYYRC68VkqrWCXkVUA2kZm0g7s="; hash = "sha256-N9NiAsggIJpYe2UfREp5l1srzm+P2LNIQhKJyT7w0rQ=";
}; };
env.CGO_ENABLED = 0; env.CGO_ENABLED = 0;