Skip to content

Commit

Permalink
talosctl: 1.7.5 -> 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 7, 2024
1 parent 60c2175 commit d845568
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 d845568

Please sign in to comment.