From 5b7f4c261f8fc9c381706986c3231bb8a8d9cc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Wed, 26 Feb 2025 09:52:07 +0100 Subject: [PATCH] Set `Source::LATEST` to `EDK2_STABLE202502_R1` --- ovmf-prebuilt/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovmf-prebuilt/src/lib.rs b/ovmf-prebuilt/src/lib.rs index cf70886..e6f0693 100644 --- a/ovmf-prebuilt/src/lib.rs +++ b/ovmf-prebuilt/src/lib.rs @@ -62,7 +62,7 @@ impl Source { /// /// Note that this is not necessarily the latest prebuilt available /// from the git repo. - pub const LATEST: Self = Self::EDK2_STABLE202408_R1; + pub const LATEST: Self = Self::EDK2_STABLE202502_R1; } /// UEFI architecture.