3
0
Fork 0
forked from mirrors/nixpkgs

Update URL for xmlbeans 2.2.0

This commit is contained in:
Rob Vermaas 2012-08-25 19:40:15 +02:00
parent 1d26619edf
commit d1d5c6d983

View file

@ -5,7 +5,7 @@ let
options = "-Dbuild.compiler=gcj"; # FIXME: We assume GCJ here.
xbeans = fetchurl {
url = "http://www.apache.org/dist/xmlbeans/binaries/xmlbeans-2.2.0.zip";
url = "http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.2.0.zip";
sha256 = "1pb08d9j81d0wz5wj31idz198iwhqb7mch872n08jh1354rjlqwk";
};
in