mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
axis: fix download url (the old one is dead)
This commit is contained in:
parent
20a8630c2f
commit
6c2d696f42
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user