Unverified Commit 08451493 authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

paretosecurity: 0.2.12 -> 0.2.13 (#401726)

parents 831f1298 7aa5920a
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -17,18 +17,23 @@ buildGoModule (finalAttrs: {
    webkitgtk_4_1
  ];
  pname = "paretosecurity";
  version = "0.2.12";
  version = "0.2.13";

  src = fetchFromGitHub {
    owner = "ParetoSecurity";
    repo = "agent";
    rev = finalAttrs.version;
    hash = "sha256-skBxDPC+C8JU1CW6g3SA2C4IawaoPzVi8pdl5BCutUY=";
    hash = "sha256-G2An1Br/NJcIEKaM/pPEGkJazD9UFypRZ/KLmqkNUTo=";
  };

  vendorHash = "sha256-YnyACP/hJYxi4AWMwr0We4YUTbWwahKAIYN6RnHmzls=";
  proxyVendor = true;

  # Skip building the Windows installer
  preBuild = ''
    rm -rf cmd/paretosecurity-installer
  '';

  ldflags = [
    "-s"
    "-X=github.com/ParetoSecurity/agent/shared.Version=${finalAttrs.version}"