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

arkade: 0.10.15 -> 0.10.17
This commit is contained in:
Weijia Wang 2023-12-21 05:55:07 +01:00 committed by GitHub
commit 5a870e3241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "arkade";
version = "0.10.15";
version = "0.10.17";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-1r/f3CoTaOA2ZfM9UBGftZDZdCL9JIrs6SvaSO8BI6w=";
hash = "sha256-Ubj2jrQFmMTSY2+Z4pqDIQ+K8JycX+NOpgcuyCrD4uo=";
};
CGO_ENABLED = 0;