arkade: 0.11.15 -> 0.11.16

This commit is contained in:
R. Ryantm
2024-06-21 05:06:25 +00:00
parent 3d37622cff
commit 487e3e84c3
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.15";
version = "0.11.16";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-tfJ9LTPu8B6xlIkAKmbl2d2GLY9p4VcOQGOC5TTx9Cs=";
hash = "sha256-i/wEgUK4NxFonZXJKuhLHBgCXQ25A/UDyavhJdjuJ+M=";
};
CGO_ENABLED = 0;