Merge pull request #16341 from mimadrid/update/thunderbird-45.1.1
thunderbird: 45.1.0 -> 45.1.1
This commit is contained in:
commit
f29ce0fecc
|
@ -29,7 +29,7 @@ puts(<<"EOH")
|
||||||
# This file is generated from generate_sources.rb. DO NOT EDIT.
|
# This file is generated from generate_sources.rb. DO NOT EDIT.
|
||||||
# Execute the following command to update the file.
|
# 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}";
|
version = "#{version}";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is generated from generate_sources.rb. DO NOT EDIT.
|
# This file is generated from generate_sources.rb. DO NOT EDIT.
|
||||||
# Execute the following command to update the file.
|
# 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";
|
version = "45.1.1";
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
enableOfficialBranding ? false
|
enableOfficialBranding ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "45.1.0"; in
|
let version = "45.1.1"; in
|
||||||
let verName = "${version}"; in
|
let verName = "${version}"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://mozilla/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.xz";
|
url = "mirror://mozilla/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.xz";
|
||||||
sha256 = "0293cwnqj4ys629ra87577c7snv4p8x2nbs1kzcnjpc96vjypsca";
|
sha256 = "13kiida7smgl3bz1hx88hdvi2mj4z5b726gcw7nndxml60y10z8h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = # from firefox30Pkgs.xulrunner, without gstreamer and libvpx
|
buildInputs = # from firefox30Pkgs.xulrunner, without gstreamer and libvpx
|
||||||
|
|
Loading…
Reference in New Issue