From 89156ee81f02c4534843538937cdd19c3276baf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 4 Jul 2018 07:37:40 +0200 Subject: [PATCH] pciutils: fix a comment not updated by bot --- pkgs/tools/system/pciutils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";