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: 856159fec720
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 56fb68dcef49
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 23, 2018

  1. Copy the full SHA
    ba70ba8 View commit details
  2. thunderbird: 52.6.0 -> 52.7.0

    taku0 committed Mar 23, 2018
    Copy the full SHA
    d048910 View commit details

Commits on Mar 24, 2018

  1. Copy the full SHA
    56fb68d 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.6.0";
version = "52.7.0";

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

# New sed no longer tolerates this mistake.