Unverified Commit e35f8416 authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

paretosecurity: 0.2.23 -> 0.2.27 (#411822)

parents d699cfc3 22dbe6bd
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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'")
  '';
}
+3 −3
Original line number Diff line number Diff line
@@ -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