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: e97dfe73bba2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 95c91cebf132
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 28, 2020

  1. bazel: 2.0.0 -> 2.1.0

    jpgneves authored and Profpatsch committed Feb 28, 2020
    3
    Copy the full SHA
    dd413d4 View commit details
    Browse the repository at this point in the history
  2. bazel: output correct binary name

    From Bazel 2.0.0 onwards, Bazel looks for a binary named
    `bazel-${version}-${os_arch}` if the project root contains a
    `.bazelversion` file or the USE_BAZEL_VERSION environment
    variable is set.
    
    This change ensures we output a binary with the correct name
    for the current version and OS/arch combination.
    jpgneves authored and Profpatsch committed Feb 28, 2020
    Copy the full SHA
    95c91ce View commit details
    Browse the repository at this point in the history