about summary refs log tree commit diff
path: root/lib/trivial.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-07-04 14:17:58 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-07-04 14:17:58 +0200
commitc31bda504ca006eb4cbb2c40177396a69819e98e (patch)
treeed6d713b5df99d8b25ca0f5e5d8abf6a9c138754 /lib/trivial.nix
parent19a1276370bb0a05de5528bd24e414098a0c6a96 (diff)
lib/trivial: Bump oldestSupportedReleaseto to 23.05
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 26e4b32400f24..34c100959e6ff 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.
-    2211;
+    2305;
 
   /* Whether a feature is supported in all supported releases (at the time of
      release branch-off, if applicable). See `oldestSupportedRelease`. */