edk2: 202408 -> 202408.01 (#353800)

This commit is contained in:
Adam C. Stephens 2024-11-07 07:17:23 -05:00 committed by GitHub
commit 33970d0070
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";
version = "202408.01";
srcWithVendoring = fetchFromGitHub {
owner = "tianocore";
repo = "edk2";
rev = "edk2-stable${edk2.version}";
fetchSubmodules = true;
hash = "sha256-2odaTqiAZD5xduT0dwIYWj3gY/aFPVsTFbblIsEhBiA=";
hash = "sha256-tome7S8k2vgEFg7CsXnrg9yxCx1kCypc5BkQzDPyFBc=";
};
src = applyPatches {