diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-21T12·38+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-21T13·01+0000 |
commit | 39c400fa09374a0bbf11f5b4d1a480b1cde4606f (patch) | |
tree | f8eb29826f7d9c44bd504abf291370b9c11df51b /third_party/gerrit_plugins | |
parent | 24d74f2ad2214ed12804c05412a4ef30dfec8585 (diff) |
chore(3p/gerrit): Update pinned dependency hash r/2303
Change-Id: I1807ac1771d23b00e3a78cc36fb2f82a12900993 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2629 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/gerrit_plugins')
-rw-r--r-- | third_party/gerrit_plugins/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/gerrit_plugins/default.nix b/third_party/gerrit_plugins/default.nix index 2cac24fb3e7b..aa75b73e0557 100644 --- a/third_party/gerrit_plugins/default.nix +++ b/third_party/gerrit_plugins/default.nix @@ -26,11 +26,11 @@ in # https://gerrit.googlesource.com/plugins/checks checks = buildGerritBazelPlugin { name = "checks"; - depsOutputHash = "sha256:1y1mfnznqrm73vf97ilzn7vjy3fcfqnz9jxgp6h5584k9adnb6zl"; + depsOutputHash = "sha256:1s4ldzny9f8vpp96sff8zy2kigz3hi560ikrgyp5630ffrc8affq"; src = pkgs.fetchgit { url = "https://gerrit.googlesource.com/plugins/checks"; rev = "ab49a63f5c159bda42d9ad1bdb9286bede6c5de4"; - sha256 = "0svzs9hm49w8f6h5dkcipw91gxgvf0yaxj34amhn0qwp01ggwirc"; + sha256 = "0ghhmzkfmpn0xc6imvxgsk2wqckxm5g62h0k3bymyl7r48blmrn2"; deepClone = true; leaveDotGit = true; }; |