upgrade to 0.172
svn path=/nixpkgs/trunk/; revision=4621
This commit is contained in:
parent
9cb897da18
commit
37d1db32f0
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hwdata-0.159";
|
||||
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.159.orig.tar.gz;
|
||||
md5 = "5756e42e70955b15dc62cfcdbaa1c885";
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/pool/main/h/hwdata/hwdata_0.172.orig.tar.gz;
|
||||
md5 = "1c6b7f4dfe489f881702176c5f8e5a2e";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user