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

arkade: 0.11.19 -> 0.11.20
This commit is contained in:
Nick Cao 2024-08-20 15:36:39 -04:00 committed by GitHub
commit c4ae57e32f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.11.19";
version = "0.11.20";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-Vhldn9CMxC/5qPFN+ohydHuMsrHjpBuFkP4khf+OQds=";
hash = "sha256-xjJbO+42PUuRb4vMSKscTf2DEDekSwEF/v2QwKeBtvI=";
};
CGO_ENABLED = 0;