summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hwdata/default.nix
blob: 4c0a46f460cb66f8d4126398c6fc309547652dbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{stdenv, fetchurl}:

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;
    md5 = "1c6b7f4dfe489f881702176c5f8e5a2e";
  };
}