pciutils: 3.5.4 -> 3.5.5

This commit is contained in:
Vladimír Čunát 2017-07-15 11:28:56 +02:00
parent 674c82739c
commit 2ab67778d6
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
stdenv.mkDerivation rec {
name = "pciutils-3.5.4"; # with database from 2017-02
name = "pciutils-3.5.5"; # with database from 2017-07
src = fetchurl {
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
sha256 = "0rpy7kkb2y89wmbcbfjjjxsk2x89v5xxhxib4vpl131ip5m3qab4";
sha256 = "1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5";
};
buildInputs = [ pkgconfig zlib kmod which ];