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

talosctl: 1.2.7 -> 1.2.8

authored by

Florian Klink and committed by
GitHub
572ccb75 d9c3fbfc

+3 -3
+3 -3
pkgs/applications/networking/cluster/talosctl/default.nix
··· 2 3 buildGoModule rec { 4 pname = "talosctl"; 5 - version = "1.2.7"; 6 7 src = fetchFromGitHub { 8 owner = "siderolabs"; 9 repo = "talos"; 10 rev = "v${version}"; 11 - sha256 = "sha256-AQTBiHlaVFV1fvZ278DYf2XnktnLNa1Hb4qS2D2r/fM="; 12 }; 13 14 - vendorSha256 = "sha256-GKDhqIfYmPwbxt+hId3Axr64xOTXkLklZzNYWDo9SG8="; 15 16 ldflags = [ "-s" "-w" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "talosctl"; 5 + version = "1.2.8"; 6 7 src = fetchFromGitHub { 8 owner = "siderolabs"; 9 repo = "talos"; 10 rev = "v${version}"; 11 + sha256 = "sha256-5oleIRJHEmIOXLXwBuklY16WhkePAokPGDfcPoxOUo0="; 12 }; 13 14 + vendorSha256 = "sha256-+jKbBWDBNgDYf6Ka69NqHzB2KAwKIDJWZpjXl3aylBA="; 15 16 ldflags = [ "-s" "-w" ]; 17