mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
branch = "1.11";
|
||||
branch = "1.12";
|
||||
homepage = http://golang.org/;
|
||||
description = "The Go Programming language";
|
||||
license = licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user