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

Commits on Nov 20, 2019

  1. gotools: 2019-09-05 -> 2019-11-14

    rvolosatovs authored and Lassulus committed Nov 20, 2019
    Copy the full SHA
    6db9f40 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/gotools/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/gotools/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "gotools-unstable";
version = "2019-09-05";
rev = "6b3d1c9ba8bf7ce410f6b490852ec54953383362";
version = "2019-11-14";
rev = "4191b8cbba092238a318a71cdff48b20b4e1e5d8";

src = fetchgit {
inherit rev;
url = "https://go.googlesource.com/tools";
sha256 = "0a2xjx9hqkash7fd2qv9hd93wcqdbfrmsdzjd91dwvnk48j61daf";
sha256 = "16m62m303j4wqfjr1401xpqpb9m11bs6qc2dhf6x2za2d9pycish";
};

# Build of golang.org/x/tools/gopls fails with: