about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-13T12·11+0000
committerVincent Ambo <tazjin@google.com>2019-12-13T12·11+0000
commit8b10c8d0f3c60b480c7d69dcfff2a9c974c56b89 (patch)
tree190b3b7386e58bb804aa7310ddd36f4985c2c0e8
parent050b3aabaf39fc8b1c949de1cdbd4353c9dfaf15 (diff)
chore(overrides): Upgrade buildGo.nix r/122
-rw-r--r--overrides/buildGo.nix2
-rw-r--r--third_party/default.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/overrides/buildGo.nix b/overrides/buildGo.nix
index aa6cd415df..3061e67b8c 100644
--- a/overrides/buildGo.nix
+++ b/overrides/buildGo.nix
@@ -2,5 +2,5 @@
 
 (import "${builtins.fetchGit {
   url = "https://github.com/tazjin/buildGo.nix";
-  rev = "28e587b348a8aaa7af00a004c05286af9d35ca9a";
+  rev = "5649c75d01dc9058d9a6092ad2a504669cc780a9";
 }}/buildGo.nix") { pkgs = pkgs.third_party; }
diff --git a/third_party/default.nix b/third_party/default.nix
index 1d10f01e72..c3f24b58ca 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -51,6 +51,7 @@ let
       openssl
       protobuf
       remarshal
+      ripgrep
       rsync
       runCommand
       rustPlatform