mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
thunderbird: Update to 16.0.2
This commit is contained in:
parent
df5cca471e
commit
5896f13961
|
@ -12,14 +12,14 @@
|
|||
enableOfficialBranding ? false
|
||||
}:
|
||||
|
||||
let version = "15.0.1"; in
|
||||
let version = "16.0.2"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "thunderbird-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.mozilla.org/pub/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.bz2";
|
||||
sha1 = "688bed2b48abda000b489f3c84de0ba9f93818f0";
|
||||
sha1 = "842d852b31a388d4cf3ac59bc89e8611474e2ec7";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
|
@ -7776,7 +7776,7 @@ let
|
|||
|
||||
thinkingRock = callPackage ../applications/misc/thinking-rock { };
|
||||
|
||||
thunderbird = callPackage ../applications/networking/mailreaders/thunderbird/15.x.nix {
|
||||
thunderbird = callPackage ../applications/networking/mailreaders/thunderbird {
|
||||
inherit (gnome) libIDL;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue