feat(modules/monorepo-gerrit): 3.11.0 -> 3.12.0

Changelog: https://www.gerritcodereview.com/3.12.html

We are skipping over the 3.11.1, 3.11.2, 3.11.3 minor releases which
remains available.

This bump was already tested on another Gerrit instance.

No manual intervention is required.

Change-Id: Ia3ce1f1cda36abe6da4edd4210260f664f7b3672
Signed-off-by: Raito Bezarius <raito@lix.systems>
Reviewed-on: https://cl.snix.dev/c/snix/+/30576
Autosubmit: Ryan Lahfa <ryan@lahfa.xyz>
Tested-by: besadii
Reviewed-by: Florian Klink <flokli@flokli.de>
This commit is contained in:
Raito Bezarius 2025-06-22 14:50:44 +02:00 committed by clbot
parent eee3d466ef
commit abb2daa4ae
2 changed files with 3 additions and 3 deletions

View file

@ -4,8 +4,8 @@
let
cfg = config.services.gerrit;
gerritPackage = depot.third_party.nix-gerrit.gerrit_3_11;
gerritPlugins = depot.third_party.nix-gerrit.plugins_3_11;
gerritPackage = depot.third_party.nix-gerrit.gerrit_3_12;
gerritPlugins = depot.third_party.nix-gerrit.plugins_3_12;
besadiiWithConfig = name: pkgs.writeShellScript "besadii-gerrit01" ''
export BESADII_CONFIG=/run/agenix/gerrit-besadii-config

View file

@ -87,7 +87,7 @@
"nix-gerrit": {
"branch": "main",
"repo": "https://git.lix.systems/the-distro/nix-gerrit.git",
"rev": "c82da888b0d3a26eaff103417c99f1c599803ca4",
"rev": "e74d974c42c7fc6cee139c10e02114df4ee71d78",
"type": "git"
},
"nixpkgs": {