diff options
author | Luke Granger-Brown <git@lukegb.com> | 2023-10-15T00·43+0000 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-10-16T00·35+0000 |
commit | 70b4eadb5f257d94b2f5f8dbaaf712f1a5c962c7 (patch) | |
tree | facac560ef6abc2c6129478bfeece626ac1edb0a /third_party/gerrit_plugins/oauth | |
parent | 71297499685d7d2c1c839c94187cf8d2fda54e4c (diff) |
chore(3p/gerrit): 3.7.0-rc4 -> 3.8.2 r/6821
Bump gerrit plugins dep hashes, and for code-owners rebase it against master. Change-Id: If7da0ca391b4a5c0102560ca8d52b6f5a2dfd223 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9734 Autosubmit: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
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 39493ffb081d..71936bf82e1e 100644 --- a/third_party/gerrit_plugins/oauth/default.nix +++ b/third_party/gerrit_plugins/oauth/default.nix @@ -5,7 +5,7 @@ let in buildGerritBazelPlugin rec { name = "oauth"; - depsOutputHash = "sha256:12y8493y8ns6c6c69g89bkrahd42mircqykldair1xrb3yg26hqp"; + depsOutputHash = "sha256:16lv1glsfkn2bagx0vs6sgjf1mdd8vf3dl3iby1zvcm3wnrwfz7y"; src = pkgs.fetchgit { url = "https://gerrit.googlesource.com/plugins/oauth"; rev = "f9bef7476bc99f7b1dc3fe2d52ec95cd7ac571dc"; |