File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkgs/by-name/bu/burpsuite Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99} :
1010
1111let
12- version = "2025.2.3 " ;
12+ version = "2025.4.2 " ;
1313
1414 product =
1515 if proEdition then
1616 {
1717 productName = "pro" ;
1818 productDesktop = "Burp Suite Professional Edition" ;
19- hash = "sha256-eVtqlZHW1w10tUKlqdwFSbx2kJW5hEtfyq7MuBsNS4Q =" ;
19+ hash = "sha256-wtCZ3/7JvygSCka4i3Il2ajpSuuTPTwHeVJa4gGFDPw =" ;
2020 }
2121 else
2222 {
2323 productName = "community" ;
2424 productDesktop = "Burp Suite Community Edition" ;
25- hash = "sha256-XWAaNAdPVxKS7/9uYWpAdbzHt+xNqpKCIOH7dVcUyaI =" ;
25+ hash = "sha256-+1aTq7XKacsi/gzUpeZvSuwpKPDMo6H3C81pxWCC4w8 =" ;
2626 } ;
2727
2828 src = fetchurl {
@@ -111,6 +111,7 @@ buildFHSEnv {
111111 bennofs
112112 blackzeshi
113113 fab
114+ yechielw
114115 ] ;
115116 mainProgram = "burpsuite" ;
116117 } ;
You can’t perform that action at this time.
0 commit comments