zap: update version tag

This commit is contained in:
Weijia Wang 2023-01-23 05:52:14 +01:00 committed by GitHub
parent e497acaac7
commit 143b5ed9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ jre ];
# From https://github.com/zaproxy/zaproxy/blob/master/zap/src/main/java/org/parosproxy/paros/Constant.java
version_tag = "2010000";
version_tag = "20012000";
# Copying config and adding version tag before first use to avoid permission
# issues if zap tries to copy config on it's own.