diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-13T21·30+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-13T21·30+0000 |
commit | 6220294f94416079d5bc7b6a1a99bdb79bd70107 (patch) | |
tree | 0345be7d1c98a95aa37d4bb21a98a0191415ab4f /third_party/gopkgs/golang.org/x/text | |
parent | 9594203e07f51541b56ac08c752d5f30ec2d2de2 (diff) |
chore(third_party): Bump gopkgs needed for Google Cloud r/124
Diffstat (limited to 'third_party/gopkgs/golang.org/x/text')
-rw-r--r-- | third_party/gopkgs/golang.org/x/text/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gopkgs/golang.org/x/text/default.nix b/third_party/gopkgs/golang.org/x/text/default.nix index f6107e63878b..409b0d0b9e2e 100644 --- a/third_party/gopkgs/golang.org/x/text/default.nix +++ b/third_party/gopkgs/golang.org/x/text/default.nix @@ -4,7 +4,7 @@ pkgs.buildGo.external { path = "golang.org/x/text"; src = builtins.fetchGit { url = "https://go.googlesource.com/text"; - rev = "342b2e1fbaa52c93f31447ad2c6abc048c63e475"; + rev = "cbf43d21aaebfdfeb81d91a5f444d13a3046e686"; }; deps = with pkgs.third_party; [ |