about summary refs log tree commit diff
path: root/lib/trivial.nix
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-07-04 20:07:44 +0200
committerJanne Heß <janne@hess.ooo>2022-07-04 20:07:44 +0200
commit68da5b2a225a7865898623a7aba92eaa494ee84a (patch)
tree18652c8477b21161c2cb444f32aa498a148c64b7 /lib/trivial.nix
parent8befefd1a72da597bdb1d01e97127e0c9866912e (diff)
lib/trivial: Update oldestSupportedRelease
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 ec5dd5a5a5ed8..5d4fad8266bc9 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.
-    2111;
+    2205;
 
   /* Whether a feature is supported in all supported releases (at the time of
      release branch-off, if applicable). See `oldestSupportedRelease`. */