about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/golang/groupcache/default.nix
{ depot, ... }:

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