Martin Joerg
2024-08-27 15:14:52 +00:00
parent 48f6248d8a
commit 8b47539e65
+2 -9
View File
@@ -33,14 +33,14 @@ buildType = if stdenv.isDarwin then
edk2 = stdenv.mkDerivation {
pname = "edk2";
version = "202405";
version = "202408";
srcWithVendoring = fetchFromGitHub {
owner = "tianocore";
repo = "edk2";
rev = "edk2-stable${edk2.version}";
fetchSubmodules = true;
hash = "sha256-+phKAr3xc4T8tg6YAoGgRWCmxZiFzhazEAai48ICnKM=";
hash = "sha256-2odaTqiAZD5xduT0dwIYWj3gY/aFPVsTFbblIsEhBiA=";
};
src = applyPatches {
@@ -59,13 +59,6 @@ edk2 = stdenv.mkDerivation {
url = "https://github.com/tianocore/edk2/commit/a34ff4a8f69a7b8a52b9b299153a8fac702c7df1.patch";
hash = "sha256-u+niqwjuLV5tNPykW4xhb7PW2XvUmXhx5uvftG1UIbU=";
})
# TODO: remove on next version of edk2
# https://github.com/tianocore/edk2/pull/5690
(fetchpatch {
name = "fix-stuck-system.patch";
url = "https://github.com/tianocore/edk2/commit/ced13b93afea87a8a1fe6ddbb67240a84cb2e3d3.patch";
hash = "sha256-RHfJ9OcMGs3jDg2jQyzcjbYkJcmc/SZyrdXBsUw9vDA=";
})
];
postPatch = ''