Unverified Commit 601c8cc0 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #202428 from qowoz/talosctl

talosctl: 1.2.6 -> 1.2.7
parents 5b8c42f9 a7d485a2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "talosctl";
  version = "1.2.6";
  version = "1.2.7";

  src = fetchFromGitHub {
    owner = "siderolabs";
    repo = "talos";
    rev = "v${version}";
    sha256 = "sha256-KvwW5VJ5HDXDxaPssmVnqBWmk3Y1qbu9PcZsd+CLeXE=";
    sha256 = "sha256-AQTBiHlaVFV1fvZ278DYf2XnktnLNa1Hb4qS2D2r/fM=";
  };

  vendorSha256 = "sha256-i+SUDFOffh4Ky2kawIb3M6M2Han25yYQbWI0wFjZwtU=";
  vendorSha256 = "sha256-GKDhqIfYmPwbxt+hId3Axr64xOTXkLklZzNYWDo9SG8=";

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