about summary refs log tree commit diff
path: root/lib/trivial.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-01 14:57:25 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-01 14:57:25 +0100
commit192f844477576976f737fad3ace1c9d555d360b9 (patch)
tree92493cec0ddcc2c107345f55b8a53b7e0d3efe1f /lib/trivial.nix
parent4e6337bdce10d6912ae031747fdce493399ea5a4 (diff)
lib/trival: Bump oldestSupportedRelease to 2211
Diffstat (limited to 'lib/trivial.nix')
-rw-r--r--lib/trivial.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trivial.nix b/lib/trivial.nix
index 881974a15e055..17e83d58b7d74 100644
--- a/lib/trivial.nix
+++ b/lib/trivial.nix
@@ -179,7 +179,7 @@ rec {
      they take effect as soon as the oldest release reaches end of life. */
   oldestSupportedRelease =
     # Update on master only. Do not backport.
-    2205;
+    2211;
 
   /* Whether a feature is supported in all supported releases (at the time of
      release branch-off, if applicable). See `oldestSupportedRelease`. */