Merge pull request #235758 from r-ryantm/auto-update/talosctl

talosctl: 1.4.4 -> 1.4.5
This commit is contained in:
figsoda
2023-06-03 11:20:44 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-BjNJIHPFAytiZIrHPcEuxYCXlp35kMR3OA3KXOdBj8w=";
hash = "sha256-pgWNmjIyRWsshuP+GGc/Kxd32DIoHphwYvBIx2hBWZg=";
};
vendorHash = "sha256-btZHQ0sqgbMm0WWswY9ChNNtXX/xedv/d0BrO03MBns=";
vendorHash = "sha256-Fr4yfwRdhwH1UHAb4rQ74rzAGjIyEX4+0lFujUs8Tos=";
ldflags = [ "-s" "-w" ];