pciutils: maintenance + PCI IDs update
This commit is contained in:
parent
7f81c07145
commit
9de9669496
@ -8,11 +8,11 @@ let
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pciutils-3.3.0"; # with database from 2014-11-10
|
name = "pciutils-3.3.1"; # with database from 2015-04
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
|
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
|
||||||
sha256 = "008kh33kbpkk1wr9srrapw93imqx7l4djglrdkfxwvy6ppa9acs1";
|
sha256 = "1ag3skny1bamqil46dlppw8j1fp08spqa60fjygbxkg4fzdknjji";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig zlib kmod which ];
|
buildInputs = [ pkgconfig zlib kmod which ];
|
||||||
|
Loading…
Reference in New Issue
Block a user