summary refs log tree commit diff
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
parent19a1276370bb0a05de5528bd24e414098a0c6a96 (diff)
downloadnixpkgs-c31bda504ca006eb4cbb2c40177396a69819e98e.tar
nixpkgs-c31bda504ca006eb4cbb2c40177396a69819e98e.tar.gz
nixpkgs-c31bda504ca006eb4cbb2c40177396a69819e98e.tar.bz2
nixpkgs-c31bda504ca006eb4cbb2c40177396a69819e98e.tar.lz
nixpkgs-c31bda504ca006eb4cbb2c40177396a69819e98e.tar.xz
nixpkgs-c31bda504ca006eb4cbb2c40177396a69819e98e.tar.zst
nixpkgs-c31bda504ca006eb4cbb2c40177396a69819e98e.zip
lib/trivial: Bump oldestSupportedReleaseto to 23.05
-rw-r--r--lib/trivial.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trivial.nix b/lib/trivial.nix
index 26e4b32400f..34c100959e6 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`. */