diff options
author | sterni <sternenseemann@systemli.org> | 2021-02-01T19·00+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-02-01T23·14+0000 |
commit | c6b243a7a5d7ca9af6764844e820f3b3911b1019 (patch) | |
tree | c0e00ce10a2b67ed03cfe3f10bbf11ff62836300 /third_party/gerrit_plugins/default.nix | |
parent | 492b79ec7a1844700ff75e19b39e3bc21f93dc23 (diff) |
chore(3p/gerrit_plugins): fix fixed-output sha256 of check r/2177
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>
Diffstat (limited to 'third_party/gerrit_plugins/default.nix')
-rw-r--r-- | third_party/gerrit_plugins/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gerrit_plugins/default.nix b/third_party/gerrit_plugins/default.nix index 05dd9b8fd954..2cac24fb3e7b 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; }; |