arkade: 0.11.21 -> 0.11.22 (#339133)

This commit is contained in:
Nick Cao 2024-09-03 14:52:25 -04:00 committed by GitHub
commit e62b0209e0
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.21";
version = "0.11.22";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-vNJQLrpPJJG5FjQ73203V/Ky93HawRWgMiPYHU+eXPM=";
hash = "sha256-Qc8cQLLRcCNYouWfs8NzF9nrKIPrM1+1VA0wbP2iupQ=";
};
CGO_ENABLED = 0;