Skip to content

Commit abb2daa

Browse files
Raito Bezariusclbot
authored andcommitted
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>
1 parent eee3d46 commit abb2daa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ops/modules/monorepo-gerrit.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
let
55
cfg = config.services.gerrit;
66

7-
gerritPackage = depot.third_party.nix-gerrit.gerrit_3_11;
8-
gerritPlugins = depot.third_party.nix-gerrit.plugins_3_11;
7+
gerritPackage = depot.third_party.nix-gerrit.gerrit_3_12;
8+
gerritPlugins = depot.third_party.nix-gerrit.plugins_3_12;
99

1010
besadiiWithConfig = name: pkgs.writeShellScript "besadii-gerrit01" ''
1111
export BESADII_CONFIG=/run/agenix/gerrit-besadii-config

third_party/sources/sources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"nix-gerrit": {
8888
"branch": "main",
8989
"repo": "https://git.lix.systems/the-distro/nix-gerrit.git",
90-
"rev": "c82da888b0d3a26eaff103417c99f1c599803ca4",
90+
"rev": "e74d974c42c7fc6cee139c10e02114df4ee71d78",
9191
"type": "git"
9292
},
9393
"nixpkgs": {

0 commit comments

Comments
 (0)