metal-cli: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm 2024-05-17 01:55:58 +00:00
parent ea77cefecb
commit 72f6c4caf2

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "metal-cli";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "equinix";
repo = pname;
rev = "v${version}";
hash = "sha256-jnBD1MYQ3Tq/YzPEpCu5sifEUAI0cw59/NCbDLisEDo=";
hash = "sha256-6bdDxxY5HwYXer8R1C5b7UIXy0wdBVDYYNtTR6eHv10=";
};
vendorHash = "sha256-dIZyBhoY6GkkMY4NQrDjVxKaOOPIdxGGRBFlTkyeFdo=";
vendorHash = "sha256-fNpfcBHxjPdWpfM9/OVdZ+ng13+Z/qdZE/MITTCjeC0=";
ldflags = [
"-s"