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: 87c7d2da80f1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3707732e41a8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 8, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    davidtwco David Wood
    Copy the full SHA
    1b3b781 View commit details
  2. Merge pull request #57061 from elasticdog/bazel-buildtools

    bazel-buildtools: unstable -> 0.22.0
    Mic92 authored Mar 8, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3707732 View commit details
Showing with 10 additions and 18 deletions.
  1. +5 −5 pkgs/development/tools/build-managers/bazel/buildtools/default.nix
  2. +5 −13 pkgs/development/tools/build-managers/bazel/buildtools/deps.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:

buildGoPackage rec {
name = "bazel-buildtools-unstable-${version}";
version = "2018-10-11";
name = "bazel-buildtools-${version}";
version = "0.22.0";

goPackagePath = "github.com/bazelbuild/buildtools";

src = fetchFromGitHub {
owner = "bazelbuild";
repo = "buildtools";
rev = "86b40b7fee59cc67d3371d20f10702fe8c6dd808";
sha256 = "10fzqbafwzv0bvx8aag78gh731k5j9nwlbcflhc5xm5zwhla9cyf";
rev = "55b64c3d2ddfb57f06477c1d94ef477419c96bd6";
sha256 = "0n6q8pkgy3vvmwyrxvkmjfbcxc31i31czg2bjdzq7awwrr4fdbwy";
};

goDeps = ./deps.nix;
@@ -19,7 +19,7 @@ buildGoPackage rec {
description = "Tools for working with Google's bazel buildtool. Includes buildifier, buildozer, and unused_deps.";
homepage = https://github.com/bazelbuild/buildtools;
license = licenses.asl20;
maintainers = with maintainers; [ uri-canva ];
maintainers = with maintainers; [ elasticdog uri-canva ];
platforms = platforms.all;
};
}
18 changes: 5 additions & 13 deletions pkgs/development/tools/build-managers/bazel/buildtools/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.