From a4b3f9af9364d6e39a0f93ddbb5135dbff056b09 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 14 Jun 2020 18:58:53 +0100 Subject: fix(3p/gerrit): Fix Gerrit derivation name and module configuration Without these changes, the NixOS module isn't able to use the new Gerrit derivation. These changes are already deployed as I needed to make them to get Gerrit back up. Change-Id: Iad3aa6158789a014134fddccd40b508b81486100 Reviewed-on: https://cl.tvl.fyi/c/depot/+/301 Reviewed-by: lukegb --- third_party/gerrit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/gerrit/default.nix b/third_party/gerrit/default.nix index c7ab47cd66..98373582b0 100644 --- a/third_party/gerrit/default.nix +++ b/third_party/gerrit/default.nix @@ -31,7 +31,7 @@ let version = "3.2.1"; in pkgs.buildBazelPackage { - name = "gerrit"; + name = "gerrit-${version}"; src = pkgs.fetchgit { url = "https://gerrit.googlesource.com/gerrit"; -- cgit 1.4.1