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

Commits on May 20, 2020

  1. Copy the full SHA
    b7a8c4d View commit details

Commits on Jun 4, 2020

  1. Merge pull request #88244 from marsam/update-bazel-watcher

    bazel-watcher: 0.13.0 -> 0.13.1
    marsam authored Jun 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9831c7a View commit details
Showing with 3 additions and 7 deletions.
  1. +3 −7 pkgs/development/tools/bazel-watcher/default.nix
10 changes: 3 additions & 7 deletions pkgs/development/tools/bazel-watcher/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{ buildBazelPackage
, fetchFromGitHub
, fetchpatch
, git
, go
, python
, stdenv
, iana-etc
, mailcap
, tzdata
}:

let
@@ -17,13 +13,13 @@ let
in
buildBazelPackage rec {
name = "bazel-watcher-${version}";
version = "0.13.0";
version = "0.13.1";

src = fetchFromGitHub {
owner = "bazelbuild";
repo = "bazel-watcher";
rev = "v${version}";
sha256 = "1fc3sp79znbbq1yjap56lham72n7cap8yfghpzrzmpl5brybjkvm";
sha256 = "0n28q27510ymg5d455hrbk7z8wawszgjmqjjhb4zximqhvxks7kh";
};

nativeBuildInputs = [ go git python ];
@@ -60,7 +56,7 @@ buildBazelPackage rec {
sed -e '/^FILE:@bazel_gazelle_go_repository_tools.*/d' -i $bazelOut/external/\@*.marker
'';

sha256 = "0i77nnbd1sd39qw4vm3n5mwkag3dskqjhzr7qs4w1arbiih45zd4";
sha256 = "16zgjd6zww9skk34ggfx5l3kbsdyv98zxawrvmx1arv5gaj63pp9";
};

buildAttrs = {