burpsuite: 2025.11 -> 2025.11.1

This commit is contained in:
Yechiel Worenklein
2025-11-19 18:03:56 +02:00
parent d0291e3513
commit 0037c5a63e
+3 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2025.11";
version = "2025.11.1";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-/LudYYETnUT7Ynqw3HO822hdMUoz3mrTPae7ZO8SMyE=";
hash = "sha256-vtei5zzfbsfO3W6IIs15y4Ef+mLK9BlaNl+4wT8wEmw=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-x4q5QkBIBFqG8Bjx5NuschNB4dX/8t2vCHNVRDa0kQQ=";
hash = "sha256-WzURPRMr8EgBMqxp9w10gHDEyqAVcejUif0TKdxDZr4=";
};
src = fetchurl {