mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
zap: update 2.4.3 -> 2.5.0
This commit is contained in:
parent
d13378ffd1
commit
ba09675232
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue