thunderbird-unwrapped 0 -> 1 attrpath: thunderbird-unwrapped 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 [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/0an6bhnrf9pn8ncxlc2rak2rlcrxhmmw-update-thunderbird-unwrapped.drv /nix/store/c5rwsq177gqfdflhshqrmr3mbrpp7kb6-packages.json.drv these 6 paths will be fetched (5.62 MiB download, 24.72 MiB unpacked): /nix/store/wr3sgvh06vizhy8h862dpad4z2aj9z1j-cyrus-sasl-2.1.28 /nix/store/lr5irw0vvgbzjkjnjj53k1as3yzgrl7f-db-5.3.28 /nix/store/iz4dlydb7paz2f8xi0dfk6kfdmhm7d4c-gnupg-2.4.1 /nix/store/xa7k3crfca985pzn5fl14206xn6yhp26-libksba-1.6.3 /nix/store/i2yz1q1rcg3x57r7idmdd2fs6g9mf4d1-openldap-2.6.6 /nix/store/aaqp9yxnn1wznwypll4gl41vgrs5rscv-xidel-unstable-2022-11-01 copying path '/nix/store/aaqp9yxnn1wznwypll4gl41vgrs5rscv-xidel-unstable-2022-11-01' from 'https://cache.nixos.org'... copying path '/nix/store/xa7k3crfca985pzn5fl14206xn6yhp26-libksba-1.6.3' from 'https://cache.nixos.org'... copying path '/nix/store/lr5irw0vvgbzjkjnjj53k1as3yzgrl7f-db-5.3.28' from 'https://cache.nixos.org'... copying path '/nix/store/wr3sgvh06vizhy8h862dpad4z2aj9z1j-cyrus-sasl-2.1.28' from 'https://cache.nixos.org'... copying path '/nix/store/i2yz1q1rcg3x57r7idmdd2fs6g9mf4d1-openldap-2.6.6' from 'https://cache.nixos.org'... copying path '/nix/store/iz4dlydb7paz2f8xi0dfk6kfdmhm7d4c-gnupg-2.4.1' from 'https://cache.nixos.org'... building '/nix/store/0an6bhnrf9pn8ncxlc2rak2rlcrxhmmw-update-thunderbird-unwrapped.drv'... building '/nix/store/c5rwsq177gqfdflhshqrmr3mbrpp7kb6-packages.json.drv'... Going to be running update for following packages: - thunderbird-unwrapped-115.2.0 Press Enter key to continue... Running update for: - thunderbird-unwrapped-115.2.0: UPDATING ... - thunderbird-unwrapped-115.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index ea15f6331519..4ddb0b6410f0 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -43,13 +43,13 @@ rec { thunderbird-115 = (buildMozillaMach rec { pname = "thunderbird"; - version = "115.2.0"; + version = "115.2.2"; application = "comm/mail"; applicationName = "Mozilla Thunderbird"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; - sha512 = "31a8b16164e3bab60b62642e1adc55b3d97fc4f20cf28207b1e599275eb5a207f60b173fd642e8c52a48e83894e2ab874cb8424c22c5c712afd7169084b0a2df"; + sha512 = "45843709c21eb19d69d43205da6b2f943b584811a29942ffef1933c1ce7882b48046b201c2ff198658fec2c53d479311d8a353731afe6ea53f97b31674d6074a"; }; extraPatches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. No auto update branch exists Old version 115.2.0" not present in master derivation file with contents: { stdenv, lib, buildMozillaMach, callPackage, fetchurl, fetchpatch, nixosTests, icu, fetchpatch2 }: rec { thunderbird = thunderbird-115; thunderbird-102 = (buildMozillaMach rec { pname = "thunderbird"; version = "102.14.0"; application = "comm/mail"; applicationName = "Mozilla Thunderbird"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; sha512 = "4ae3f216833aec55421f827d55bc1b5fc2f0ad4fefecb27724a5be3318c351df24d30a4897b924e733ed2e3995be284b6d135049d46001143fb1c961fefc1830"; }; extraPatches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. ./no-buildconfig.patch ]; meta = with lib; { changelog = "https://www.thunderbird.net/en-US/thunderbird/${version}/releasenotes/"; description = "A full-featured e-mail client"; homepage = "https://thunderbird.net/"; mainProgram = "thunderbird"; maintainers = with maintainers; [ eelco lovesegfault pierron vcunat ]; platforms = platforms.unix; badPlatforms = platforms.darwin; broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory". # not in `badPlatforms` because cross-compilation on 64-bit machine might work. license = licenses.mpl20; }; updateScript = callPackage ./update.nix { attrPath = "thunderbird-unwrapped"; versionPrefix = "102"; }; }).override { geolocationSupport = false; webrtcSupport = false; pgoSupport = false; # console.warn: feeds: "downloadFeed: network connection unavailable" }; thunderbird-115 = (buildMozillaMach rec { pname = "thunderbird"; version = "115.2.1"; application = "comm/mail"; applicationName = "Mozilla Thunderbird"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; sha512 = "375c66efe9637c41e4758fdc7477b64fa700032fecc0e5e93fb6a4659c1ceee99b2c366e19beb96252e60dbbec78ec37433c3f70f7fcc0f305a927f95d753c05"; }; extraPatches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. ./no-buildconfig-115.patch ]; meta = with lib; { changelog = "https://www.thunderbird.net/en-US/thunderbird/${version}/releasenotes/"; description = "A full-featured e-mail client"; homepage = "https://thunderbird.net/"; mainProgram = "thunderbird"; maintainers = with maintainers; [ eelco lovesegfault pierron vcunat ]; platforms = platforms.unix; badPlatforms = platforms.darwin; broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory". # not in `badPlatforms` because cross-compilation on 64-bit machine might work. license = licenses.mpl20; }; updateScript = callPackage ./update.nix { attrPath = "thunderbird-unwrapped"; versionPrefix = "115"; }; }).override { geolocationSupport = false; webrtcSupport = false; pgoSupport = false; # console.warn: feeds: "downloadFeed: network connection unavailable" icu = icu.overrideAttrs (attrs: { # standardize vtzone output # Work around ICU-22132 https://unicode-org.atlassian.net/browse/ICU-22132 # https://bugzilla.mozilla.org/show_bug.cgi?id=1790071 patches = attrs.patches ++ [(fetchpatch2 { url = "https://hg.mozilla.org/mozilla-central/raw-file/fb8582f80c558000436922fb37572adcd4efeafc/intl/icu-patches/bug-1790071-ICU-22132-standardize-vtzone-output.diff"; stripLen = 3; hash = "sha256-MGNnWix+kDNtLuACrrONDNcFxzjlUcLhesxwVZFzPAM="; })]; }); }; } thunderbird-unwrapped 0 -> 1 attrpath: thunderbird-unwrapped 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] this derivation will be built: /nix/store/r7gwiwxp4p3h9xclcdwi0lllgzahsc88-packages.json.drv building '/nix/store/r7gwiwxp4p3h9xclcdwi0lllgzahsc88-packages.json.drv'... Going to be running update for following packages: - thunderbird-unwrapped-115.2.1 Press Enter key to continue... Running update for: - thunderbird-unwrapped-115.2.1: UPDATING ... - thunderbird-unwrapped-115.2.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index 38396ce27c45..4ddb0b6410f0 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -43,13 +43,13 @@ rec { thunderbird-115 = (buildMozillaMach rec { pname = "thunderbird"; - version = "115.2.1"; + version = "115.2.2"; application = "comm/mail"; applicationName = "Mozilla Thunderbird"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; - sha512 = "375c66efe9637c41e4758fdc7477b64fa700032fecc0e5e93fb6a4659c1ceee99b2c366e19beb96252e60dbbec78ec37433c3f70f7fcc0f305a927f95d753c05"; + sha512 = "45843709c21eb19d69d43205da6b2f943b584811a29942ffef1933c1ce7882b48046b201c2ff198658fec2c53d479311d8a353731afe6ea53f97b31674d6074a"; }; extraPatches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. No auto update branch exists Successfully finished processing cachix "/nix/store/1kyp4rj8r6a14sa2nidcs2a39sqjcy58-thunderbird-unwrapped-115.2.2" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for thunderbird-unwrapped is: A full-featured e-mail client meta.homepage for thunderbird-unwrapped is: https://thunderbird.net/ meta.changelog for thunderbird-unwrapped is: https://www.thunderbird.net/en-US/thunderbird/115.2.2/releasenotes/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 115.2.2 with grep in /nix/store/1kyp4rj8r6a14sa2nidcs2a39sqjcy58-thunderbird-unwrapped-115.2.2 - found 115.2.2 in filename of file in /nix/store/1kyp4rj8r6a14sa2nidcs2a39sqjcy58-thunderbird-unwrapped-115.2.2 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath thunderbird-unwrapped thunderbirdPackages.thunderbird thunderbirdPackages.thunderbird-115 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1kyp4rj8r6a14sa2nidcs2a39sqjcy58-thunderbird-unwrapped-115.2.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A thunderbird-unwrapped https://github.com/r-ryantm/nixpkgs/archive/5ccdc0cdfe06a2d5a95c592a1b5714f07082c82d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5ccdc0cdfe06a2d5a95c592a1b5714f07082c82d#thunderbird-unwrapped ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1kyp4rj8r6a14sa2nidcs2a39sqjcy58-thunderbird-unwrapped-115.2.2 ls -la /nix/store/1kyp4rj8r6a14sa2nidcs2a39sqjcy58-thunderbird-unwrapped-115.2.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @edolstra @lovesegfault @nbp @vcunat for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/255191