burpsuite: 2025.7.1 -> 2025.8

This commit is contained in:
Fabian Affolter 2025-08-08 11:14:03 +02:00
parent 024c9aa846
commit 70116a0ee2

View File

@ -9,20 +9,20 @@
}: }:
let let
version = "2025.7.1"; version = "2025.8";
product = product =
if proEdition then if proEdition then
{ {
productName = "pro"; productName = "pro";
productDesktop = "Burp Suite Professional Edition"; productDesktop = "Burp Suite Professional Edition";
hash = "sha256-qyTvvEEiZFtiRvPM8IcuRlzBKOO40Fe9g8l9wrsIY84="; hash = "sha256-TMzjqPAxRmXMrgzMjOAj4302Oh3KnhDWEkoXfJ84UoA=";
} }
else else
{ {
productName = "community"; productName = "community";
productDesktop = "Burp Suite Community Edition"; productDesktop = "Burp Suite Community Edition";
hash = "sha256-y34WlQtGZNBn1StoWhQh02EHbCVxYMoOQMH4cGbviXg="; hash = "sha256-Ftl2l5id0aMXt4cb+I04iV3bZZnULaS06udV0QMSiEI=";
}; };
src = fetchurl { src = fetchurl {