mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
edk2: 202408.01 -> 202411
https://github.com/tianocore/edk2/releases/tag/edk2-stable202411 https://github.com/tianocore/edk2/compare/refs/tags/edk2-stable202408.01...refs/tags/edk2-stable202411
This commit is contained in:
parent
2d7c55054a
commit
bef3f40f05
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user