metal-cli: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2022-01-24 19:05:20 +00:00
parent e7dbfd7ece
commit 7fa8e89f4c

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "metal-cli";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "equinix";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Zl0OuyqF+bNsp1AqnS8jhQlY7l4U6OjHHgth7pRPwEc=";
sha256 = "sha256-Ekwucff12FIjaZ8qDvonhTdz7+DRpPLMGz2yqaCy+Bc=";
};
vendorSha256 = "sha256-F8d5i9jvjY11Pv6w0ZXI3jr0Wix++B/w9oRTuJGpQfE=";