Loading pkgs/by-name/bu/burpsuite/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,20 +9,20 @@ }: let version = "2025.7.1"; version = "2025.8"; product = if proEdition then { productName = "pro"; productDesktop = "Burp Suite Professional Edition"; hash = "sha256-qyTvvEEiZFtiRvPM8IcuRlzBKOO40Fe9g8l9wrsIY84="; hash = "sha256-TMzjqPAxRmXMrgzMjOAj4302Oh3KnhDWEkoXfJ84UoA="; } else { productName = "community"; productDesktop = "Burp Suite Community Edition"; hash = "sha256-y34WlQtGZNBn1StoWhQh02EHbCVxYMoOQMH4cGbviXg="; hash = "sha256-Ftl2l5id0aMXt4cb+I04iV3bZZnULaS06udV0QMSiEI="; }; src = fetchurl { Loading Loading
pkgs/by-name/bu/burpsuite/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,20 +9,20 @@ }: let version = "2025.7.1"; version = "2025.8"; product = if proEdition then { productName = "pro"; productDesktop = "Burp Suite Professional Edition"; hash = "sha256-qyTvvEEiZFtiRvPM8IcuRlzBKOO40Fe9g8l9wrsIY84="; hash = "sha256-TMzjqPAxRmXMrgzMjOAj4302Oh3KnhDWEkoXfJ84UoA="; } else { productName = "community"; productDesktop = "Burp Suite Community Edition"; hash = "sha256-y34WlQtGZNBn1StoWhQh02EHbCVxYMoOQMH4cGbviXg="; hash = "sha256-Ftl2l5id0aMXt4cb+I04iV3bZZnULaS06udV0QMSiEI="; }; src = fetchurl { Loading