about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/golang/groupcache/default.nix
blob: 8c0a639a320aee4e94f30e8bfda4d32d05e4805c (plain) (blame)
1
2
3
4
5
6
7
8
9
{ depot, ... }:

depot.buildGo.external {
  path = "github.com/golang/groupcache";
  src = builtins.fetchGit {
    url = "https://github.com/golang/groupcache";
    rev = "611e8accdfc92c4187d399e95ce826046d4c8d73";
  };
}