metal-cli: 0.16.0 -> 0.17.0

This commit is contained in:
R. Ryantm 2023-10-13 20:34:53 +00:00
parent 96896946dd
commit f0b04373f5

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "metal-cli";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "equinix";
repo = pname;
rev = "v${version}";
hash = "sha256-aZzz8KVvvhpdHAQ1QzSafc9Byu7bB9SobFjSad5RVPg=";
hash = "sha256-66RbqwAeBA0HKT+1CD5+O5W40NrU7jlzLOG45Lpn+J0=";
};
vendorHash = "sha256-1pVf5d05zuKmFHTdKnuDKbvKggVea0Z8vppj/hOw1rs=";
vendorHash = "sha256-ls6CO5fwmD4JkxuoToeY4PyfPs65ACDrZhmbY0zNgT4=";
ldflags = [
"-s"