axis2: bump to version 1.6.2

This commit is contained in:
Sander van der Burg 2014-02-18 18:07:04 +01:00
parent c3126080fd
commit 44a9ebac47

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, apacheAnt, jdk, unzip}: {stdenv, fetchurl, apacheAnt, jdk, unzip}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "axis2-1.6.1"; name = "axis2-1.6.2";
src = fetchurl { src = fetchurl {
url = http://apache.mirror.versatel.nl//axis/axis2/java/core/1.6.1/axis2-1.6.1-bin.zip; url = http://apache.proserve.nl//axis/axis2/java/core/1.6.2/axis2-1.6.2-bin.zip;
sha256 = "1a0p85qh9924dv3y7zivf62hy1jzdaxnndqh93g6lndmacfhkk64"; sha256 = "02i6fv11ksd5ql81i501bcb11ib5gyhq3zxwrz5jm4ic80r097fp";
}; };
buildInputs = [ unzip apacheAnt jdk ]; buildInputs = [ unzip apacheAnt jdk ];