burpsuite: 2025.10.4 -> 2025.11

This commit is contained in:
Yechiel Worenklein
2025-11-16 10:13:39 +02:00
parent 37ac819f96
commit 45c5148054

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 {