From 36e7b376ebeef5ca0988fae9c6592784586763bf Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Thu, 7 Jan 2016 00:17:59 +0100 Subject: pciutils: minor update 3.4.0 -> 3.4.1 --- pkgs/tools/system/pciutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/system/pciutils') diff --git a/pkgs/tools/system/pciutils/default.nix b/pkgs/tools/system/pciutils/default.nix index 447b1cd63b94..7c2365885444 100644 --- a/pkgs/tools/system/pciutils/default.nix +++ b/pkgs/tools/system/pciutils/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, pkgconfig, zlib, kmod, which }: stdenv.mkDerivation rec { - name = "pciutils-3.4.0"; # with database from 2015-09 + name = "pciutils-3.4.1"; # with database from 2016-01 src = fetchurl { url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz"; - sha256 = "15liffqvdwbpza210wfqy2y135dvg7sbyqr7gvhyjllgspv8z2gq"; + sha256 = "0am8hiv435h2dayclnkdk8qjlpj08m4djf6sv15n9l84av658mc6"; }; buildInputs = [ pkgconfig zlib kmod which ]; -- cgit 1.4.1