pciutils: feature+bugfix update 3.3.1 -> 3.4.0

This commit is contained in:
Vladimír Čunát 2015-09-20 08:25:36 +02:00
parent 2822a45758
commit 80a9e5a183

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
stdenv.mkDerivation rec {
name = "pciutils-3.3.1"; # with database from 2015-04
name = "pciutils-3.4.0"; # with database from 2015-09
src = fetchurl {
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
sha256 = "1ag3skny1bamqil46dlppw8j1fp08spqa60fjygbxkg4fzdknjji";
sha256 = "15liffqvdwbpza210wfqy2y135dvg7sbyqr7gvhyjllgspv8z2gq";
};
buildInputs = [ pkgconfig zlib kmod which ];