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:
parent
3b6b8fc67e
commit
8831f7a048
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
|
{ stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
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 {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
|
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user