Commit 05a8a32f authored by stepech's avatar stepech Committed by Benno Fünfstück
Browse files

burpsuite: 2023.2.4 -> 2023.3.5

parent 7f57b38c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ 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 ];
  };
}