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

talosctl: 1.12.5 -> 1.12.6 (#501393)

parents 32162113 223e5ff3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule (finalAttrs: {
  pname = "talosctl";
  version = "1.12.5";
  version = "1.12.6";

  src = fetchFromGitHub {
    owner = "siderolabs";
    repo = "talos";
    tag = "v${finalAttrs.version}";
    hash = "sha256-mGfaf64he6/eK8JMHOCUSKaAEnsxoceYWDHhsD8WQ9Q=";
    hash = "sha256-eVA2ZRCC3Lw4EvSHi0ohEoRHudpAi+Ps4zcIfXQWlGE=";
  };

  vendorHash = "sha256-3po3MWqi2w2jEp+OlMQN53XUqMK4YVzv1K132TdV2bc=";
  vendorHash = "sha256-gul+sTsi0kVt8BGjuEAaqAnreDP9wql0dBOfMYuxRWY=";

  ldflags = [
    "-s"