arkade: 0.11.41 -> 0.11.43 (#439330)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-03 03:09:13 +00:00
committed by GitHub

View File

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