summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-16 20:24:21 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-16 20:24:21 -0700
commit3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762 (patch)
treeebe3eeb2c558a9948f7ebea6e071a70a022528ba
parent249ba3d3ed76e34f61ab7bb2024b013f3feaafb9 (diff)
downloadnixlib-3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762.tar
nixlib-3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762.tar.gz
nixlib-3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762.tar.bz2
nixlib-3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762.tar.lz
nixlib-3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762.tar.xz
nixlib-3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762.tar.zst
nixlib-3b6b8fc67e2e3f6918eb1f6011d55bb6491eb762.zip
pciutils: 3.6.1 -> 3.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pciutils/versions.
-rw-r--r--pkgs/tools/system/pciutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/pciutils/default.nix b/pkgs/tools/system/pciutils/default.nix
index 1762b98984f7..b7a7f36b2521 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.6.1"; # with database from 2018-06-29
+  name = "pciutils-3.6.2"; # with database from 2018-06-29
 
   src = fetchurl {
     url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
-    sha256 = "1q39hh8scgvqppk1clzjh7yiq5p2r0knv52g3qzmdhsir4f47h7w";
+    sha256 = "1wwkpglvvr1sdj2gxz9khq507y02c4px48njy25divzdhv4jwifv";
   };
 
   nativeBuildInputs = [ pkgconfig ];