pciutils: 3.5.6 -> 3.6.0

This commit is contained in:
Eelco Dolstra 2018-07-09 13:12:24 +02:00
parent e64b114c3a
commit 92609ec9ae
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
stdenv.mkDerivation rec {
name = "pciutils-3.5.6"; # with database from 2017-07
name = "pciutils-3.6.0"; # with database from 2018-06-29
src = fetchurl {
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
sha256 = "08dvsk1b5m1r7qqzsm849h4glq67mngf8zw7bg0102ff1jwywipk";
sha256 = "17g9rvjknj2yqwxldnz8m5kaabbdvkcjnfic4sbx88kh0s81197j";
};
nativeBuildInputs = [ pkgconfig ];