Skip to content

Commit

Permalink
thunderbird: 45.3.0 -> 45.4.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 9db03c1)
  • Loading branch information
edolstra authored and grahamc committed Oct 27, 2016
1 parent b24ae45 commit fc67ecc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
enableOfficialBranding ? false
}:

let version = "45.3.0"; in
let version = "45.4.0"; in
let verName = "${version}"; in

stdenv.mkDerivation rec {
name = "thunderbird-${verName}";

src = fetchurl {
url = "mirror://mozilla/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.xz";
sha512 = "1226b35535d68b9c088ab8692f61120c99951e1ecbae4739ced711665a3237d248202831831f00536c724e2f6359db4601fa5c90f2793433eab4bd9dab0c1165";
sha512 = "9c601d9625b43103b64e111da3a88fccdc30d4a52aa8a66ee02120bc13f3c5600d24fa1cfd3817975a0e58be9078d192334dd3099aa462468d8ab0cd05a3bcd5";
};

buildInputs = # from firefox30Pkgs.xulrunner, without gstreamer and libvpx
Expand Down

0 comments on commit fc67ecc

Please sign in to comment.