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

arkade: 0.8.44 -> 0.8.45
This commit is contained in:
Mario Rodas 2022-09-23 21:20:45 -05:00 committed by GitHub
commit fdcde7c8ec
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.44";
version = "0.8.45";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-2+/CQhaeg/5FUx/igitt2MM3J0p5qYOQpc9zi60Tqkg=";
sha256 = "sha256-9CH91ITbogg/xFA1eqmjeYkyjsPPUvD5+4L6NhqTNp8=";
};
CGO_ENABLED = 0;