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

talosctl: 1.6.4 -> 1.6.5
This commit is contained in:
Mario Rodas
2024-02-27 08:55:46 -05:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-2ZccpOqddgq51Q1AxV1uK9fThPMtJIL66ZGU51k2eL0=";
hash = "sha256-TEQnbQux+rN2WdlIbxh836Lx/ipqTDkoUsjQP8Ubl6s=";
};
vendorHash = "sha256-BC3RMhpYmyELJDzOva31QsTmrPeptMcfDYNK3q8D+dw=";
vendorHash = "sha256-xdcHd/LvIm4rawwXtsGMF8Es9pMGMaJJaZ6UQwc24ZU=";
ldflags = [ "-s" "-w" ];