zap: update 2.4.3 -> 2.5.0
This commit is contained in:
parent
d13378ffd1
commit
ba09675232
@ -2,18 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zap-${version}";
|
name = "zap-${version}";
|
||||||
version = "2.4.3";
|
version = "2.5.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zaproxy";
|
owner = "zaproxy";
|
||||||
repo = "zaproxy";
|
repo = "zaproxy";
|
||||||
rev ="${version}";
|
rev ="${version}";
|
||||||
sha256 = "1np9jxy09j8wzqcxw3c71x9hwrrbkjlz7qw903kv43wr74mv2snd";
|
sha256 = "12bd0f2zrs7cvcyy2xj31m3szxrr2ifdjyd24z047qm465z3hj33";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ jdk ant ];
|
buildInputs = [ jdk ant ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd build
|
cd build
|
||||||
|
echo -n "${version}" > version.txt
|
||||||
ant -f build.xml setup init compile dist copy-source-to-build package-linux
|
ant -f build.xml setup init compile dist copy-source-to-build package-linux
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user