From 00d108e4f5a4e4f321ce5bd518f5b5e8c37a1771 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 4 May 2015 23:27:52 -0700 Subject: pciutils: 3.3.0 -> 3.3.1 --- pkgs/tools/system/pciutils/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'pkgs/tools/system/pciutils') diff --git a/pkgs/tools/system/pciutils/default.nix b/pkgs/tools/system/pciutils/default.nix index fb3b6c5b9c61..240600bf9ec6 100644 --- a/pkgs/tools/system/pciutils/default.nix +++ b/pkgs/tools/system/pciutils/default.nix @@ -1,24 +1,15 @@ { stdenv, fetchurl, pkgconfig, zlib, kmod, which }: -let - pciids = fetchurl { - # Obtained from http://pciids.sourceforge.net/v2.2/pci.ids.bz2. - url = http://tarballs.nixos.org/pci.ids.20131006.bz2; - sha256 = "1vmshcgxqminiyh52pdcak24lm24qlic49py9cmkp96y1s48lvsc"; - }; -in stdenv.mkDerivation rec { - name = "pciutils-3.3.0"; # with database from 2014-11-10 + name = "pciutils-3.3.1"; # with database from 2014-11-10 src = fetchurl { url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz"; - sha256 = "008kh33kbpkk1wr9srrapw93imqx7l4djglrdkfxwvy6ppa9acs1"; + sha256 = "1ag3skny1bamqil46dlppw8j1fp08spqa60fjygbxkg4fzdknjji"; }; buildInputs = [ pkgconfig zlib kmod which ]; - #preBuild = "bunzip2 < ${pciids} > pci.ids"; - makeFlags = "SHARED=yes PREFIX=\${out}"; installTargets = "install install-lib"; -- cgit 1.4.1