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

src was at vUDK2017 tag (2017-06-13), updated to the latest commit in UDK2017 branch.

authored by Luke Adams and committed by Orivej Desh 237cf9e2 15d3d68a

+4 -3
+4 -3
pkgs/development/compilers/edk2/default.nix
··· 11 11 throw "Unsupported architecture"; 12 12 13 13 edk2 = stdenv.mkDerivation { 14 - name = "edk2-2014-12-10"; 14 + name = "edk2-2017-12-05"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "tianocore"; 18 18 repo = "edk2"; 19 - rev = "vUDK2017"; 20 - sha256 = "0sswa028644yr8fbl8j6rhrdm717fj29h4dys3ygklmjhss90a2g"; 19 + rev = "f71a70e7a4c93a6143d7bad8ab0220a947679697"; 20 + sha256 = "0k48xfwxcgcim1bhkggc19hilvsxsf5axvvcpmld0ng1fcfg0cr6"; 21 21 }; 22 22 23 23 buildInputs = [ libuuid pythonEnv]; ··· 37 37 description = "Intel EFI development kit"; 38 38 homepage = https://sourceforge.net/projects/edk2/; 39 39 license = stdenv.lib.licenses.bsd2; 40 + branch = "UDK2017"; 40 41 platforms = ["x86_64-linux" "i686-linux"]; 41 42 }; 42 43