burpsuite: 2026.1 -> 2026.1.2

This commit is contained in:
Fabian Affolter
2026-02-01 02:06:31 +01:00
parent 48803cfb7a
commit dbf424d2d3
+3 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2026.1";
version = "2026.1.2";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-4GvB1K4UZnZMor0jBWXvzgy0qfh234TZmtu6eSR4/jk=";
hash = "sha256-KF6VOXO3IKsysA3SBJJzL+G2yQEVpCQKL6IMYQhYFMc=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-q0vKBEIzO18mNX7bn1vhnstnGr1pwjMnHXq6HdtpJy0=";
hash = "sha256-5LNzF68VhGdWttzZCkw/Ign4x6V4EhU/EHMddeSVirk=";
};
src = fetchurl {