mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
burpsuite: 2025.2.3 -> 2025.4.2
This commit is contained in:
parent
d76b53333e
commit
0d1911c3c0
1 changed files with 3 additions and 3 deletions
|
@ -9,20 +9,20 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2025.2.3";
|
version = "2025.4.2";
|
||||||
|
|
||||||
product =
|
product =
|
||||||
if proEdition then
|
if proEdition then
|
||||||
{
|
{
|
||||||
productName = "pro";
|
productName = "pro";
|
||||||
productDesktop = "Burp Suite Professional Edition";
|
productDesktop = "Burp Suite Professional Edition";
|
||||||
hash = "sha256-eVtqlZHW1w10tUKlqdwFSbx2kJW5hEtfyq7MuBsNS4Q=";
|
hash = "sha256-wtCZ3/7JvygSCka4i3Il2ajpSuuTPTwHeVJa4gGFDPw=";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
productName = "community";
|
productName = "community";
|
||||||
productDesktop = "Burp Suite Community Edition";
|
productDesktop = "Burp Suite Community Edition";
|
||||||
hash = "sha256-XWAaNAdPVxKS7/9uYWpAdbzHt+xNqpKCIOH7dVcUyaI=";
|
hash = "sha256-+1aTq7XKacsi/gzUpeZvSuwpKPDMo6H3C81pxWCC4w8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue