about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-01-05 21:50:04 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-01-07 01:25:36 +0100
commit77ed551c8c07b95704eaabeb1e8570671e869d22 (patch)
tree9c49b211156e2c8c02ed9fb8b357f9a0cd07e254
parent910fb6d8bf0c89c1c7dd95263fb3938472b76850 (diff)
downloadnixlib-77ed551c8c07b95704eaabeb1e8570671e869d22.tar
nixlib-77ed551c8c07b95704eaabeb1e8570671e869d22.tar.gz
nixlib-77ed551c8c07b95704eaabeb1e8570671e869d22.tar.bz2
nixlib-77ed551c8c07b95704eaabeb1e8570671e869d22.tar.lz
nixlib-77ed551c8c07b95704eaabeb1e8570671e869d22.tar.xz
nixlib-77ed551c8c07b95704eaabeb1e8570671e869d22.tar.zst
nixlib-77ed551c8c07b95704eaabeb1e8570671e869d22.zip
libreoffice-bin: 7.5.5 -> 7.6.4
Fixes CVE-2023-6185 and CVE-2023-6186.

https://www.libreoffice.org/about-us/security/advisories/cve-2023-6185
https://www.libreoffice.org/about-us/security/advisories/cve-2023-6186
-rw-r--r--pkgs/applications/office/libreoffice/darwin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/libreoffice/darwin/default.nix b/pkgs/applications/office/libreoffice/darwin/default.nix
index 18b159cf32ad..3f69a7fd54e9 100644
--- a/pkgs/applications/office/libreoffice/darwin/default.nix
+++ b/pkgs/applications/office/libreoffice/darwin/default.nix
@@ -9,21 +9,21 @@
 let
   appName = "LibreOffice.app";
   scriptName = "soffice";
-  version = "7.5.5";
+  version = "7.6.4";
 
   dist = {
     aarch64-darwin = rec {
       arch = "aarch64";
       archSuffix = arch;
       url = "https://download.documentfoundation.org/libreoffice/stable/${version}/mac/${arch}/LibreOffice_${version}_MacOS_${archSuffix}.dmg";
-      sha256 = "75a7d64aa5d08b56c9d9c1c32484b9aff07268c1642cc01a03e45b7690500745";
+      sha256 = "44d141603010771b720fb047a760cb1c184e767528d7c4933b5456c64ebaddb2";
     };
 
     x86_64-darwin = rec {
       arch = "x86_64";
       archSuffix = "x86-64";
       url = "https://download.documentfoundation.org/libreoffice/stable/${version}/mac/${arch}/LibreOffice_${version}_MacOS_${archSuffix}.dmg";
-      sha256 = "4aad9f08ef7a4524b85fc46b3301fdf4f5ab8ab63dd01d01c297f96ff474804a";
+      sha256 = "58ecd09fd4b57805d03207f0daf2d3549ceeb774e54bd4a2f339dc6c7b15dbc9";
     };
   };
 in