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

authored by Fabian Affolter and committed by GitHub e2b61af0 5d4628d1

+4 -3
+4 -3
pkgs/by-name/bu/burpsuite/package.nix
··· 9 }: 10 11 let 12 - version = "2025.1.5"; 13 14 product = 15 if proEdition then 16 { 17 productName = "pro"; 18 productDesktop = "Burp Suite Professional Edition"; 19 - hash = "sha256-QTYeiM2hyZpvSu5oE2wrNrF3qFkp4JJnQftOg3BJqZA="; 20 } 21 else 22 { 23 productName = "community"; 24 productDesktop = "Burp Suite Community Edition"; 25 - hash = "sha256-vIcBRsylS+ftSq5x0HDe6Zb8dtVUtWw6hENBITYmzyQ="; 26 }; 27 28 src = fetchurl { ··· 109 hydraPlatforms = [ ]; 110 maintainers = with maintainers; [ 111 bennofs 112 fab 113 ]; 114 mainProgram = "burpsuite";
··· 9 }: 10 11 let 12 + version = "2025.2.3"; 13 14 product = 15 if proEdition then 16 { 17 productName = "pro"; 18 productDesktop = "Burp Suite Professional Edition"; 19 + hash = "sha256-eVtqlZHW1w10tUKlqdwFSbx2kJW5hEtfyq7MuBsNS4Q="; 20 } 21 else 22 { 23 productName = "community"; 24 productDesktop = "Burp Suite Community Edition"; 25 + hash = "sha256-XWAaNAdPVxKS7/9uYWpAdbzHt+xNqpKCIOH7dVcUyaI="; 26 }; 27 28 src = fetchurl { ··· 109 hydraPlatforms = [ ]; 110 maintainers = with maintainers; [ 111 bennofs 112 + blackzeshi 113 fab 114 ]; 115 mainProgram = "burpsuite";