summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 19:23:42 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 19:23:42 -0800
commit15ac81145e4b74cec245be711f8ec8105eb2eddf (patch)
tree3c7c3dce87c1e8312ab8d770c99dca987aa69682 /pkgs/tools
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixlib-15ac81145e4b74cec245be711f8ec8105eb2eddf.tar
nixlib-15ac81145e4b74cec245be711f8ec8105eb2eddf.tar.gz
nixlib-15ac81145e4b74cec245be711f8ec8105eb2eddf.tar.bz2
nixlib-15ac81145e4b74cec245be711f8ec8105eb2eddf.tar.lz
nixlib-15ac81145e4b74cec245be711f8ec8105eb2eddf.tar.xz
nixlib-15ac81145e4b74cec245be711f8ec8105eb2eddf.tar.zst
nixlib-15ac81145e4b74cec245be711f8ec8105eb2eddf.zip
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"
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/zap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/zap/default.nix b/pkgs/tools/networking/zap/default.nix
index 6ee463cac136..263a44615305 100644
--- a/pkgs/tools/networking/zap/default.nix
+++ b/pkgs/tools/networking/zap/default.nix
@@ -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 ];