Skip to content
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
base: 75777d63468f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f182b83181c1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 12, 2019

  1. bazel: Use --distdir for prefetched repositories

    --distdir is now used in the installCheckPhase for prefetched
      repositories. That's simpler, more robust and easier to extend in
      the future.
    
    Note that `name` argument of fetchurl was removed because it changed
    the basename of the generated file and bazel uses this basename for
    its cache behavior.
    guibou committed Jul 12, 2019
    Copy the full SHA
    d363da7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. bazel: 0.27.0 -> 0.28.0

    guibou committed Jul 16, 2019
    Copy the full SHA
    950da62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64633 from guibou/bazel_0.28

    bazel: 0.27.0 -> 0.28.0
    kalbasit committed Jul 16, 2019
    Copy the full SHA
    f182b83 View commit details
    Browse the repository at this point in the history