about summary refs log tree commit diff
path: root/pkgs/development/libraries/db4
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
commit1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10 (patch)
tree68ca0563a887b3fb038bc6405f64c3edd0f256fe /pkgs/development/libraries/db4
parentce71dc90768950e55a347d1794a12e5774383044 (diff)
downloadnixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.gz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.bz2
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.lz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.xz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.zst
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.zip
* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
Diffstat (limited to 'pkgs/development/libraries/db4')
-rw-r--r--pkgs/development/libraries/db4/db4-4.5.20.nix2
-rw-r--r--pkgs/development/libraries/db4/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/db4/db4-4.5.20.nix b/pkgs/development/libraries/db4/db4-4.5.20.nix
index 1b8e760886c4..5c20b2f451ff 100644
--- a/pkgs/development/libraries/db4/db4-4.5.20.nix
+++ b/pkgs/development/libraries/db4/db4-4.5.20.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation ({
   name = "db4-4.5.20";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://download.oracle.com/berkeley-db/db-4.5.20.NC.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/db-4.5.20.NC.tar.gz;
     md5 = "1bfa6256f8d546b97bef1f448ab09875";
   };
   configureFlags = [
diff --git a/pkgs/development/libraries/db4/default.nix b/pkgs/development/libraries/db4/default.nix
index ee7e974e71df..2b4246ff4615 100644
--- a/pkgs/development/libraries/db4/default.nix
+++ b/pkgs/development/libraries/db4/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation ({
   name = "db4-4.4.20";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://downloads.sleepycat.com/db-4.4.20.NC.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/db-4.4.20.NC.tar.gz;
     md5 = "afd9243ea353bbaa04421488d3b37900";
   };
   configureFlags = [