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

Commits on Nov 15, 2018

  1. Copy the full SHA
    52fc63e View commit details
  2. thunderbird: 60.3.0 -> 60.3.1

    taku0 committed Nov 15, 2018
    Copy the full SHA
    1e8694d View commit details

Commits on Nov 16, 2018

  1. Merge pull request #50454 from taku0/thunderbird-bin-60.3.1

     thunderbird, thunderbird-bin: 60.3.0 -> 60.3.1
    Mic92 authored Nov 16, 2018
    Copy the full SHA
    fe19117 View commit details
Showing with 235 additions and 235 deletions.
  1. +233 −233 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
@@ -24,11 +24,11 @@ let
gcc = if stdenv.cc.isGNU then stdenv.cc.cc else stdenv.cc.cc.gcc;
in stdenv.mkDerivation rec {
name = "thunderbird-${version}";
version = "60.3.0";
version = "60.3.1";

src = fetchurl {
url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
sha512 = "39sicxgfzfx4dm50nn2l8mimyjpvfigdpmkbxk6lvvbi8xxl527631xxq0gh1di6iyp590vpwk16z7hvdfbqj2pd3231knjkl991hvc";
sha512 = "266m4kwxiwh1zi60z4gcs54k4w903aximafngmmqaa5nkxnsxh6sp62j1mazdh52g40pzdy9sqb8zkcjsm7dp937kpcl2lvw778lanm";
};

# from firefox, but without sound libraries