edk2: 202408 -> 202408.01 (#353800)
This commit is contained in:
commit
33970d0070
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user