go_1_10: 1.10.7 -> 1.10.8

This commit is contained in:
Roman Volosatovs 2019-01-24 12:42:38 +01:00
parent be89ca5564
commit 70b1c5eb07
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

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