pciutils: 3.11.1 -> 3.12.0

Changes: https://github.com/pciutils/pciutils/compare/v3.11.1...v3.12.0
This commit is contained in:
Sergei Trofimovich 2024-04-06 21:43:55 +01:00
parent f6eb921406
commit 966afdd1a2
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "pciutils";
version = "3.11.1"; # with release-date database
version = "3.12.0"; # with release-date database
src = fetchurl {
url = "mirror://kernel/software/utils/pciutils/pciutils-${version}.tar.xz";
hash = "sha256-P0cq2GRHPeW6F/dlzJbvXzPhtzCRjTrdpvlFoqkpDfQ=";
hash = "sha256-8YXRFtX/mbeXSX786PGfHujMxaZouXoVnj0TRy9nQVQ=";
};
nativeBuildInputs = [ pkg-config ];