summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hwdata
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
commit3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671 (patch)
tree8f4f5bc667119caf379ff3677e1cf25e0f920cf4 /pkgs/os-specific/linux/hwdata
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
downloadnixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.gz
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.bz2
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.lz
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.xz
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.zst
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.zip
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/os-specific/linux/hwdata')
-rw-r--r--pkgs/os-specific/linux/hwdata/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/hwdata/default.nix b/pkgs/os-specific/linux/hwdata/default.nix
index 4c0a46f460c..a624afd0d6f 100644
--- a/pkgs/os-specific/linux/hwdata/default.nix
+++ b/pkgs/os-specific/linux/hwdata/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "hwdata-0.172";
   builder = ./builder.sh;
   src = fetchurl {
-    url = ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/pool/main/h/hwdata/hwdata_0.172.orig.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/hwdata_0.172.orig.tar.gz;
     md5 = "1c6b7f4dfe489f881702176c5f8e5a2e";
   };
 }