We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb50f12 + 1d257b0 commit 331a960Copy full SHA for 331a960
pkgs/by-name/bu/burpsuite/package.nix
@@ -9,20 +9,20 @@
9
}:
10
11
let
12
- version = "2025.1.3";
+ version = "2025.1.4";
13
14
product =
15
if proEdition then
16
{
17
productName = "pro";
18
productDesktop = "Burp Suite Professional Edition";
19
- hash = "sha256-BlVAQe6KLn9THVJTk+rDZoLeAbIW8IA3rDpS6xPhDLo=";
+ hash = "sha256-NpWqrdUaxPvU4O2MplLTRfnqOB2yC/zQJx7o9stjKCU=";
20
}
21
else
22
23
productName = "community";
24
productDesktop = "Burp Suite Community Edition";
25
- hash = "sha256-M1T7atQmB0fRmH9NDZ3uyc3rQpqBc2u3WRZO5rDBj+g=";
+ hash = "sha256-jLwI9r1l/bf2R7BOImEnbW3iLgsF+/1n0/N55Jx8Lzw=";
26
};
27
28
src = fetchurl {
0 commit comments