burpsuite: 2025.4.2 -> 2025.5.1

This commit is contained in:
Fabian Affolter
2025-06-02 14:41:24 +02:00
parent 7f03099294
commit 1053fabad5
+3 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2025.4.2";
version = "2025.5.1";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-wtCZ3/7JvygSCka4i3Il2ajpSuuTPTwHeVJa4gGFDPw=";
hash = "sha256-1AXAVXselQKqKsjTRJVN3rBQpSReTH3d0ulIahp9QCc=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-+1aTq7XKacsi/gzUpeZvSuwpKPDMo6H3C81pxWCC4w8=";
hash = "sha256-zX5QJz996WgKvDA6p5dRtmbZTRsgCl0URn302MkhVew=";
};
src = fetchurl {