pciutils: minor update 3.4.0 -> 3.4.1

This commit is contained in:
Vladimír Čunát 2016-01-07 00:17:59 +01:00
parent c037d31e44
commit 36e7b376eb

View File

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