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

arkade: 0.9.0 -> 0.9.2
This commit is contained in:
Weijia Wang 2023-03-03 22:33:46 +02:00 committed by GitHub
commit 3b455ed737
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.9.0";
version = "0.9.2";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-0o6keMr+bAAZ3gmaDhsU2r3T8hRxpkbqCnNVLqWvK+k=";
sha256 = "sha256-iCyffRVMZq0ajM/I6EY8XypLsGRiJR+9CmrlPNr+K58=";
};
CGO_ENABLED = 0;