go_1_12: set meta.branch to 1.12 (#56852)
This commit is contained in:
parent
d45ba336b2
commit
37d2f71e2f
|
@ -234,7 +234,7 @@ stdenv.mkDerivation rec {
|
||||||
disallowedReferences = [ goBootstrap ];
|
disallowedReferences = [ goBootstrap ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
branch = "1.11";
|
branch = "1.12";
|
||||||
homepage = http://golang.org/;
|
homepage = http://golang.org/;
|
||||||
description = "The Go Programming language";
|
description = "The Go Programming language";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue