Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEAD

This commit is contained in:
Frederik Rietdijk
2017-07-31 09:12:15 +02:00
132 changed files with 1447 additions and 1285 deletions
+2 -2
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 ];