armTrustedFirmwareTools: 2.9.0 -> 2.10.0

This commit is contained in:
R. Ryantm 2023-11-25 08:15:10 +00:00
parent 4909f03115
commit 80fdffb416

View File

@ -26,13 +26,13 @@ let
stdenv.mkDerivation (rec {
pname = "arm-trusted-firmware${lib.optionalString (platform != null) "-${platform}"}";
version = "2.9.0";
version = "2.10.0";
src = fetchFromGitHub {
owner = "ARM-software";
repo = "arm-trusted-firmware";
rev = "v${version}";
hash = "sha256-F7RNYNLh0ORzl5PmzRX9wGK8dZgUQVLKQg1M9oNd0pk=";
hash = "sha256-CAuftVST9Fje/DWaaoX0K2SfWwlGMaUFG4huuwsTOSU=";
};
patches = lib.optionals deleteHDCPBlobBeforeBuild [