burpsuite: 2025.10.1 -> 2025.10.3

This commit is contained in:
Yechiel Worenklein
2025-11-08 20:14:49 +02:00
parent 38488b583f
commit 35bbdb2811
+3 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2025.10.1";
version = "2025.10.3";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-aLP8jVHuKmp4yzcd1KsgidAhWUxoJo0beGwq/6I4n4A=";
hash = "sha256-4XGIFjklYfHBJ/HIdJ7C1eTpLAq0nC3VSP6O/R3tdJw=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-HiYdJrnTg0HkCt+lXKkhfGawp/NZQmhH4sGytlpiLU8=";
hash = "sha256-28dsTC0AEHT6IO9he1Rc3xglnf8epdXJitZ1BdCLrYE=";
};
src = fetchurl {