go_1_10: update outdated meta.branch

This commit is contained in:
Jörg Thalheim 2018-11-21 17:51:29 +00:00
parent a4f37346e7
commit ebe6575b43
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

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