Merge #45175: pciutils: 3.6.1 -> 3.6.2

This commit is contained in:
Vladimír Čunát 2018-08-17 21:25:19 +02:00
commit d0f11020ca
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.6.1"; # with database from 2018-06-29
name = "pciutils-3.6.2"; # with release-date database
src = fetchurl {
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
sha256 = "1q39hh8scgvqppk1clzjh7yiq5p2r0knv52g3qzmdhsir4f47h7w";
sha256 = "1wwkpglvvr1sdj2gxz9khq507y02c4px48njy25divzdhv4jwifv";
};
nativeBuildInputs = [ pkgconfig ];