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

arkade: 0.10.13 -> 0.10.15
This commit is contained in:
Nick Cao 2023-11-18 17:03:41 -05:00 committed by GitHub
commit 3148505288
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.13";
version = "0.10.15";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
hash = "sha256-DhMoNI1eRzP9FK752Z8sAcuj5dpu2vRqXRv4tbSYmLE=";
hash = "sha256-1r/f3CoTaOA2ZfM9UBGftZDZdCL9JIrs6SvaSO8BI6w=";
};
CGO_ENABLED = 0;