We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99f45ad + 0e11c49 commit cf590b7Copy full SHA for cf590b7
pkgs/by-name/pa/paretosecurity/package.nix
@@ -17,16 +17,16 @@ buildGoModule (finalAttrs: {
17
webkitgtk_4_1
18
];
19
pname = "paretosecurity";
20
- version = "0.2.17";
+ version = "0.2.23";
21
22
src = fetchFromGitHub {
23
owner = "ParetoSecurity";
24
repo = "agent";
25
rev = finalAttrs.version;
26
- hash = "sha256-2Ev6LJWa+iPV7/Y/o9HrNf4vR4dbnIOim+qb4HdRXqU=";
+ hash = "sha256-jqjfaTvbwp/3P3E7eYv8CFaaYNjPfnbrFIzD6JcccV4=";
27
};
28
29
- vendorHash = "sha256-YnyACP/hJYxi4AWMwr0We4YUTbWwahKAIYN6RnHmzls=";
+ vendorHash = "sha256-v9M1CX6mIK8MdaI5TVa0Uc+HnIy+oCg+vYlH3eU809Q=";
30
proxyVendor = true;
31
32
# Skip building the Windows installer
0 commit comments