diff options
author | Luke Granger-Brown <git@lukegb.com> | 2021-04-03T23·20+0000 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2021-04-04T10·11+0000 |
commit | f59c6214c4b1812120bd500a23d1cb6e160d6665 (patch) | |
tree | f67c6dc794ffe4d5366ddeeb3b0c517dfcbc1eb4 /third_party/gerrit_plugins/oauth | |
parent | e5b8bd2842ee5f8525e72ee55b19a9047490403b (diff) |
chore(3p/gerrit): update gerrit and plugins r/2423
Yeet. Change-Id: I4de6453419f520a44af19d561a36d242195a64e9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2817 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/gerrit_plugins/oauth')
-rw-r--r-- | third_party/gerrit_plugins/oauth/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gerrit_plugins/oauth/default.nix b/third_party/gerrit_plugins/oauth/default.nix index 68434a902ebe..b544ce86c2f4 100644 --- a/third_party/gerrit_plugins/oauth/default.nix +++ b/third_party/gerrit_plugins/oauth/default.nix @@ -4,7 +4,7 @@ let inherit (import ../builder.nix args) buildGerritBazelPlugin; in buildGerritBazelPlugin rec { name = "oauth"; - depsOutputHash = "sha256:0g0cga9s1bmzvii8nh372kdaxypc1rj0hlyhralwiyh67r4zlv2c"; + depsOutputHash = "sha256:1zl0gsia9p585dvpyiyb6fiqs3q9dg7qsxnwkn8ncqdnxlg21gl7"; src = pkgs.fetchgit { url = "https://gerrit.googlesource.com/plugins/oauth"; rev = "4aa7322db5ec221b2419e12a9ec7af5b8c66659c"; |