Changes:
- bd8898e Merge pull request #244 from timgates42/bugfix_typo_distinguish
- a904fda docs: fix simple typo, distuingish -> distinguish
- 4ad9bcb caprotocol: fix typo in protocol description
- 6cfe2d4 Call stat again after changing ownership of created files, so we detect reset setuid/setgid bits and reset them.
- d246d6d We erroneously use the st_dev value in place of the magic value if the st_dev value is cached. This causes problems extracting trees containing subvolumes.
- f9718df Merge pull request #228 from johannbg/FEDORA31
- 1abde25 Update to Fedora31
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.