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 {
pname = "arkade";
version = "0.11.40";
version = "0.11.41";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-9jFfYCMAyf6RAz4CjkYYRC68VkqrWCXkVUA2kZm0g7s=";
hash = "sha256-N9NiAsggIJpYe2UfREp5l1srzm+P2LNIQhKJyT7w0rQ=";
};
env.CGO_ENABLED = 0;