summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-17 21:25:19 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-17 21:25:19 +0200
commitd0f11020ca55dfe20ecad05005343e3a3e3cbd90 (patch)
tree4d4d0a221e7958d983fc4b7f94f3257dd5edca9b /pkgs
parent4ea21ac6fbdf977fd0069f9ad8669103ebe94105 (diff)
parent8831f7a0487aa1e4fc5c9c7d2134b992dd1e7221 (diff)
downloadnixlib-d0f11020ca55dfe20ecad05005343e3a3e3cbd90.tar
nixlib-d0f11020ca55dfe20ecad05005343e3a3e3cbd90.tar.gz
nixlib-d0f11020ca55dfe20ecad05005343e3a3e3cbd90.tar.bz2
nixlib-d0f11020ca55dfe20ecad05005343e3a3e3cbd90.tar.lz
nixlib-d0f11020ca55dfe20ecad05005343e3a3e3cbd90.tar.xz
nixlib-d0f11020ca55dfe20ecad05005343e3a3e3cbd90.tar.zst
nixlib-d0f11020ca55dfe20ecad05005343e3a3e3cbd90.zip
Merge #45175: pciutils: 3.6.1 -> 3.6.2
Diffstat (limited to 'pkgs')
-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..22154796b317 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 release-date database
 
   src = fetchurl {
     url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
-    sha256 = "1q39hh8scgvqppk1clzjh7yiq5p2r0knv52g3qzmdhsir4f47h7w";
+    sha256 = "1wwkpglvvr1sdj2gxz9khq507y02c4px48njy25divzdhv4jwifv";
   };
 
   nativeBuildInputs = [ pkgconfig ];