edk2: 2014-12-10 -> 2017-12-05

src was at vUDK2017 tag (2017-06-13), updated to the latest commit in UDK2017 branch.
This commit is contained in:
Luke Adams 2017-12-15 16:28:45 -06:00 committed by Orivej Desh
parent 15d3d68a5e
commit 237cf9e21f

View File

@ -11,13 +11,13 @@ else
throw "Unsupported architecture"; throw "Unsupported architecture";
edk2 = stdenv.mkDerivation { edk2 = stdenv.mkDerivation {
name = "edk2-2014-12-10"; name = "edk2-2017-12-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tianocore"; owner = "tianocore";
repo = "edk2"; repo = "edk2";
rev = "vUDK2017"; rev = "f71a70e7a4c93a6143d7bad8ab0220a947679697";
sha256 = "0sswa028644yr8fbl8j6rhrdm717fj29h4dys3ygklmjhss90a2g"; sha256 = "0k48xfwxcgcim1bhkggc19hilvsxsf5axvvcpmld0ng1fcfg0cr6";
}; };
buildInputs = [ libuuid pythonEnv]; buildInputs = [ libuuid pythonEnv];
@ -37,6 +37,7 @@ edk2 = stdenv.mkDerivation {
description = "Intel EFI development kit"; description = "Intel EFI development kit";
homepage = https://sourceforge.net/projects/edk2/; homepage = https://sourceforge.net/projects/edk2/;
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;
branch = "UDK2017";
platforms = ["x86_64-linux" "i686-linux"]; platforms = ["x86_64-linux" "i686-linux"];
}; };