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 <mail@tazj.in>
This commit is contained in:
parent
492b79ec7a
commit
c6b243a7a5
1 changed files with 1 additions and 1 deletions
2
third_party/gerrit_plugins/default.nix
vendored
2
third_party/gerrit_plugins/default.nix
vendored
|
@ -30,7 +30,7 @@ in
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "https://gerrit.googlesource.com/plugins/checks";
|
url = "https://gerrit.googlesource.com/plugins/checks";
|
||||||
rev = "ab49a63f5c159bda42d9ad1bdb9286bede6c5de4";
|
rev = "ab49a63f5c159bda42d9ad1bdb9286bede6c5de4";
|
||||||
sha256 = "sha256:1gy67ixjk91mvraww4iw69q7n03w719r3lrzv5xp5glxrzaf1mpf";
|
sha256 = "0svzs9hm49w8f6h5dkcipw91gxgvf0yaxj34amhn0qwp01ggwirc";
|
||||||
deepClone = true;
|
deepClone = true;
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue