zap: 2.5.0 -> 2.7.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 2.7.0 with grep in /nix/store/7yw2vm6f6mpj22hyhhirz3ffdmcl58xq-zap-2.7.0
- found 2.7.0 in filename of file in /nix/store/7yw2vm6f6mpj22hyhhirz3ffdmcl58xq-zap-2.7.0

cc "@mog"
This commit is contained in:
Ryan Mulligan 2018-02-27 19:23:42 -08:00
parent 6a10134205
commit 15ac81145e

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "zap-${version}";
version = "2.5.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "zaproxy";
repo = "zaproxy";
rev ="${version}";
sha256 = "12bd0f2zrs7cvcyy2xj31m3szxrr2ifdjyd24z047qm465z3hj33";
sha256 = "1bz4pgq66v6kxmgj99llacm1d85vj8z78jlgc2z9hv0ha5i57y32";
};
buildInputs = [ jdk ant ];