about summary refs log tree commit diff
path: root/third_party/gopkgs/golang.org/x/text/default.nix
blob: 33b7444616c69d0fe212f829caf69624360440ec (plain) (blame)
1
2
3
4
5
6
7
8
9
{ depot, ... }:

depot.nix.buildGo.external {
  path = "golang.org/x/text";
  src = builtins.fetchGit {
    url = "https://go.googlesource.com/text";
    rev = "cbf43d21aaebfdfeb81d91a5f444d13a3046e686";
  };
}