We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7c550 commit bef3f40Copy full SHA for bef3f40
pkgs/by-name/ed/edk2/package.nix
@@ -35,14 +35,14 @@ buildType = if stdenv.hostPlatform.isDarwin then
35
36
edk2 = stdenv.mkDerivation {
37
pname = "edk2";
38
- version = "202408.01";
+ version = "202411";
39
40
srcWithVendoring = fetchFromGitHub {
41
owner = "tianocore";
42
repo = "edk2";
43
rev = "edk2-stable${edk2.version}";
44
fetchSubmodules = true;
45
- hash = "sha256-tome7S8k2vgEFg7CsXnrg9yxCx1kCypc5BkQzDPyFBc=";
+ hash = "sha256-KYaTGJ3DHtWbPEbP+n8MTk/WwzLv5Vugty/tvzuEUf0=";
46
};
47
48
src = applyPatches {
0 commit comments