summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-14 01:25:45 +0200
committerGitHub <noreply@github.com>2024-04-14 01:25:45 +0200
commit1c84dcbf5c5ff0d1d7392f0f4acf07a9d2ae3568 (patch)
treeb8836d80bd9352156bb0b444f3dd69d5e46a5d5d /pkgs
parent460990ef54d2a05279f55da15ac0c50a9f7c74c1 (diff)
parentdf71fdde05c44b51077b47f745f335990d07f1c9 (diff)
Merge pull request #276325 from Arcayr/burpsuite
burpsuite: 2023.10.2.4 -> 2024.1.1.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/burpsuite/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/tools/networking/burpsuite/default.nix b/pkgs/tools/networking/burpsuite/default.nix
index 02d0a4ab77c1..bc3ab38b7484 100644
--- a/pkgs/tools/networking/burpsuite/default.nix
+++ b/pkgs/tools/networking/burpsuite/default.nix
@@ -1,15 +1,15 @@
{ lib, fetchurl, jdk, buildFHSEnv, unzip, makeDesktopItem, proEdition ? false }:
let
- version = "2023.10.2.4";
+ version = "2024.1.1.4";
product = if proEdition then {
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
- hash = "sha256-H5/nxVvAoGzRIAOchv9tAYyFgrodh7XugCTn2oUV9Tw=";
+ hash = "sha256-jJUTsNF7Jy2VbFBIW7ha/ty9ZwVyVX1cTKNZJgD7zg4=";
} else {
productName = "community";
productDesktop = "Burp Suite Community Edition";
- hash = "sha256-en+eay+XL09Vk6H011fYvxGluMAndedtqCo4dQZvbBM=";
+ hash = "sha256-VkrI1M4lCdCuQypHSd2W5X6LyqLUhnbKZKMVj0w4THE=";
};
src = fetchurl {
@@ -48,6 +48,7 @@ buildFHSEnv {
expat
glib
gtk3
+ libcanberra-gtk3
libdrm
libudev0-shim
libxkbcommon
@@ -55,6 +56,7 @@ buildFHSEnv {
nspr
nss
pango
+ gtk3-x11
xorg.libX11
xorg.libxcb
xorg.libXcomposite