commit a56988da0248facced466640dcbd15f01a2d210c
parent f5caba6226de1e2faf5d273e1989c798635039bc
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 21 May 2022 09:01:04 +0200
parent f5caba6226de1e2faf5d273e1989c798635039bc
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 21 May 2022 09:01:04 +0200
pkgs/macApps/LibreOffice: update -> 7.3.3
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/macApps/LibreOffice.nix b/pkgs/macApps/LibreOffice.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "LibreOffice"; - version = "7.3.2"; + version = "7.3.3"; buildInputs = [ undmg ]; sourceRoot = "."; @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { src = fetchurl { name = "LibreOffice-${version}.dmg"; url = "https://download.documentfoundation.org/libreoffice/stable/${version}/mac/aarch64/LibreOffice_${version}_MacOS_aarch64.dmg"; - sha256 = "0bsdwp5mpnfxg692lpbziay9kwi3fxrh2kn324kcz8hkhx6mydkn"; + sha256 = "0qy85qzy90a3syvg2yfsd5n4h5fabf3bnzk8w8b7b64wipmkvvah"; }; # meta = with stdenv.lib; {