Skip to content

Commit 0e6c643

Browse files
authored
burpsuite 2025.2.3 -> 2025.4.2, add yechielw as a maintainer (#406090)
2 parents 0382c94 + 0d1911c commit 0e6c643

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/bu/burpsuite/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
}:
1010

1111
let
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
};

0 commit comments

Comments
 (0)