arkade: 0.8.62 -> 0.9.0

This commit is contained in:
R. Ryantm
2023-02-27 03:01:34 +00:00
parent ee90de5543
commit 266609b0e2
@@ -7,20 +7,20 @@
buildGoModule rec {
pname = "arkade";
version = "0.8.62";
version = "0.9.0";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-lnMinIZ1n94ks7H5tlYmgaDDHyGi5YxTM9dTrckQ9y0=";
sha256 = "sha256-0o6keMr+bAAZ3gmaDhsU2r3T8hRxpkbqCnNVLqWvK+k=";
};
CGO_ENABLED = 0;
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-WQsnBBx05wXKDS7h3bhipTqZTQLxRjVLObuMNUfAiTk=";
vendorHash = "sha256-WuBZj6W3/E9HbvWTBegmJdY+aw43CYyuw1hXF7RXd3A=";
# Exclude pkg/get: tests downloading of binaries which fail when sandbox=true
subPackages = [