about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-14T11·37+0000
committerVincent Ambo <tazjin@google.com>2019-12-14T11·37+0000
commit3071ffdc8afa83c9ddf04537943087ca71b8d097 (patch)
tree199aac11029c8b5fdeba86b39a498e32e3d789bd /third_party
parenta80ebfb0674e46b361a14fc623a9d0772346775c (diff)
chore(third_party): Add derivation for gopkgs/golang/groupcache r/131
Diffstat (limited to 'third_party')
-rw-r--r--third_party/gopkgs/github.com/golang/groupcache/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/gopkgs/github.com/golang/groupcache/default.nix b/third_party/gopkgs/github.com/golang/groupcache/default.nix
new file mode 100644
index 0000000000..2dfa1241e9
--- /dev/null
+++ b/third_party/gopkgs/github.com/golang/groupcache/default.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+
+pkgs.buildGo.external {
+  path = "github.com/golang/groupcache";
+  src = builtins.fetchGit {
+    url = "https://github.com/golang/groupcache";
+    rev = "611e8accdfc92c4187d399e95ce826046d4c8d73";
+  };
+}