Skip to content

Commit

Permalink
Merge pull request #315893 from r-ryantm/auto-update/talosctl
Browse files Browse the repository at this point in the history
talosctl: 1.7.2 -> 1.7.4
  • Loading branch information
flokli committed Jun 10, 2024
2 parents 3fe5897 + 06e0900 commit 0ea4d77
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.2";
version = "1.7.4";

src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-hYfh/faOQtN1MTnaCHsdogzBU3Xf6BY4apK+VuVCh6E=";
hash = "sha256-TVRWcgBt6MmHOh3LYSjJtp5qf/+ar+LWDGfHKQhDFZ8=";
};

vendorHash = "sha256-5Dxtwu+PM0TbznIPTl8QxgOvNsQZUDMGY2kf+PSfCqo=";
vendorHash = "sha256-30fMLczb4+BVSxZSbhQ2S1MrQ2+Ykyqf+Dio8n0LGE0=";

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

Expand Down

0 comments on commit 0ea4d77

Please sign in to comment.