burpsuite: 2025.1.4 -> 2025.1.5 (#391806)

This commit is contained in:
Fabian Affolter
2025-03-23 09:12:48 +01:00
committed by GitHub
+3 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2025.1.4";
version = "2025.1.5";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-NpWqrdUaxPvU4O2MplLTRfnqOB2yC/zQJx7o9stjKCU=";
hash = "sha256-QTYeiM2hyZpvSu5oE2wrNrF3qFkp4JJnQftOg3BJqZA=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-jLwI9r1l/bf2R7BOImEnbW3iLgsF+/1n0/N55Jx8Lzw=";
hash = "sha256-vIcBRsylS+ftSq5x0HDe6Zb8dtVUtWw6hENBITYmzyQ=";
};
src = fetchurl {