mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Upgrade to Axis2 1.4
svn path=/nixpkgs/trunk/; revision=12265
This commit is contained in:
parent
0160fb04ed
commit
1c1ca49356
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue