libreoffice-bin 0 -> 1 attrpath: libreoffice-bin Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/8pcz7sw65hj0j30c4pkbqsq5xjn84cs1-update-libreoffice.sh.drv /nix/store/lm7ibpp0ikkpkx3w3rjn09c3n9pn5qz2-packages.json.drv building '/nix/store/8pcz7sw65hj0j30c4pkbqsq5xjn84cs1-update-libreoffice.sh.drv'... building '/nix/store/lm7ibpp0ikkpkx3w3rjn09c3n9pn5qz2-packages.json.drv'... Going to be running update for following packages: - libreoffice-7.5.5 Press Enter key to continue... Running update for: - libreoffice-7.5.5: UPDATING ... - libreoffice-7.5.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/office/libreoffice/darwin/default.nix b/pkgs/applications/office/libreoffice/darwin/default.nix index 18b159cf32ad..e010d58bb074 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.2"; 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 = "a33ccdea5980a62fe6b5707ea663d5b48e9af9e0dda6f884b7f4585c0b408ff6"; }; 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 = "980c0dc4a14bdd7ec260d6f8965132ec61d067e8ca20802e927ed278c31d486d"; }; }; in No auto update branch exists Update edits cause no rebuilds.