2022-12-29T11:51:01 arm-trusted-firmware-rk3399 2.7 -> 2.8 https://repology.org/metapackage/arm-trusted-firmware-rk3399/versions 2022-12-29T11:51:03 attrpath: armTrustedFirmwareRK3399 2022-12-29T11:51:03 Checking auto update branch... 2022-12-29T11:51:03 No auto update branch exists 2022-12-29T11:51:06 [version] 2022-12-29T11:51:11 [version] updated version and sha256 2022-12-29T11:51:11 [rustCrateVersion] 2022-12-29T11:51:11 [rustCrateVersion] No cargoSha256 found 2022-12-29T11:51:11 [golangModuleVersion] 2022-12-29T11:51:11 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-29T11:51:11 [updateScript] 2022-12-29T11:51:11 [updateScript] skipping because derivation has no updateScript 2022-12-29T11:51:11 2022-12-29T11:51:11 [quotedUrls] 2022-12-29T11:51:11 [quotedUrls] nothing found to replace 2022-12-29T11:51:11 Diff after rewrites: diff --git a/pkgs/misc/arm-trusted-firmware/default.nix b/pkgs/misc/arm-trusted-firmware/default.nix index 23a2f707c6b..2101d057d2d 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"; src = fetchFromGitHub { owner = "ARM-software"; repo = "arm-trusted-firmware"; rev = "v${version}"; - sha256 = "sha256-WDJMMIWZHNqxxAKeHiZDxtPjfsfQAWsbYv+0o0PiJQs="; + sha256 = "sha256-435bZ0aVEt8D4SqDgtUr4Xv42padcmglZbCn2J8bOD8="; }; patches = lib.optionals deleteHDCPBlobBeforeBuild [ 2022-12-29T11:52:37 Received ExitFailure 1 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 armTrustedFirmwareRK3399 Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . armTrustedFirmwareRK3399 Standard output: warning: unknown setting 'experimental-features' error: Package ‘arm-trusted-firmware-rk3399-2.8’ in /var/cache/nixpkgs-update/worker/worktree/armTrustedFirmwareRK3399/pkgs/misc/arm-trusted-firmware/default.nix:80 has an unfree license (‘bsd3 unfreeRedistributable’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "arm-trusted-firmware-rk3399" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)