pciutils: 3.7.0 -> 3.8.0

This commit is contained in:
R. Ryantm 2022-08-01 04:06:06 +00:00
parent 5857574d45
commit 1f241270bf

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 ];