talosctl: 1.7.6 -> 1.8.0 (#344116)

This commit is contained in:
Florian Klink
2024-10-03 11:52:13 +03:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.7.6";
version = "1.8.0";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-uyPnln1Cj4j1oPVERBIHMJXJWR+jPUq6AE7rZXr2yQo=";
hash = "sha256-Ezie6RQsigmJgdvnSVk6awuUu2kODSio9DNg4bow76M=";
};
vendorHash = "sha256-ZJGhPT2KYYIMKmRWqdOppvXSD2W8kYtxK/900TdVdUg=";
vendorHash = "sha256-9qkealjjdBO659fdWdgFii3ThPRwKpYasB03L3Bktqs=";
ldflags = [ "-s" "-w" ];