chore(third_party): Add derivation for gopkgs/golang/groupcache

This commit is contained in:
Vincent Ambo 2019-12-14 11:37:34 +00:00
parent a80ebfb067
commit 3071ffdc8a

View 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";
};
}