chore(third_party): Add derivation for gopkgs/golang/groupcache
This commit is contained in:
parent
a80ebfb067
commit
3071ffdc8a
1 changed files with 9 additions and 0 deletions
9
third_party/gopkgs/github.com/golang/groupcache/default.nix
vendored
Normal file
9
third_party/gopkgs/github.com/golang/groupcache/default.nix
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.buildGo.external {
|
||||
path = "github.com/golang/groupcache";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/golang/groupcache";
|
||||
rev = "611e8accdfc92c4187d399e95ce826046d4c8d73";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue