go_1_11: update outdated meta.branch

This commit is contained in:
Jörg Thalheim 2018-11-20 09:38:07 +00:00
parent 2f4037f62b
commit a4f37346e7
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -184,7 +184,7 @@ stdenv.mkDerivation rec {
disallowedReferences = [ go_bootstrap ];
meta = with stdenv.lib; {
branch = "1.9";
branch = "1.11";
homepage = http://golang.org/;
description = "The Go Programming language";
license = licenses.bsd3;