commit 848f624da57aa02bc14b3270a4c021fc5b980eb0
parent 3431ea6280b90842faeed6976431b506703b2348
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 9 Jun 2022 15:33:35 +0200
parent 3431ea6280b90842faeed6976431b506703b2348
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 9 Jun 2022 15:33:35 +0200
pkgs/macAps/Thunderbird: update 91.9.1 -> 91.10.0
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/macApps/Thunderbird.nix b/pkgs/macApps/Thunderbird.nix @@ -14,7 +14,7 @@ let in stdenv.mkDerivation rec { pname = "Thunderbird"; - version = "91.9.1"; + version = "91.10.0"; buildInputs = [ undmg ]; nativeBuildInputs = [ codesign ]; @@ -46,7 +46,7 @@ in stdenv.mkDerivation rec { src = fetchurl { name = "Thunderbird-${version}.dmg"; url = "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/${version}/mac/en-US/Thunderbird%20${version}.dmg"; - sha256 = "13g4ibhlcyicd76ln0hvjlphgvvl80kfirphalgqm2ihbqm5ra5j"; + sha256 = "0pl46fl7c4807xb6b0ywbk03hdg1prllcd28csgrh8c2kf390cj0"; }; # meta = with stdenv.lib; {