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

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