Skip to content

Commit

Permalink
burpsuite: 2024.6.6 -> 2024.7.6, add missing dependency for built-in …
Browse files Browse the repository at this point in the history
…browser
  • Loading branch information
cryptoluks committed Sep 20, 2024
1 parent 395c52d commit 5fe3950
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/networking/burpsuite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
}:

let
version = "2024.6.6";
version = "2024.7.6";

product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-EpDTxui/6w5RD15vpVXsNRqcajovgQDjlzLqEDdbPgY=";
hash = "sha256-mQWWRX8Ea0vA/Sw1rjghvnnY5inD0WJILyCSzAyhRQ8=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-5LyazMNcEOq+F3p7y50x9AogvBKLd6ToS3Wzc+fFpmc=";
hash = "sha256-OrixIA9KfztXwJQxkIe/6U9ZVeL8kMaK7LgLBMMibag=";
};

src = fetchurl {
Expand Down Expand Up @@ -72,6 +72,7 @@ buildFHSEnv {
libdrm
libudev0-shim
libxkbcommon
mesa
nspr
nss
pango
Expand Down

0 comments on commit 5fe3950

Please sign in to comment.