Skip to content

Commit

Permalink
go_1_10: 1.10.7 -> 1.10.8 (security)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 27, 2019
1 parent d803da8 commit d32e779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.10.nix
Expand Up @@ -22,13 +22,13 @@ in

stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.10.7";
version = "1.10.8";

src = fetchFromGitHub {
owner = "golang";
repo = "go";
rev = "go${version}";
sha256 = "1alc7dagijdg4p4hhvlznlgcxsl8gz94v7p9wk3kn303y782dl41";
sha256 = "1yynv105wh8pwiq61v4yg5i50k13g3x634x60mhxhv4gj9cq06cx";
};

GOCACHE = "off";
Expand Down

0 comments on commit d32e779

Please sign in to comment.