burpsuite 2025.2.3 -> 2025.4.2, add yechielw as a maintainer (#406090)

This commit is contained in:
Fabian Affolter
2025-05-19 17:13:30 +02:00
committed by GitHub
+4 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2025.2.3";
version = "2025.4.2";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-eVtqlZHW1w10tUKlqdwFSbx2kJW5hEtfyq7MuBsNS4Q=";
hash = "sha256-wtCZ3/7JvygSCka4i3Il2ajpSuuTPTwHeVJa4gGFDPw=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-XWAaNAdPVxKS7/9uYWpAdbzHt+xNqpKCIOH7dVcUyaI=";
hash = "sha256-+1aTq7XKacsi/gzUpeZvSuwpKPDMo6H3C81pxWCC4w8=";
};
src = fetchurl {
@@ -111,6 +111,7 @@ buildFHSEnv {
bennofs
blackzeshi
fab
yechielw
];
mainProgram = "burpsuite";
};