mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
go_1_11: update outdated meta.branch
This commit is contained in:
parent
2f4037f62b
commit
a4f37346e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user