Merge #291679: pciutils: 3.10.0 -> 3.11.1

...into staging

+2 -2
+2 -2
pkgs/tools/system/pciutils/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "pciutils"; 10 - version = "3.10.0"; # with release-date database 10 + version = "3.11.1"; # with release-date database 11 11 12 12 src = fetchurl { 13 13 url = "mirror://kernel/software/utils/pciutils/pciutils-${version}.tar.xz"; 14 - sha256 = "sha256-I4ouJxZnMOU6F/4Hv60ingf6ObYYEX5ZRLbX7an7sOk="; 14 + hash = "sha256-P0cq2GRHPeW6F/dlzJbvXzPhtzCRjTrdpvlFoqkpDfQ="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ pkg-config ];