2022-12-12T06:16:37 arm-trusted-firmware-sun50i_a64 2.7 -> 2.8 https://repology.org/metapackage/arm-trusted-firmware-sun50i_a64/versions 2022-12-12T06:16:39 attrpath: armTrustedFirmwareAllwinner 2022-12-12T06:16:39 Checking auto update branch... 2022-12-12T06:16:39 No auto update branch exists 2022-12-12T06:16:42 [version] 2022-12-12T06:16:47 [version] updated version and sha256 2022-12-12T06:16:47 [rustCrateVersion] 2022-12-12T06:16:47 [rustCrateVersion] No cargoSha256 found 2022-12-12T06:16:47 [golangModuleVersion] 2022-12-12T06:16:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T06:16:47 [updateScript] 2022-12-12T06:16:47 [updateScript] skipping because derivation has no updateScript 2022-12-12T06:16:47 2022-12-12T06:16:47 [quotedUrls] 2022-12-12T06:16:47 [quotedUrls] nothing found to replace 2022-12-12T06:16:47 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-12T06:18:16 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 armTrustedFirmwareAllwinner Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . armTrustedFirmwareAllwinner Standard output: warning: unknown setting 'experimental-features' error: Package ‘arm-trusted-firmware-sun50i_a64-2.8’ in /var/cache/nixpkgs-update/worker/worktree/armTrustedFirmwareAllwinner/pkgs/misc/arm-trusted-firmware/default.nix:80 is not supported on ‘x86_64-linux’, refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=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.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)