Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 872d58ccb1b3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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
  2. Copy the full SHA
    127cdd0 View commit details

Commits on Jun 3, 2020

  1. Copy the full SHA
    8f1be70 View commit details
  2. Copy the full SHA
    14d32f5 View commit details
  3. Copy the full SHA
    ee99697 View commit details
  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 authored Jun 3, 2020
    Copy the full SHA
    33d5340 View commit details
  5. Merge pull request #87866 from danieldk/validate-pkgconfig-hook

    validatePkgConfig: init
    bhipple authored Jun 3, 2020
    Copy the full SHA
    4af635f View commit details
  6. pythonPackages.pulp: 2.0 -> 2.1

    matthuszagh authored and Jon committed Jun 3, 2020
    Copy the full SHA
    1471767 View commit details
  7. python27Packages.tenacity: 6.0.0 -> 6.2.0

    jbaum98 authored and Jon committed Jun 3, 2020
    Copy the full SHA
    bfcead1 View commit details
Loading