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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c6a33e049f0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c381d1c69294
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 27, 2019

  1. bazel: 1.2.0 -> 1.2.1

    kalbasit committed Nov 27, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kalbasit Wael Nasreddine
    Copy the full SHA
    97656e9 View commit details

Commits on Nov 28, 2019

  1. Merge pull request #74391 from kalbasit/nixpkgs_update-bazel

    bazel: 1.2.0 -> 1.2.1
    flokli authored Nov 28, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c381d1c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/build-managers/bazel/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/bazel/default.nix
Original file line number Diff line number Diff line change
@@ -22,11 +22,11 @@
}:

let
version = "1.2.0";
version = "1.2.1";

src = fetchurl {
url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
sha256 = "0vpfpm3l3zp6749b23ysqqf1la029jzq43ks60q6f5mr3056pd4w";
sha256 = "1qfk14mgx1m454b4w4ldggljzqkqwpdwrlynq7rc8aq11yfs8p95";
};

# Update with `eval $(nix-build -A bazel.updater)`,