go_1_10: 1.10.3 -> 1.10.7

This commit is contained in:
Benjamin Herr 2018-12-15 06:53:50 -08:00
parent ddd0570617
commit 3cb3a24ce9
1 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@ in
stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.10.3";
version = "1.10.7";
src = fetchFromGitHub {
owner = "golang";
repo = "go";
rev = "go${version}";
sha256 = "0i89298dgnmpmam3ifkm0ax266vvbq1yz7wfw8wwrcma0szrbrnb";
sha256 = "1alc7dagijdg4p4hhvlznlgcxsl8gz94v7p9wk3kn303y782dl41";
};
GOCACHE = "off";