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

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "ARM-software";
repo = "arm-trusted-firmware";
tag = "v${version}";
rev = "${version}";
hash = versions.fw.hash;
};