burpsuite: 2023.2.4 -> 2023.3.5

https://portswigger.net/burp/releases
This commit is contained in:
stepech 2023-04-10 02:06:45 +02:00 committed by Benno Fünfstück
parent 7f57b38cc8
commit 05a8a32f60

View File

@ -1,6 +1,6 @@
{ lib, fetchurl, jdk, buildFHSEnv, unzip, makeDesktopItem }:
let
version = "2023.2.4";
version = "2023.3.5";
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 = "4e9cd298a03af8684306ca2dfe52e630f032c1df7ca8baecbd329c792137052f";
sha256 = "ef1b1094bbe7388b5b4d515b8e42347243efb34a4d8acc27d9d553fe62f45fb5";
};
name = "burpsuite-${version}";
@ -74,6 +74,6 @@ buildFHSEnv {
license = licenses.unfree;
platforms = jdk.meta.platforms;
hydraPlatforms = [ ];
maintainers = with maintainers; [ bennofs ];
maintainers = with maintainers; [ bennofs stepech ];
};
}