burpsuite: 2025.5.2 -> 2025.6

This commit is contained in:
R. Ryantm
2025-06-15 05:15:41 +00:00
parent 7b803c3519
commit ca552f6b0a
+3 -3
View File
@@ -9,20 +9,20 @@
}:
let
version = "2025.5.2";
version = "2025.6";
product =
if proEdition then
{
productName = "pro";
productDesktop = "Burp Suite Professional Edition";
hash = "sha256-Ln4krhqaxkRAHesnXobjlgNiHfL7ShGanex0aMeJu3o=";
hash = "sha256-UtxyhXaXpVp9Ynm6vnHYxr+TEnRau1ZHU563xcUmu/0=";
}
else
{
productName = "community";
productDesktop = "Burp Suite Community Edition";
hash = "sha256-QfjhZR6AJ7909DbLgkjso5uh1lfucd1LLJHS38FeJXw=";
hash = "sha256-5kpmLkdnGxnt6bSUgAIJaXdFSmmvOffdQaAOlm9sNlo=";
};
src = fetchurl {