pciutils: 3.5.6 -> 3.6.0
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. These checks were done: - built on NixOS - /nix/store/43hmbdyx3rr7ffzyhbqc3lk96sn64zh0-pciutils-3.6.0/bin/lspci passed the binary check. - /nix/store/43hmbdyx3rr7ffzyhbqc3lk96sn64zh0-pciutils-3.6.0/bin/setpci passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 3.6.0 with grep in /nix/store/43hmbdyx3rr7ffzyhbqc3lk96sn64zh0-pciutils-3.6.0 - directory tree listing: https://gist.github.com/846575baea469566671c1177083dfea1 - du listing: https://gist.github.com/db18397cd0d36e6ea780918c1acf466f
This commit is contained in:
parent
a260b3d681
commit
a486ada660
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
|
{ stdenv, fetchurl, pkgconfig, zlib, kmod, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pciutils-3.5.6"; # with database from 2017-07
|
name = "pciutils-3.6.0"; # with database from 2017-07
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
|
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
|
||||||
sha256 = "08dvsk1b5m1r7qqzsm849h4glq67mngf8zw7bg0102ff1jwywipk";
|
sha256 = "17g9rvjknj2yqwxldnz8m5kaabbdvkcjnfic4sbx88kh0s81197j";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user