Skip to content

Commit

Permalink
zap: update 2.4.3 -> 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennofs committed Jun 8, 2016
1 parent d13378f commit ba09675
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/tools/networking/zap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

stdenv.mkDerivation rec {
name = "zap-${version}";
version = "2.4.3";
version = "2.5.0";
src = fetchFromGitHub {
owner = "zaproxy";
repo = "zaproxy";
rev ="${version}";
sha256 = "1np9jxy09j8wzqcxw3c71x9hwrrbkjlz7qw903kv43wr74mv2snd";
sha256 = "12bd0f2zrs7cvcyy2xj31m3szxrr2ifdjyd24z047qm465z3hj33";
};

buildInputs = [ jdk ant ];

buildPhase = ''
cd build
echo -n "${version}" > version.txt
ant -f build.xml setup init compile dist copy-source-to-build package-linux
'';

Expand Down

0 comments on commit ba09675

Please sign in to comment.