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

arkade: 0.8.59 -> 0.8.60
This commit is contained in:
figsoda 2023-02-02 15:14:46 -05:00 committed by GitHub
commit 893c3b5f9a
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.8.59";
version = "0.8.60";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-uvvxlU5c5MNYVqu0btL4xpjyvb/fDbFPGWkIzru84Z8=";
sha256 = "sha256-kyWUokQl5n7ko/1pdNs15WxRAAfe8KioYpkTMcLhJjU=";
};
CGO_ENABLED = 0;