zap: 2.10.0 -> 2.11.0

This commit is contained in:
R. Ryantm 2021-10-28 00:37:40 +00:00
parent 22a500a3f8
commit 7da7eb4ffe

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "zap";
version = "2.10.0";
version = "2.11.0";
src = fetchurl {
url = "https://github.com/zaproxy/zaproxy/releases/download/v${version}/ZAP_${version}_Linux.tar.gz";
sha256 = "1mz9s56pbs62g4pnd1ml8y6jpf9ilisdwwvjv5kn6yxrcdi2zzqh";
sha256 = "sha256-wr64T3+ps5r2V72z4NDbqWQlJX6kjg6LIu7szY1VaB4=";
};
buildInputs = [ jre ];