Merge pull request #78777 from arcnmx/pr-edk2-201911

{edk2, OVMF}: 201905 -> 201911
This commit is contained in:
Daniel Schaefer 2020-02-16 14:53:29 +01:00 committed by GitHub
commit a65e7d9367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@ else
edk2 = stdenv.mkDerivation {
pname = "edk2";
version = "201905";
version = "201911";
# submodules
src = fetchgit {
url = "https://github.com/tianocore/edk2";
rev = "edk2-stable${edk2.version}";
sha256 = "0fk40h4nj4qg8shg0yd1zj4iyspslms5fx95ysi04akv90k5sqkn";
sha256 = "1rmvb4w043v25cppsqxqrpzqqcay3yrzsrhhzm2q9bncrj56vm8q";
};
buildInputs = [ libuuid pythonEnv ];