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:
parent
6a10134205
commit
15ac81145e
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue