2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2019-12-14 12:37:34 +01:00
|
|
|
|
2021-03-24 00:19:17 +01:00
|
|
|
depot.nix.buildGo.external {
|
2019-12-14 12:37:34 +01:00
|
|
|
path = "github.com/golang/groupcache";
|
|
|
|
src = builtins.fetchGit {
|
|
|
|
url = "https://github.com/golang/groupcache";
|
|
|
|
rev = "611e8accdfc92c4187d399e95ce826046d4c8d73";
|
|
|
|
};
|
|
|
|
}
|