thunderbird: 45.1.0 -> 45.1.1

This commit is contained in:
mimadrid 2016-06-19 17:09:55 +02:00
parent fbde3a7452
commit 96539866a6
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957
3 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ puts(<<"EOH")
# This file is generated from generate_sources.rb. DO NOT EDIT.
# Execute the following command to update the file.
#
# ruby generate_sources.rb 45.1.0 > sources.nix
# ruby generate_sources.rb 45.1.1 > sources.nix
{
version = "#{version}";

View file

@ -1,7 +1,7 @@
# This file is generated from generate_sources.rb. DO NOT EDIT.
# Execute the following command to update the file.
#
# ruby generate_sources.rb 45.1.0 > sources.nix
# ruby generate_sources.rb 45.1.1 > sources.nix
{
version = "45.1.1";

View file

@ -13,7 +13,7 @@
enableOfficialBranding ? false
}:
let version = "45.1.0"; in
let version = "45.1.1"; in
let verName = "${version}"; in
stdenv.mkDerivation rec {
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://mozilla/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.xz";
sha256 = "0293cwnqj4ys629ra87577c7snv4p8x2nbs1kzcnjpc96vjypsca";
sha256 = "13kiida7smgl3bz1hx88hdvi2mj4z5b726gcw7nndxml60y10z8h";
};
buildInputs = # from firefox30Pkgs.xulrunner, without gstreamer and libvpx