summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-17 21:24:16 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-17 21:24:16 +0200
commit8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221 (patch)
tree31959f9b380aa2d0aef77c51efe6ce0e0975b893 /pkgs/tools/system
parent3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762 (diff)
downloadnixpkgs-8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221.tar
nixpkgs-8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221.tar.gz
nixpkgs-8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221.tar.bz2
nixpkgs-8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221.tar.lz
nixpkgs-8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221.tar.xz
nixpkgs-8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221.tar.zst
nixpkgs-8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221.zip
pciutils: fix the comment with DB date
It was repeatedly getting outdated,
and now pciutils is getting updated fairly often.
Diffstat (limited to 'pkgs/tools/system')
-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 b7a7f36b252..22154796b31 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.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";