thunderbirdPackages.thunderbird-102 0 -> 1 attrpath: thunderbirdPackages.thunderbird-102 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/6cck2vi73zzbcy8mg1vdyzizjrjx917p-update-thunderbird-unwrapped.drv /nix/store/c4d80vns7zny49j7n5rifhgrgxfrnz4l-packages.json.drv building '/nix/store/6cck2vi73zzbcy8mg1vdyzizjrjx917p-update-thunderbird-unwrapped.drv'... building '/nix/store/c4d80vns7zny49j7n5rifhgrgxfrnz4l-packages.json.drv'... Going to be running update for following packages: - thunderbird-unwrapped-102.14.0 Press Enter key to continue... Running update for: - thunderbird-unwrapped-102.14.0: UPDATING ... - thunderbird-unwrapped-102.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index 4f74168837fd..e819330c18c2 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -44,13 +44,13 @@ rec { thunderbird-115 = (buildMozillaMach rec { pname = "thunderbird"; - version = "115.7.0"; + version = "102.15.1"; application = "comm/mail"; applicationName = "Mozilla Thunderbird"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; - sha512 = "de9edb81cf5da494101bf927a5b963ccdec0cc9bff87ebd72d896c6e25102c1113b326f67302a81abd237048aa1e6150c4a97fe4b1892bc80030cbab9099e2d8"; + sha512 = "2c96b9cae7acbf354a6aaf7a7987f40ffddbcb8d05a579e6782afbf9c685392e29b274460e7a82426f41f604cec06cb96139be45f099121603ffe434ec8fac06"; }; extraPatches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A thunderbirdPackages.thunderbird-102 Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . thunderbirdPackages.thunderbird-102 Standard output: error: Package ‘thunderbird-unwrapped-102.14.0’ in /var/cache/nixpkgs-update/worker/worktree/thunderbirdPackages.thunderbird-102/pkgs/applications/networking/mailreaders/thunderbird/packages.nix:23 is marked as insecure, refusing to evaluate. Known issues: - Thunderbird 102 support has ended You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘thunderbird-unwrapped-102.14.0’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "thunderbird-unwrapped-102.14.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘thunderbird-unwrapped-102.14.0’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "thunderbird-unwrapped-102.14.0" ]; } (use '--show-trace' to show detailed location information)