From c6b243a7a5d7ca9af6764844e820f3b3911b1019 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 1 Feb 2021 20:00:38 +0100 Subject: chore(3p/gerrit_plugins): fix fixed-output sha256 of check Once again the sha256 of the fetchgit fixed output derivation for check changed which was brought to light by the recent GC on whitby. Change-Id: Ib3c3b5b489717ac6d73631282f27e4363d4ac5c1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2481 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/gerrit_plugins/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gerrit_plugins') diff --git a/third_party/gerrit_plugins/default.nix b/third_party/gerrit_plugins/default.nix index 05dd9b8fd9..2cac24fb3e 100644 --- a/third_party/gerrit_plugins/default.nix +++ b/third_party/gerrit_plugins/default.nix @@ -30,7 +30,7 @@ in src = pkgs.fetchgit { url = "https://gerrit.googlesource.com/plugins/checks"; rev = "ab49a63f5c159bda42d9ad1bdb9286bede6c5de4"; - sha256 = "sha256:1gy67ixjk91mvraww4iw69q7n03w719r3lrzv5xp5glxrzaf1mpf"; + sha256 = "0svzs9hm49w8f6h5dkcipw91gxgvf0yaxj34amhn0qwp01ggwirc"; deepClone = true; leaveDotGit = true; }; -- cgit 1.4.1