mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
paretosecurity: 0.2.23 -> 0.2.27 (#411822)
This commit is contained in:
commit
e35f8416a5
2 changed files with 4 additions and 6 deletions
|
@ -126,8 +126,6 @@
|
||||||
xfce.wait_for_text("Pareto Security")
|
xfce.wait_for_text("Pareto Security")
|
||||||
|
|
||||||
# Test 6: paretosecurity:// URL handler is registered
|
# Test 6: paretosecurity:// URL handler is registered
|
||||||
xfce.execute("su - alice -c 'xdg-open paretosecurity://foo >/dev/null &'")
|
xfce.succeed("su - alice -c 'xdg-open paretosecurity://foo'")
|
||||||
xfce.wait_for_text("Failed to add device")
|
|
||||||
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,16 +17,16 @@ buildGoModule (finalAttrs: {
|
||||||
webkitgtk_4_1
|
webkitgtk_4_1
|
||||||
];
|
];
|
||||||
pname = "paretosecurity";
|
pname = "paretosecurity";
|
||||||
version = "0.2.23";
|
version = "0.2.27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ParetoSecurity";
|
owner = "ParetoSecurity";
|
||||||
repo = "agent";
|
repo = "agent";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-jqjfaTvbwp/3P3E7eYv8CFaaYNjPfnbrFIzD6JcccV4=";
|
hash = "sha256-dYQNSzovWCX7sj7VjgBc5GHz+5dKLTiB5pvbVSLMyqY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-v9M1CX6mIK8MdaI5TVa0Uc+HnIy+oCg+vYlH3eU809Q=";
|
vendorHash = "sha256-PhuHRs0PjIJqY3ZBC4ga7zFxgf57xfPjJ3VIDaA61F0";
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
# Skip building the Windows installer
|
# Skip building the Windows installer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue