Burpsuite: 2024.8.5 -> 2024.10.1 (#357898)

This commit is contained in:
Fabian Affolter 2024-11-27 07:56:07 +01:00 committed by GitHub
commit c20ecb9c8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,20 +9,20 @@
}:
let
version = "2024.8.5";
version = "2024.10.1";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-bG1+U16qRNnHHhjloUIMxBH7/zKRo0b3tEX1ebsClL4=";
hash = "sha256-r/j7nATyd8GbfoLNby5x1/5BVeRv5B/8Ri1fPUwaCoQ=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-rUDG2L/MC6vX58If7rLHKd73hyV2lSdO1ZZu9tDaznM=";
hash = "sha256-uvX1LTe2slPINrn+ywY3nyu/K+FTczvsW/FnP0z43Q8=";
};
src = fetchurl {