Martin Joerg 2024-11-24 17:32:14 +00:00
parent 2d7c55054a
commit bef3f40f05

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 {