mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 17:46:29 +09: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")
|
||||
|
||||
# Test 6: paretosecurity:// URL handler is registered
|
||||
xfce.execute("su - alice -c 'xdg-open paretosecurity://foo >/dev/null &'")
|
||||
xfce.wait_for_text("Failed to add device")
|
||||
|
||||
xfce.succeed("su - alice -c 'xdg-open paretosecurity://foo'")
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -17,16 +17,16 @@ buildGoModule (finalAttrs: {
|
|||
webkitgtk_4_1
|
||||
];
|
||||
pname = "paretosecurity";
|
||||
version = "0.2.23";
|
||||
version = "0.2.27";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ParetoSecurity";
|
||||
repo = "agent";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-jqjfaTvbwp/3P3E7eYv8CFaaYNjPfnbrFIzD6JcccV4=";
|
||||
hash = "sha256-dYQNSzovWCX7sj7VjgBc5GHz+5dKLTiB5pvbVSLMyqY=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-v9M1CX6mIK8MdaI5TVa0Uc+HnIy+oCg+vYlH3eU809Q=";
|
||||
vendorHash = "sha256-PhuHRs0PjIJqY3ZBC4ga7zFxgf57xfPjJ3VIDaA61F0";
|
||||
proxyVendor = true;
|
||||
|
||||
# Skip building the Windows installer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue