diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-14T17·27+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-14T17·31+0000 |
commit | 34e30bf7a6cda38a7f3c482f00a097c187739a28 (patch) | |
tree | 0ee503b612aa885c2a60005eccf4bb0d925a385a /third_party | |
parent | 89b3ab939bd4e04ce22cc0bb8cc143dee7e2480c (diff) |
chore(3p/gerrit_plugins): Update plugins for Gerrit 3.2 r/953
Change-Id: I0b1a2871768a8369dac7a3e2b06a38c07741e945 Reviewed-on: https://cl.tvl.fyi/c/depot/+/281 Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/gerrit_plugins/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/gerrit_plugins/default.nix b/third_party/gerrit_plugins/default.nix index 989129ae8ccc..ba0ea3f2bbba 100644 --- a/third_party/gerrit_plugins/default.nix +++ b/third_party/gerrit_plugins/default.nix @@ -4,13 +4,13 @@ let inherit (pkgs) fetchurl; in { # https://gerrit.googlesource.com/plugins/owners owners = fetchurl { - url = "https://storage.googleapis.com/tazjins-data/tvl/owners_3.1.jar"; - sha256 = "1kp61hbz74irsxsbgrj9hk8jlavjx8jvkmbf3kwfa62wvzivc94b"; + url = "https://storage.googleapis.com/tazjins-data/tvl/owners_3.2.jar"; + sha256 = "1xw1q3g0353aw5jqxp69n85f8y57l2p51np37n8r34kzbn5r4iz7"; } // { name = "owners"; }; # https://gerrit.googlesource.com/plugins/owners owners-autoassign = fetchurl { - url = "https://storage.googleapis.com/tazjins-data/tvl/owners-autoassign_3.1.jar"; - sha256 = "1kfrgbds62jx1bxwwnzmd6jrb1sg671kssk7sy4nkyb6p5vlq8hq"; + url = "https://storage.googleapis.com/tazjins-data/tvl/owners-autoassign_3.2.jar"; + sha256 = "1yr6rpzlac2kdxagjk8mfw6fj66fsn31v5h03bi129ri29ikppql"; } // { name = "owners-autoassign"; }; } |