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: 78d4a1e3ea29
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee80654b5267
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 19, 2018

  1. thunderbird-bin: 52.7.0 -> 52.8.0

    (cherry picked from commit 0544c38)
    taku0 authored and Robert Schütz committed May 19, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    tilpner Till Höppner
    Copy the full SHA
    db0720e View commit details
  2. thunderbird: 52.7.0 -> 52.8.0

    (cherry picked from commit 6099ad3)
    taku0 authored and Robert Schütz committed May 19, 2018
    Copy the full SHA
    ee80654 View commit details
Showing with 239 additions and 239 deletions.
  1. +237 −237 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
@@ -22,11 +22,11 @@ let
wrapperTool = if enableGTK3 then wrapGAppsHook else makeWrapper;
in stdenv.mkDerivation rec {
name = "thunderbird-${version}";
version = "52.7.0";
version = "52.8.0";

src = fetchurl {
url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
sha512 = "875ad6f2b030c65d248ecec4f4a5b51767c3ee7944ac72893237efd2af50145ec2e4a9efa8d60807b78bcfb8189969e5a67d15124710e8b0091f639cddfbfe21";
sha512 = "ce44f32f44244560499c44dbe963a8296cf58cf33e3f26d07be455746ed7f77791084e41bc66b2c90fe46e97fa15ae2041b1f5fcfa94d15b45c4f90172230d03";
};

# New sed no longer tolerates this mistake.