From 64f22ddd644eb982f2e76b9e3bd4ad2df3ec5ca6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 22 May 2016 21:08:30 +0200 Subject: pciutils: 3.4.1 -> 3.5.1 --- pkgs/tools/system/pciutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/system') diff --git a/pkgs/tools/system/pciutils/default.nix b/pkgs/tools/system/pciutils/default.nix index 7c2365885444..622f5fc6ceae 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.1"; # with database from 2016-01 + name = "pciutils-3.5.1"; # with database from 2016-05 src = fetchurl { url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz"; - sha256 = "0am8hiv435h2dayclnkdk8qjlpj08m4djf6sv15n9l84av658mc6"; + sha256 = "0byl2f897w5lhs4bvr6p7qwcz9bllj2zyfv7nywbcbsnb9ha9wrb"; }; buildInputs = [ pkgconfig zlib kmod which ]; -- cgit 1.4.1