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

arkade: 0.11.15 -> 0.11.16
This commit is contained in:
Nick Cao 2024-06-21 17:39:29 -04:00 committed by GitHub
commit 352a968e05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;