go_1_12: set meta.branch to 1.12 (#56852)

This commit is contained in:
Wael Nasreddine
2019-03-04 23:18:12 -08:00
committed by GitHub
parent d45ba336b2
commit 37d2f71e2f

View File

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