From 9453ea08d9581c724f72c2887969412643807c1e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 13 Oct 2006 15:54:29 +0000 Subject: [PATCH] * Use the regular version. svn path=/nixpkgs/trunk/; revision=6734 --- pkgs/development/libraries/db4/db4-4.5.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/db4/db4-4.5.nix b/pkgs/development/libraries/db4/db4-4.5.nix index 9134c7f483b..4c2621a5721 100644 --- a/pkgs/development/libraries/db4/db4-4.5.nix +++ b/pkgs/development/libraries/db4/db4-4.5.nix @@ -4,8 +4,8 @@ stdenv.mkDerivation { name = "db4-4.5.20"; builder = ./builder.sh; src = fetchurl { - url = http://nix.cs.uu.nl/dist/tarballs/db-4.5.20.NC.tar.gz; - md5 = "1bfa6256f8d546b97bef1f448ab09875"; + url = http://download-east.oracle.com/berkeley-db/db-4.5.20.tar.gz; + md5 = "b0f1c777708cb8e9d37fb47e7ed3312d"; }; configureFlags = [ (if cxxSupport then "--enable-cxx" else "--disable-cxx")