about summary refs log tree commit diff
path: root/third_party/farmhash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/farmhash/default.nix')
-rw-r--r--third_party/farmhash/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/farmhash/default.nix b/third_party/farmhash/default.nix
deleted file mode 100644
index d7431dbd01..0000000000
--- a/third_party/farmhash/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-# Google's farmhash family of hash functions
-{ pkgs, ... }:
-
-pkgs.stdenv.mkDerivation {
-  name = "farmhash";
-
-  src = pkgs.fetchFromGitHub {
-    owner = "google";
-    repo = "farmhash";
-    rev = "0d859a811870d10f53a594927d0d0b97573ad06d";
-    sha256 = "1w2583m5289hby0r91gds5yia6l8qpmzkl5b9bv58g5gacfj2h17";
-  };
-}