Unverified Commit 0e6c6436 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

burpsuite 2025.2.3 -> 2025.4.2, add yechielw as a maintainer (#406090)

parents 0382c944 0d1911c3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -9,20 +9,20 @@
}:

let
  version = "2025.2.3";
  version = "2025.4.2";

  product =
    if proEdition then
      {
        productName = "pro";
        productDesktop = "Burp Suite Professional Edition";
        hash = "sha256-eVtqlZHW1w10tUKlqdwFSbx2kJW5hEtfyq7MuBsNS4Q=";
        hash = "sha256-wtCZ3/7JvygSCka4i3Il2ajpSuuTPTwHeVJa4gGFDPw=";
      }
    else
      {
        productName = "community";
        productDesktop = "Burp Suite Community Edition";
        hash = "sha256-XWAaNAdPVxKS7/9uYWpAdbzHt+xNqpKCIOH7dVcUyaI=";
        hash = "sha256-+1aTq7XKacsi/gzUpeZvSuwpKPDMo6H3C81pxWCC4w8=";
      };

  src = fetchurl {
@@ -111,6 +111,7 @@ buildFHSEnv {
      bennofs
      blackzeshi
      fab
      yechielw
    ];
    mainProgram = "burpsuite";
  };