burpsuite: 2025.11.1 -> 2025.11.2 (#464504)

This commit is contained in:
Fabian Affolter
2025-11-24 13:03:26 +00:00
committed by GitHub
+3 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2025.11.1";
version = "2025.11.2";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-vtei5zzfbsfO3W6IIs15y4Ef+mLK9BlaNl+4wT8wEmw=";
hash = "sha256-uI3xjh1z4g9+ZjjbXi4CLoKT+9y2rbu8u8rqD9+aOFA=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-WzURPRMr8EgBMqxp9w10gHDEyqAVcejUif0TKdxDZr4=";
hash = "sha256-XZgG6BfA2O4gZfy+dYuc5yzpe+sHPjthzvexBb4YWcQ=";
};
src = fetchurl {