Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1fb3b9420aca
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 409a672d93e2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 11, 2020

  1. thunderbird-bin: 78.4.1 -> 78.4.2

    (cherry picked from commit d199060)
    taku0 committed Nov 11, 2020
    Copy the full SHA
    cde30d0 View commit details
  2. thunderbird: 78.4.1 -> 78.4.2

    (cherry picked from commit bd03a75)
    taku0 committed Nov 11, 2020
    Copy the full SHA
    409a672 View commit details
Showing with 267 additions and 267 deletions.
  1. +265 −265 pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
  2. +2 −2 pkgs/applications/networking/mailreaders/thunderbird/default.nix

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -70,13 +70,13 @@ assert waylandSupport -> gtk3Support == true;

stdenv.mkDerivation rec {
pname = "thunderbird";
version = "78.4.1";
version = "78.4.2";

src = fetchurl {
url =
"mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
sha512 =
"2mbb139xdi69bnvvg7zabwbw181xnz7y154viynmkwyh4iww0hcsvr88q246gnif8a7jns3pi4qgqxgzflyl6mzpsvfdrbjs5hylanx";
"1bd8z6fm2nky4p3qxc5jh9dca7v7g77i6kdn6p5dzzm4gyadqvk00bfa4nzglzi9nwwyld14r3ydjd6ms012yk07q4aqdsrf51b9k4y";
};

nativeBuildInputs = [