Merge pull request #54658 from allowthere/patch-2

go: 1.11.4 -> 1.11.5
This commit is contained in:
Jörg Thalheim 2019-01-27 20:19:23 +00:00 committed by GitHub
commit d5f340f59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -29,13 +29,13 @@ in
stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.11.4";
version = "1.11.5";
src = fetchFromGitHub {
owner = "golang";
repo = "go";
rev = "go${version}";
sha256 = "036nc17hffy0gcfs9j64qzwpjry65znbm4klf2h0xn81dp8d6mxk";
sha256 = "0d45057rc0bngq0nja847cagxji42qmlywr68f0dkg51im8nyr9y";
};
# perl is used for testing go vet

View File

@ -174,6 +174,7 @@ stdenv.mkDerivation rec {
disallowedReferences = [ go_bootstrap ];
meta = with stdenv.lib; {
knownVulnerabilities = [ "CVE-2019-6486" ];
branch = "1.9";
homepage = http://golang.org/;
description = "The Go Programming language";