Merge branch 'master' into unused5

This commit is contained in:
Jörg Thalheim
2018-07-21 15:41:22 +01:00
committed by GitHub
203 changed files with 1655 additions and 627 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
{ stdenv, go, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "gotools-${version}";
version = "20170807-${stdenv.lib.strings.substring 0 7 rev}";
rev = "5d2fd3ccab986d52112bf301d47a819783339d0e";
name = "gotools-unstable-${version}";
version = "2018-07-20";
rev = "be728107ea8275e6f58ba07e246b94181acaab24";
goPackagePath = "golang.org/x/tools";
goPackageAliases = [ "code.google.com/p/go.tools" ];
@@ -11,7 +11,7 @@ buildGoPackage rec {
src = fetchgit {
inherit rev;
url = "https://go.googlesource.com/tools";
sha256 = "0r3fp7na6pg0bc5xfycjvv951f0vma1qfnpw5zy6l75yxm5r47kn";
sha256 = "1vkc87qcnfybfcgq9kbwbwzvvzrwm6ar25q5i8z3q26b8dpaxmlw";
};
goDeps = ./deps.nix;