Skip to content

Commit

Permalink
go_1_12: set meta.branch to 1.12 (#56852)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit authored Mar 5, 2019
1 parent d45ba33 commit 37d2f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/go/1.12.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 37d2f71

Please sign in to comment.