talosctl: 1.9.2 -> 1.9.3

This commit is contained in:
R. Ryantm 2025-01-29 20:55:08 +00:00
parent d20931e1a7
commit ff85862f5e

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
tag = "v${version}";
hash = "sha256-Cff++tGfKcpTaiBVTRZnNzExAHlq4UfkeiIDe3gOF3w=";
hash = "sha256-nI+6EzbGQzfM/pG4d5O4I5BEJ2aNaZ/sE28/EcgQmCs=";
};
vendorHash = "sha256-L0lmTKj1gUFT1bVoCxMXnEpv2LUo/bl1eeOJmeeixhw=";
vendorHash = "sha256-o/PYWR7KOWCVXUhzdPY0bxRhCROXzp/UAXgFkWpggC8=";
ldflags = [
"-s"