mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Update URL for xmlbeans 2.2.0
This commit is contained in:
parent
1d26619edf
commit
d1d5c6d983
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user