diff options
Diffstat (limited to 'third_party/gopkgs/golang.org/x/text/default.nix')
-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; [ |