talosctl: 1.7.6 -> 1.8.0

This commit is contained in:
R. Ryantm
2024-09-24 03:52:48 +00:00
parent ee35dc7c19
commit d95b15d100
@@ -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" ];