summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-06-25 14:05:48 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-06-25 14:12:16 +0200
commitacba9240cdd89295c6e3a22525dc67cb936d164c (patch)
treeb6a009c508576d8427d1dc5d34817b9ff5bc320c /pkgs/development/compilers/ocaml
parentcbf2526bfda604260fcf69973fffddc535afc099 (diff)
downloadnixpkgs-acba9240cdd89295c6e3a22525dc67cb936d164c.tar
nixpkgs-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.gz
nixpkgs-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.bz2
nixpkgs-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.lz
nixpkgs-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.xz
nixpkgs-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.zst
nixpkgs-acba9240cdd89295c6e3a22525dc67cb936d164c.zip
nixos.org/tarballs -> tarballs.nixos.org
It's currently the same machine, but tarballs.nixos.org should become
an S3/CloudFront site eventually.
Diffstat (limited to 'pkgs/development/compilers/ocaml')
-rw-r--r--pkgs/development/compilers/ocaml/3.08.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ocaml/3.08.0.nix b/pkgs/development/compilers/ocaml/3.08.0.nix
index 4f7e9469bbf..f4640b36e67 100644
--- a/pkgs/development/compilers/ocaml/3.08.0.nix
+++ b/pkgs/development/compilers/ocaml/3.08.0.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "ocaml-3.08.0";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://nixos.org/tarballs/ocaml-3.08.0.tar.gz;
+    url = http://tarballs.nixos.org/ocaml-3.08.0.tar.gz;
     md5 = "c6ef478362295c150101cdd2efcd38e0";
   };
   configureScript = ./configure-3.08.0;