From 19683d2d616bd615ffd3e28514e432db21b024cf Mon Sep 17 00:00:00 2001 From: Neyts Zupan Date: Tue, 18 Mar 2025 22:28:28 +0000 Subject: [PATCH] paretosecurity: 0.0.86 -> 0.0.87 --- nixos/tests/paretosecurity.nix | 4 ++-- pkgs/by-name/pa/paretosecurity/package.nix | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/tests/paretosecurity.nix b/nixos/tests/paretosecurity.nix index 239ec1eff86d..9e4c11c5f5c9 100644 --- a/nixos/tests/paretosecurity.nix +++ b/nixos/tests/paretosecurity.nix @@ -9,8 +9,8 @@ services.paretosecurity.enable = true; }; - # very basic test for now, need to add output asserts testScript = '' - machine.wait_until_succeeds("paretosecurity check") + (status, out) = machine.execute("paretosecurity check") + assert status == 1, "paretosecurity did not return 1 on failing checks" ''; } diff --git a/pkgs/by-name/pa/paretosecurity/package.nix b/pkgs/by-name/pa/paretosecurity/package.nix index 95aa97478311..34d5ad430a38 100644 --- a/pkgs/by-name/pa/paretosecurity/package.nix +++ b/pkgs/by-name/pa/paretosecurity/package.nix @@ -9,19 +9,19 @@ buildGoModule rec { pname = "paretosecurity"; - version = "0.0.86"; + version = "0.0.87"; src = fetchFromGitHub { owner = "ParetoSecurity"; repo = "agent"; rev = version; - hash = "sha256-ASWECYUfG+lmkvAwQf05mCUwwFlUrx3vI0pYbGHdbuI="; + hash = "sha256-SgMALLuGq4HGj5eo7JdvtcWOEGuUoLyC3pgamB1WBzI="; }; # tests do network access, fix pending doCheck = false; - vendorHash = "sha256-eqwrCbDKmXOCo0+X8w6Me2aaCQ3WQljgOtzqI01FzbU="; + vendorHash = "sha256-HReQu23sHLaxc5N8h2vYv64ruJPmY4HM9whAEKV+3Eo="; proxyVendor = true; subPackages = [