arkade: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm
2023-03-06 21:51:53 +00:00
parent 0ca7d99e7f
commit ba9cceac7a
@@ -7,20 +7,20 @@
buildGoModule rec {
pname = "arkade";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
sha256 = "sha256-iCyffRVMZq0ajM/I6EY8XypLsGRiJR+9CmrlPNr+K58=";
sha256 = "sha256-UEtKjZgVaNW6GyCId9D/61mmd79IxV4kPQXbyDpDU1Y=";
};
CGO_ENABLED = 0;
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-WuBZj6W3/E9HbvWTBegmJdY+aw43CYyuw1hXF7RXd3A=";
vendorHash = "sha256-9QQuFrICfYLkoObNFsIn3H6brcv3qXL3FIguQMZ02HY=";
# Exclude pkg/get: tests downloading of binaries which fail when sandbox=true
subPackages = [