2022-11-28T05:45:37 arm-trusted-firmware 2.7 -> 2.8.0 https://repology.org/metapackage/arm-trusted-firmware/versions 2022-11-28T05:45:39 attrpath: armTrustedFirmwareTools 2022-11-28T05:45:39 Checking auto update branch... 2022-11-28T05:45:39 No auto update branch exists 2022-11-28T05:45:43 [version] 2022-11-28T05:45:48 [version] updated version and sha256 2022-11-28T05:45:48 [rustCrateVersion] 2022-11-28T05:45:48 [rustCrateVersion] No cargoSha256 found 2022-11-28T05:45:48 [golangModuleVersion] 2022-11-28T05:45:48 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-28T05:45:48 [updateScript] 2022-11-28T05:45:48 [updateScript] skipping because derivation has no updateScript 2022-11-28T05:45:48 2022-11-28T05:45:48 [quotedUrls] 2022-11-28T05:45:48 [quotedUrls] nothing found to replace 2022-11-28T05:45:48 Diff after rewrites: diff --git a/pkgs/misc/arm-trusted-firmware/default.nix b/pkgs/misc/arm-trusted-firmware/default.nix index 23a2f707c6b..a38487499e2 100644 --- a/pkgs/misc/arm-trusted-firmware/default.nix +++ b/pkgs/misc/arm-trusted-firmware/default.nix @@ -26,13 +26,13 @@ let stdenv.mkDerivation (rec { pname = "arm-trusted-firmware${lib.optionalString (platform != null) "-${platform}"}"; - version = "2.7"; + version = "2.8.0"; src = fetchFromGitHub { owner = "ARM-software"; repo = "arm-trusted-firmware"; rev = "v${version}"; - sha256 = "sha256-WDJMMIWZHNqxxAKeHiZDxtPjfsfQAWsbYv+0o0PiJQs="; + sha256 = "sha256-435bZ0aVEt8D4SqDgtUr4Xv42padcmglZbCn2J8bOD8="; }; patches = lib.optionals deleteHDCPBlobBeforeBuild [ 2022-11-28T05:47:38 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A armTrustedFirmwareTools nix build failed. | ^~~~~~~~~~~ In file included from src/sha.c:14: /nix/store/f95kxwhnr2bazy7nl6wzwjiak02dlp9v-openssl-3.0.7-dev/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ src/sha.c:108:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 108 | SHA256_Update(&shaContext, data, bytes); | ^~~~~~~~~~~~~ In file included from src/sha.c:14: /nix/store/f95kxwhnr2bazy7nl6wzwjiak02dlp9v-openssl-3.0.7-dev/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/sha.c:110:17: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 110 | SHA256_Final(md, &shaContext); | ^~~~~~~~~~~~ In file included from src/sha.c:14: /nix/store/f95kxwhnr2bazy7nl6wzwjiak02dlp9v-openssl-3.0.7-dev/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ HOSTCC src/tbbr/tbb_cert.c HOSTCC src/tbbr/tbb_ext.c HOSTCC src/tbbr/tbb_key.c HOSTLD cert_create Built tools/cert_create/cert_create successfully make: Nothing to be done for 'sptool'. @nix { "action": "setPhase", "phase": "installPhase" } installing cp: cannot stat 'tools/sptool/sptool': No such file or directory