From 58bcaa08e67c5520470585a5a47c040357cfa200 Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Fri, 2 Jan 2026 23:05:59 +0100 Subject: [PATCH] lib/trivial: bump oldestSupportedRelease to 2511 25.05 is EOL now. --- lib/trivial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/trivial.nix b/lib/trivial.nix index be67e0f3d539..45a8ec9169f5 100644 --- a/lib/trivial.nix +++ b/lib/trivial.nix @@ -432,7 +432,7 @@ in */ oldestSupportedRelease = # Update on master only. Do not backport. - 2505; + 2511; /** Whether a feature is supported in all supported releases (at the time of