about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-07-04 07:37:40 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-07-04 07:37:40 +0200
commit89156ee81f02c4534843538937cdd19c3276baf7 (patch)
treec3b5cd7482160cbb53925d20fd847ac85d4d737e /pkgs
parenta486ada6605355bd7d7e60ea8dc31651a3dae6da (diff)
downloadnixlib-89156ee81f02c4534843538937cdd19c3276baf7.tar
nixlib-89156ee81f02c4534843538937cdd19c3276baf7.tar.gz
nixlib-89156ee81f02c4534843538937cdd19c3276baf7.tar.bz2
nixlib-89156ee81f02c4534843538937cdd19c3276baf7.tar.lz
nixlib-89156ee81f02c4534843538937cdd19c3276baf7.tar.xz
nixlib-89156ee81f02c4534843538937cdd19c3276baf7.tar.zst
nixlib-89156ee81f02c4534843538937cdd19c3276baf7.zip
pciutils: fix a comment not updated by bot
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/pciutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/pciutils/default.nix b/pkgs/tools/system/pciutils/default.nix
index 7e0f614376de..04ef9bb0427a 100644
--- a/pkgs/tools/system/pciutils/default.nix
+++ b/pkgs/tools/system/pciutils/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
 
 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 {
     url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";