pciutils: fix the comment with DB date

It was repeatedly getting outdated,
and now pciutils is getting updated fairly often.
This commit is contained in:
Vladimír Čunát 2018-08-17 21:24:16 +02:00
parent 3b6b8fc67e
commit 8831f7a048
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
stdenv.mkDerivation rec {
name = "pciutils-3.6.2"; # 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";