Merge pull request #333339 from r-ryantm/auto-update/metal-cli

metal-cli: 0.23.1 -> 0.24.0
This commit is contained in:
Nikolay Korotkiy
2024-08-13 21:55:59 +04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "metal-cli";
version = "0.23.1";
version = "0.24.0";
src = fetchFromGitHub {
owner = "equinix";
repo = pname;
rev = "v${version}";
hash = "sha256-EuwLsrLwTM3FsUt1oa4N9y5Vq8TjTXQW+5UArXZHxuc=";
hash = "sha256-fHX0bQj065aPihd/4jPUWWSi5kAmHov8720KOjsFeFs=";
};
vendorHash = "sha256-X+GfM73LAWk2pT4ZOPT2pg8YaKyT+SNjQ14LgB+C7Wo=";