Unverified Commit cbd848a3 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

paretosecurity: 0.0.87 -> 0.0.88 (#391532)

parents 772faea3 1f125409
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -9,18 +9,15 @@

buildGoModule rec {
  pname = "paretosecurity";
  version = "0.0.87";
  version = "0.0.88";

  src = fetchFromGitHub {
    owner = "ParetoSecurity";
    repo = "agent";
    rev = version;
    hash = "sha256-SgMALLuGq4HGj5eo7JdvtcWOEGuUoLyC3pgamB1WBzI=";
    hash = "sha256-UVnZhkajrc9q6AZvIU7oi931ugxkiVSPk1NugAERnek=";
  };

  # tests do network access, fix pending
  doCheck = false;

  vendorHash = "sha256-HReQu23sHLaxc5N8h2vYv64ruJPmY4HM9whAEKV+3Eo=";
  proxyVendor = true;