mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
axis2: bump to version 1.6.2
This commit is contained in:
parent
c3126080fd
commit
44a9ebac47
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user