zap: 2.12.0 -> 2.13.0

This commit is contained in:
R. Ryantm 2023-07-30 01:46:53 +00:00
parent a4c0bbf98b
commit a350234f56

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "zap";
version = "2.12.0";
version = "2.13.0";
src = fetchurl {
url = "https://github.com/zaproxy/zaproxy/releases/download/v${version}/ZAP_${version}_Linux.tar.gz";
sha256 = "sha256-nESTyZHLk0cGOGTSQ2o3lc87aXYGJeez20Ac00LT/FU=";
sha256 = "sha256-k261Kg/TkMHviQxFVCDZXOIAYv4TbsCSfgI+K69Q9Uk=";
};
buildInputs = [ jre ];