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/r27ldvzq8nk2jfzx2j8kijnqx7m9vqgr-update-libreoffice.sh.drv /nix/store/40j9ci54jvqa47k7ddn7cxa6lgc4h81f-packages.json.drv building '/nix/store/r27ldvzq8nk2jfzx2j8kijnqx7m9vqgr-update-libreoffice.sh.drv'... building '/nix/store/40j9ci54jvqa47k7ddn7cxa6lgc4h81f-packages.json.drv'... Going to be running update for following packages: - libreoffice-7.4.3 Press Enter key to continue... Running update for: - libreoffice-7.4.3: UPDATING ... - libreoffice-7.4.3: 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 eb5097a1b0e..730d45b042c 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.3"; + version = "7.5.0"; dist = { aarch64-darwin = rec { arch = "aarch64"; archSuffix = arch; url = "https://download.documentfoundation.org/libreoffice/stable/${version}/mac/${arch}/LibreOffice_${version}_MacOS_${archSuffix}.dmg"; - sha256 = "cf95f9ecd4451d27e8304cea3ba116675267bdf75f08fbb60e0d8917f86edc04"; + sha256 = "c417c5e02142a1d4b79c81f1ae2a61ef65ce6e504f66f67484e80f1ac2f6d97b"; }; 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 = "fe569ba23bb74eb3e86974537dd80e504debe5fd8526a00edbad6be4da18986a"; + sha256 = "957db2309a648cef123a4e1f0ae00249cd5cfdb1dee925a9dd36cc2d4cb04f73"; }; }; in No auto update branch exists Update edits cause no rebuilds.