talosctl: 1.9.3 -> 1.9.4

This commit is contained in:
R. Ryantm 2025-02-14 03:48:24 +00:00
parent 51c388cd92
commit 6173ea8e07

View File

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