Unverified Commit 45c51480 authored by Yechiel Worenklein's avatar Yechiel Worenklein
Browse files

burpsuite: 2025.10.4 -> 2025.11

parent 37ac819f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,20 +9,20 @@
}:

let
  version = "2025.10.4";
  version = "2025.11";

  product =
    if proEdition then
      {
        productName = "pro";
        productDesktop = "Burp Suite Professional Edition";
        hash = "sha256-Y6VeAAKeVxS0LclD9xu56KIiMK7FjlTHAhjtt5m6S2I=";
        hash = "sha256-/LudYYETnUT7Ynqw3HO822hdMUoz3mrTPae7ZO8SMyE=";
      }
    else
      {
        productName = "community";
        productDesktop = "Burp Suite Community Edition";
        hash = "sha256-cHnQmhiSl/c0HteD+LED2wjvDvdJJmgDD00CynFdkB0=";
        hash = "sha256-x4q5QkBIBFqG8Bjx5NuschNB4dX/8t2vCHNVRDa0kQQ=";
      };

  src = fetchurl {