Skip to content

Commit

Permalink
Merge NixOS#45175: pciutils: 3.6.1 -> 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Aug 17, 2018
2 parents 4ea21ac + 8831f7a commit d0f1102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/pciutils/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];
Expand Down

0 comments on commit d0f1102

Please sign in to comment.