This commit is contained in:
mjallen18
2026-01-15 13:53:59 -06:00
parent 549580395f
commit 9376005a21
8 changed files with 14 additions and 203 deletions

View File

@@ -29,8 +29,10 @@ let
owner = versions."edk2${repoOwner}".owner;
repo = "edk2";
name = repo;
rev = versions."edk2${repoOwner}".rev;
rev = (if MODEL == "5" then versions."edk2${repoOwner}".rev else null);
tag = (if MODEL == "5" then null else versions."edk2${repoOwner}".tag);
hash = versions."edk2${repoOwner}".hash;
fetchSubmodules = true;
};
edk2NonOsiSrc = fetchFromGitHub rec {

View File

@@ -1,6 +1,6 @@
{
"edk2": {
"hash": "sha256-CS/jWY6B+/PIKDh6cL6n9pwAPhPcjZBZc75SnOJbHf8=",
"hash": "sha256-R/rgz8dWcDYVoiM67K2UGuq0xXbjjJYBPtJ1FmfGIaU=",
"location": "github",
"owner": "tianocore",
"repo": "edk2",