golang: add meta.branch

This commit is contained in:
Evgeny Egorochkin 2014-11-03 13:12:47 +02:00
parent 08cb717c98
commit 9b05a425cd
3 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,7 @@ stdenv.mkDerivation {
'';
meta = {
branch = "1.1";
homepage = http://golang.org/;
description = "The Go Programming language";
license = "BSD";

View File

@ -79,6 +79,7 @@ stdenv.mkDerivation {
'';
meta = {
branch = "1.2";
homepage = http://golang.org/;
description = "The Go Programming language";
license = "BSD";

View File

@ -83,6 +83,7 @@ stdenv.mkDerivation {
'';
meta = {
branch = "1.0";
homepage = http://golang.org/;
description = "The Go Programming language";
license = "BSD";