burpsuite: 2025.10.4 -> 2025.11 (#462162)

This commit is contained in:
Fabian Affolter
2025-11-17 19:05:20 +00:00
committed by GitHub

View File

@@ -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 {