burpsuite: 2025.1.5 -> 2025.2.3, add blackzeshi as maintainer (#394931)

This commit is contained in:
Fabian Affolter
2025-04-08 17:52:38 +02:00
committed by GitHub
+4 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2025.1.5";
version = "2025.2.3";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-QTYeiM2hyZpvSu5oE2wrNrF3qFkp4JJnQftOg3BJqZA=";
hash = "sha256-eVtqlZHW1w10tUKlqdwFSbx2kJW5hEtfyq7MuBsNS4Q=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-vIcBRsylS+ftSq5x0HDe6Zb8dtVUtWw6hENBITYmzyQ=";
hash = "sha256-XWAaNAdPVxKS7/9uYWpAdbzHt+xNqpKCIOH7dVcUyaI=";
};
src = fetchurl {
@@ -109,6 +109,7 @@ buildFHSEnv {
hydraPlatforms = [ ];
maintainers = with maintainers; [
bennofs
blackzeshi
fab
];
mainProgram = "burpsuite";