edk2: 202408.01 -> 202411 (#358771)

This commit is contained in:
Adam C. Stephens 2024-11-25 12:47:19 -05:00 committed by GitHub
commit e423d1dd46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,14 +35,14 @@ buildType = if stdenv.hostPlatform.isDarwin then
edk2 = stdenv.mkDerivation {
pname = "edk2";
version = "202408.01";
version = "202411";
srcWithVendoring = fetchFromGitHub {
owner = "tianocore";
repo = "edk2";
rev = "edk2-stable${edk2.version}";
fetchSubmodules = true;
hash = "sha256-tome7S8k2vgEFg7CsXnrg9yxCx1kCypc5BkQzDPyFBc=";
hash = "sha256-KYaTGJ3DHtWbPEbP+n8MTk/WwzLv5Vugty/tvzuEUf0=";
};
src = applyPatches {