Skip to content

Commit bef3f40

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ed/edk2/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ buildType = if stdenv.hostPlatform.isDarwin then
3535

3636
edk2 = stdenv.mkDerivation {
3737
pname = "edk2";
38-
version = "202408.01";
38+
version = "202411";
3939

4040
srcWithVendoring = fetchFromGitHub {
4141
owner = "tianocore";
4242
repo = "edk2";
4343
rev = "edk2-stable${edk2.version}";
4444
fetchSubmodules = true;
45-
hash = "sha256-tome7S8k2vgEFg7CsXnrg9yxCx1kCypc5BkQzDPyFBc=";
45+
hash = "sha256-KYaTGJ3DHtWbPEbP+n8MTk/WwzLv5Vugty/tvzuEUf0=";
4646
};
4747

4848
src = applyPatches {

0 commit comments

Comments
 (0)