Merge pull request #312123 from r-ryantm/auto-update/arkade

arkade: 0.11.11 -> 0.11.12
This commit is contained in:
Matthias Beyer
2024-05-16 13:31:33 +02:00
committed by GitHub
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.11";
version = "0.11.12";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-Pevsq/u6sI00k874PiAVwzgTqzzja1D2zsfebIFJv/0=";
hash = "sha256-tioWLZ1Bd+gC2FvbhrxFPIkOJb9ycx9sGVmh+a/4hwo=";
};
CGO_ENABLED = 0;