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

Commits on Mar 21, 2019

  1. thunderbird: 60.5.1 -> 60.5.2

    (cherry picked from commit 202f713)
    taku0 authored and Mic92 committed Mar 21, 2019
    Copy the full SHA
    f32e237 View commit details
  2. thunderbird: 60.5.2 -> 60.6.0

    (cherry picked from commit 3c83eb4)
    taku0 authored and Mic92 committed Mar 21, 2019
    Copy the full SHA
    7507b43 View commit details

Commits on Mar 26, 2019

  1. Merge pull request #58034 from Mic92/thunderbird

    [backport] thunderbird: 60.5.1 -> 60.6.0
    andir authored Mar 26, 2019
    Copy the full SHA
    c7281ba View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/mailreaders/thunderbird/default.nix
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.5.1";
version = "60.6.0";

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

# from firefox, but without sound libraries