Bumped Axis2 to 1.5.4. This subrelease finally seems to work properly again

svn path=/nixpkgs/trunk/; revision=25523
This commit is contained in:
Sander van der Burg 2011-01-12 15:56:05 +00:00
parent c8fe9d3b48
commit 87c5470d94

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, apacheAnt, jdk, unzip}:
stdenv.mkDerivation {
name = "axis2-1.5.1";
name = "axis2-1.5.4";
src = fetchurl {
url = http://www.bizdirusa.com/mirrors/apache/ws/axis2/1_5_1/axis2-1.5.1-bin.zip;
sha256 = "04zcn9g4r7pxfpp5g5rpjjlddr5mibqmsz4lfbkz2vjf3jrldgy5";
url = http://apache.mirror.easycolocate.nl/axis/axis2/java/core/1.5.4/axis2-1.5.4-bin.zip;
sha256 = "0mqnsj14g8aqmh3gjxgys6kwa7q8jkjgczb0hlcr4v2par0hdfng";
};
buildInputs = [ unzip apacheAnt jdk ];