arkade: 0.8.44 -> 0.8.45

This commit is contained in:
R. Ryantm 2022-09-23 09:21:02 +00:00
parent eaecf0149a
commit f0a9253326

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;