Merge #184427: pciutils: 3.7.0 -> 3.8.0 (into staging)

This commit is contained in:
Vladimír Čunát 2022-08-09 09:09:23 +02:00
commit 4bc9b1bf61
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "pciutils";
version = "3.7.0"; # with release-date database
version = "3.8.0"; # with release-date database
src = fetchurl {
url = "mirror://kernel/software/utils/pciutils/pciutils-${version}.tar.xz";
sha256 = "1ss0rnfsx8gvqjxaji4mvbhf9xyih4cadmgadbwwv8mnx1xvjh4x";
sha256 = "sha256-ke29BCmoRwXJrRVtT/OMzHJNQepUxMW4jjjplvijTwU=";
};
nativeBuildInputs = [ pkg-config ];