Vladimír Čunát 2019-01-27 11:29:13 +01:00
parent d803da845f
commit d32e779ae8
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

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";