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 [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/6973gd07zifyrgra4mfbpridkyirv6xi-update-libreoffice.sh.drv /nix/store/32jk1n26z7j8zzgccdb6xr5k49imws9i-packages.json.drv building '/nix/store/6973gd07zifyrgra4mfbpridkyirv6xi-update-libreoffice.sh.drv'... building '/nix/store/32jk1n26z7j8zzgccdb6xr5k49imws9i-packages.json.drv'... Going to be running update for following packages: - libreoffice-7.4.7 Press Enter key to continue... Running update for: - libreoffice-7.4.7: UPDATING ... - libreoffice-7.4.7: 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 815eb78144d..0bf3d54b97d 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.4.7"; + version = "7.5.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 = "d02513c6a58f35cb0da6880f76be3f4b3a620daaa9ce5c244d6efc40ed26a273"; + sha256 = "f0a606ba5514f8a24094e51b167fa413f061e6a51af0c5ac090e9f35a7f0f53e"; }; 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 = "c8ae0cbaa043b30718a4ac0ca93369e887fe6a46bb3618cea054bffaafd8b8e2"; + sha256 = "aea2dd52e850094860be434ef16a23a493619ec84df81a0da28bd7709942277d"; }; }; in No auto update branch exists Update edits cause no rebuilds.