thunderbird: Update to 38.2.0

This commit is contained in:
Eelco Dolstra 2015-09-28 15:44:37 +02:00
parent a8de8e71d6
commit 422e3736d5
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
enableOfficialBranding ? false enableOfficialBranding ? false
}: }:
let version = "38.1.0"; in let version = "38.2.0"; in
let verName = "${version}"; in let verName = "${version}"; in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
url = "http://archive.mozilla.org/pub/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.bz2"; url = "http://archive.mozilla.org/pub/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.bz2";
# https://archive.mozilla.org/pub/thunderbird/releases/${verName}/SHA1SUMS # https://archive.mozilla.org/pub/thunderbird/releases/${verName}/SHA1SUMS
sha1 = "7bb0c85e889e397e53dcbcbd36957dbd7c8c10bd"; sha1 = "0e27c54ee63b71cd7e8ff4fd87bbe66e0a16ffc1";
}; };
buildInputs = # from firefox30Pkgs.xulrunner, but without gstreamer and libvpx buildInputs = # from firefox30Pkgs.xulrunner, but without gstreamer and libvpx