1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Upgrade to Axis2 1.4

svn path=/nixpkgs/trunk/; revision=12265
This commit is contained in:
Sander van der Burg 2008-07-05 12:42:51 +00:00
parent 0160fb04ed
commit 1c1ca49356

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation {
name = "axis2-1.3";
name = "axis2-1.4";
builder = ./builder.sh;
src = fetchurl {
url = http://apache.hippo.nl/ws/axis2/1_3/axis2-1.3-bin.zip;
md5 = "ab2bc77452288ebf80d861270734a83e";
url = http://apache.hippo.nl/ws/axis2/1_4/axis2-1.4-bin.zip;
md5 = "5fa104137aec522675aeaa2e6414dc40";
};
inherit apacheAnt jdk unzip;