pciutils: 3.5.1 -> 3.5.2

This commit is contained in:
Vladimír Čunát 2016-12-03 11:07:49 +01:00
parent ca9ce9ace4
commit 1960fb5275
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.1"; # with database from 2016-05
name = "pciutils-3.5.2"; # with database from 2016-10
src = fetchurl {
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
sha256 = "0byl2f897w5lhs4bvr6p7qwcz9bllj2zyfv7nywbcbsnb9ha9wrb";
sha256 = "1z2y4f3cyvm7a0dyan0n6jpb3p9pvh35lrim0058slj0kwd1969s";
};
patches = [ ./module-dir.diff ];