lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

zap: 2.13.0 -> 2.14.0

authored by

R. Ryantm and committed by
Jonathan Ringer
bdb599a3 b4bbe73e

+2 -2
+2 -2
pkgs/tools/networking/zap/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "zap"; 5 - version = "2.13.0"; 5 + version = "2.14.0"; 6 6 src = fetchurl { 7 7 url = "https://github.com/zaproxy/zaproxy/releases/download/v${version}/ZAP_${version}_Linux.tar.gz"; 8 - sha256 = "sha256-k261Kg/TkMHviQxFVCDZXOIAYv4TbsCSfgI+K69Q9Uk="; 8 + sha256 = "sha256-IZ1/JbviUkdxOAWrAswSJ5iYyHB0PBquPCsLGIIZGWA="; 9 9 }; 10 10 11 11 buildInputs = [ jre ];