···910buildGoModule rec {
11 pname = "paretosecurity";
12- version = "0.0.89";
1314 src = fetchFromGitHub {
15 owner = "ParetoSecurity";
16 repo = "agent";
17 rev = version;
18- hash = "sha256-qZMJFrkHRurUvltDVubyfol5IHKxfyDbNE2XFo/KXF8=";
19 };
2021- vendorHash = "sha256-HReQu23sHLaxc5N8h2vYv64ruJPmY4HM9whAEKV+3Eo=";
22 proxyVendor = true;
2324 subPackages = [
···53 root helper, so that you can run the checker in userspace. Some checks
54 require root permissions, and the checker asks the helper to run those.
5556- Additionally, you can run `paretosecurity link` to configure the agent
000057 to send the status of checks to https://dash.paretosecurity.com to make
58 compliance people happy. No sending happens until your device is linked.
59 '';
···910buildGoModule rec {
11 pname = "paretosecurity";
12+ version = "0.0.91";
1314 src = fetchFromGitHub {
15 owner = "ParetoSecurity";
16 repo = "agent";
17 rev = version;
18+ hash = "sha256-/kGwV96Jp7U08jh/wPQMcoV48zQe9ixY7gpNdtFyOkk=";
19 };
2021+ vendorHash = "sha256-kGrYoN0dGcSuQW47Y4LUFdHQYAoY74NOM1LLPdhmLhc=";
22 proxyVendor = true;
2324 subPackages = [
···53 root helper, so that you can run the checker in userspace. Some checks
54 require root permissions, and the checker asks the helper to run those.
5556+ Additionally, if you enable `services.paretosecurity.trayIcon`, you get a
57+ little Vilfredo Pareto living in your systray showing your the current
58+ status of checks.
59+60+ Finally, you can run `paretosecurity link` to configure the agent
61 to send the status of checks to https://dash.paretosecurity.com to make
62 compliance people happy. No sending happens until your device is linked.
63 '';