Unverified Commit e08296e6 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

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

talosctl: 1.7.1 -> 1.7.2
parents a7923667 ac2296af
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "talosctl";
  version = "1.7.1";
  version = "1.7.2";

  src = fetchFromGitHub {
    owner = "siderolabs";
    repo = "talos";
    rev = "v${version}";
    hash = "sha256-1UDPpavDjWoM5kSfyaT4H5y5ax/vVlfqpzN9U2sTVuk=";
    hash = "sha256-hYfh/faOQtN1MTnaCHsdogzBU3Xf6BY4apK+VuVCh6E=";
  };

  vendorHash = "sha256-52RaQOJ2KTuc8wdk7vv5XsynKdMOwZ1LaqiPdB+jXPw=";
  vendorHash = "sha256-5Dxtwu+PM0TbznIPTl8QxgOvNsQZUDMGY2kf+PSfCqo=";

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