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

Commits on Jul 23, 2020

  1. Copy the full SHA
    bf0d3ff View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/bazel-gazelle/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/bazel-gazelle/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

buildGoModule rec {
pname = "bazel-gazelle";
version = "0.20.0";
version = "0.21.1";

src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "1rw9zq8rmc0zr91kk70xl67dl6jx4dswwisv3bd1f16yncqgv2a1";
sha256 = "12ffrildgx4lah7bdnhr7i8z5jp05lll6gmmpzshmzz8dsgf39y4";
};

vendorSha256 = null;
@@ -28,4 +28,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
};
}
}