Skip to content

Commit

Permalink
Merge pull request #332891 from r-ryantm/auto-update/talosctl
Browse files Browse the repository at this point in the history
talosctl: 1.7.5 -> 1.7.6
  • Loading branch information
NickCao committed Aug 7, 2024
2 parents 4eb87e8 + d845568 commit fce2acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/talosctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "talosctl";
version = "1.7.5";
version = "1.7.6";

src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-lmDLlxiPyVhlSPplYkIaS5Uw19hir6XD8MAk8q+obhY=";
hash = "sha256-uyPnln1Cj4j1oPVERBIHMJXJWR+jPUq6AE7rZXr2yQo=";
};

vendorHash = "sha256-8UIey+r1tdVRN1RBK5xxcAzaHb0VFdgenUXSFgoWh1g=";
vendorHash = "sha256-ZJGhPT2KYYIMKmRWqdOppvXSD2W8kYtxK/900TdVdUg=";

ldflags = [ "-s" "-w" ];

Expand Down

0 comments on commit fce2acc

Please sign in to comment.