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
version = "2025.7.1";
version = "2025.8";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-qyTvvEEiZFtiRvPM8IcuRlzBKOO40Fe9g8l9wrsIY84=";
hash = "sha256-TMzjqPAxRmXMrgzMjOAj4302Oh3KnhDWEkoXfJ84UoA=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-y34WlQtGZNBn1StoWhQh02EHbCVxYMoOQMH4cGbviXg=";
hash = "sha256-Ftl2l5id0aMXt4cb+I04iV3bZZnULaS06udV0QMSiEI=";
};
src = fetchurl {