pciutils: fix a comment not updated by bot
This commit is contained in:
parent
a486ada660
commit
89156ee81f
@ -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.0"; # with database from 2017-07
|
name = "pciutils-3.6.0"; # with database from 2018-06
|
||||||
|
|
||||||
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