pciutils 0 -> 1 attrpath: pciutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hlvkphfbirfpb52qcpibw262kyxzv32z-packages.json.drv building '/nix/store/hlvkphfbirfpb52qcpibw262kyxzv32z-packages.json.drv'... Going to be running update for following packages: - pciutils-3.11.1 Press Enter key to continue... Running update for: - pciutils-3.11.1: UPDATING ... - pciutils-3.11.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/system/pciutils/default.nix b/pkgs/tools/system/pciutils/default.nix index defad03c0b6b..483b0b43661b 100644 --- a/pkgs/tools/system/pciutils/default.nix +++ b/pkgs/tools/system/pciutils/default.nix @@ -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 ]; No auto update branch exists There might already be an open PR for this update: - pciutils: 3.11.1 -> 3.12.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/302177"