diff options
author | Luke Granger-Brown <git@lukegb.com> | 2024-02-11T04·39+0000 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2024-02-12T15·59+0000 |
commit | 28173ca4b92d5bb723fe77ae217bcf4f3bb6ce0d (patch) | |
tree | 53be5ca114e28aa85470de1b3f3a43bb8557c5a7 /third_party/gerrit_plugins/code-owners/default.nix | |
parent | 0c6813ccf8f89c5ee693e9b81796737e6a13ef71 (diff) |
chore(3p/gerrit): 3.8.2 -> 3.9.1 r/7503
Change-Id: I8fa10b52c44bd3d5efb0fff740ad6d5da6e96831 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10802 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/gerrit_plugins/code-owners/default.nix')
-rw-r--r-- | third_party/gerrit_plugins/code-owners/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gerrit_plugins/code-owners/default.nix b/third_party/gerrit_plugins/code-owners/default.nix index d35a15827961..0dc3ef83ae7f 100644 --- a/third_party/gerrit_plugins/code-owners/default.nix +++ b/third_party/gerrit_plugins/code-owners/default.nix @@ -5,7 +5,7 @@ let in buildGerritBazelPlugin rec { name = "code-owners"; - depsOutputHash = "sha256:1hd63b54zkgv8j7323inp7rdnhs2jdsb232jqlwsd9pai2f12m7n"; + depsOutputHash = "sha256:0jv62cc1kpgsmwk119i9njmqn6w6k8frlbgcw87y8nfbpprmcf01"; src = pkgs.fetchgit { url = "https://gerrit.googlesource.com/plugins/code-owners"; rev = "e654ae5bda2085bce9a99942bec440e004a114f3"; |