gotools: 2017-08-08 -> 2018-07-20

This commit is contained in:
Michael Fellinger 2018-07-21 12:30:02 +02:00
parent 153d2241c1
commit 07eb9736f0
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
{ stdenv, lib, go, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, lib, 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;

View File

@ -4,8 +4,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
rev = "62ac18b461605b4be188bbc7300e9aa2bc836cd4";
sha256 = "0lwwvbbwbf3yshxkfhn6z20gd45dkvnmw2ms36diiy34krgy402p";
rev = "0ed95abb35c445290478a5348a7b38bb154135fd";
sha256 = "1v7yhcgqj0fy7rsliijw2iwmvyd85hqshrhh2n083x62kw9n9nsl";
};
}
]