Skip to content

Commit 0d1911c

Browse files
committed
burpsuite: 2025.2.3 -> 2025.4.2
1 parent d76b533 commit 0d1911c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 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 {

0 commit comments

Comments
 (0)