axis: fix download url (the old one is dead)

This commit is contained in:
Bjørn Forsman 2014-06-22 22:34:10 +02:00
parent 20a8630c2f
commit 6c2d696f42

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation {
directory = "axis-1_3";
builder = ./builder.sh;
src = fetchurl {
url = "http://apache.cs.uu.nl/dist/ws/axis/1_3/axis-bin-1_3.tar.gz";
url = "http://archive.apache.org/dist/ws/axis/1_3/axis-bin-1_3.tar.gz";
md5 = "dd8203f08c37872f4fd2bfb45c4bfe04";
};
inherit stdenv;