metal-cli: 0.21.0 -> 0.22.0

This commit is contained in:
R. Ryantm 2024-02-09 11:26:13 +00:00
parent 442d407992
commit 18c7beef24

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "metal-cli";
version = "0.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "equinix";
repo = pname;
rev = "v${version}";
hash = "sha256-CGuPlDuYmBXEbYBCChR8rEh/aj0rN5SfLPqASut8Tcg=";
hash = "sha256-jnBD1MYQ3Tq/YzPEpCu5sifEUAI0cw59/NCbDLisEDo=";
};
vendorHash = "sha256-FJ68j41Nb6KqiZPJE/u0TYDkXt43810Nx0p/JQDopn8=";
vendorHash = "sha256-dIZyBhoY6GkkMY4NQrDjVxKaOOPIdxGGRBFlTkyeFdo=";
ldflags = [
"-s"