mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
Merge #137226: thunderbird-78: 78.13.0 -> 78.14.0
This commit is contained in:
commit
79f637da44
@ -1,3 +1,8 @@
|
|||||||
|
# Update instructions:
|
||||||
|
#
|
||||||
|
# To update `thunderbird-bin`'s `release_sources.nix`, run from the nixpkgs root:
|
||||||
|
#
|
||||||
|
# nix-shell maintainers/scripts/update.nix --argstr package pkgs.firefox-bin-unwrapped
|
||||||
{ stdenv, lib, fetchurl, config, makeWrapper
|
{ stdenv, lib, fetchurl, config, makeWrapper
|
||||||
, alsa-lib
|
, alsa-lib
|
||||||
, at-spi2-atk
|
, at-spi2-atk
|
||||||
|
@ -44,12 +44,12 @@ rec {
|
|||||||
|
|
||||||
thunderbird-78 = common rec {
|
thunderbird-78 = common rec {
|
||||||
pname = "thunderbird";
|
pname = "thunderbird";
|
||||||
version = "78.13.0";
|
version = "78.14.0";
|
||||||
application = "comm/mail";
|
application = "comm/mail";
|
||||||
binaryName = pname;
|
binaryName = pname;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
|
url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
|
||||||
sha512 = "daee9ea9e57bdfce231a35029807f279a06f8790d71efc8998c78eb42d99a93cf98623170947df99202da038f949ba9111a7ff7adbd43c161794deb6791370a0";
|
sha512 = "0zan30jvv45pd6i59l2kfyfjwivqk5qq6vyf77xhss2dk8qhk3mfrfxpfbkrab676l14b9hs09nr6ni1h1iwn82zx5k7fx5x8sh5dx6";
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
./no-buildconfig-78.patch
|
./no-buildconfig-78.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user