diff options
-rw-r--r-- | overrides/buildGo.nix | 2 | ||||
-rw-r--r-- | third_party/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/overrides/buildGo.nix b/overrides/buildGo.nix index aa6cd415dfa8..3061e67b8cff 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 1d10f01e726b..c3f24b58ca75 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -51,6 +51,7 @@ let openssl protobuf remarshal + ripgrep rsync runCommand rustPlatform |