talosctl: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm 2025-05-24 11:25:18 +00:00
parent 59dff5cf0a
commit 5b986ceec4

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.10.1";
version = "1.10.2";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
tag = "v${version}";
hash = "sha256-szu/tr97T9pBFmw/D9muh3KAP/yN9rk7DvyscAw3gIQ=";
hash = "sha256-8qruYf59oFvLO892T89GbayTpq9V1J+Tu08jgIaod18=";
};
vendorHash = "sha256-i+lUT/+ICqojOZo08uNfP7CFZM7eeZ9s5v6qL/pZUho=";
vendorHash = "sha256-sRa8P6vGjXg3fL4f3CFjtaTvESP8DPd7/E98Z+7i0mw=";
ldflags = [
"-s"