Merge pull request #246126 from r-ryantm/auto-update/zap

zap: 2.12.0 -> 2.13.0
This commit is contained in:
Pol Dellaiera 2023-07-31 10:13:40 +02:00 committed by GitHub
commit 4d065aa208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];