burpsuite: 2023.5.3 -> 2023.7.2

This commit is contained in:
P. R. d. O 2023-07-28 07:59:01 -06:00
parent 2a9d660ff0
commit cfa38c5004
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7

View File

@ -1,6 +1,6 @@
{ lib, fetchurl, jdk, buildFHSEnv, unzip, makeDesktopItem }:
let
version = "2023.5.3";
version = "2023.7.2";
src = fetchurl {
name = "burpsuite.jar";
@ -8,7 +8,7 @@ let
"https://portswigger.net/burp/releases/download?productId=100&version=${version}&type=Jar"
"https://web.archive.org/web/https://portswigger.net/burp/releases/download?productId=100&version=${version}&type=Jar"
];
sha256 = "e2e9a9b307b5b54daf724ae7f5fda22b9cbd8382a4c72e18b85ac39b3e8a16ab";
hash = "sha256-mpOG8sx+L+/kwgB3X9ALOvq+Rx1GC3JE2G7yVt1iQYg=";
};
name = "burpsuite-${version}";