tvl-depot/third_party/gopkgs/github.com/golang/groupcache/default.nix

10 lines
222 B
Nix
Raw Normal View History

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