Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
base: 872d58ccb1b3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: bfcead18cda2
Choose a head ref
  • 9 commits
  • 9 files changed
  • 5 contributors

Commits on May 31, 2020

  1. validatePkgConfig: init

    This adds the `validatePkgConfig` hook, which can be used to validate
    pkg-config files in the output(s). Currently, this will just run
    `pkg-config --validate` on all `.pc` files, capturing errors such as
    the issue that was fixed in #87789.
    
    The hook could be extended in the future with more fine-grained
    checks.
    danieldk committed May 31, 2020
    Copy the full SHA
    13083b1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    127cdd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Copy the full SHA
    8f1be70 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    14d32f5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ee99697 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #89381 from marsam/update-nodejs

    nodejs: 10.20.1 -> 10.21.0, 12.17.0 -> 12.18.0, 14.3.0 -> 14.4.0
    marsam committed Jun 3, 2020
    Copy the full SHA
    33d5340 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #87866 from danieldk/validate-pkgconfig-hook

    validatePkgConfig: init
    bhipple committed Jun 3, 2020
    Copy the full SHA
    4af635f View commit details
    Browse the repository at this point in the history
  6. pythonPackages.pulp: 2.0 -> 2.1

    matthuszagh authored and jonringer committed Jun 3, 2020
    Copy the full SHA
    1471767 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bfcead1 View commit details
    Browse the repository at this point in the history