diff options
| author | Dmitriy <53646455+apokryff@users.noreply.github.com> | 2025-06-26 15:47:32 +0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-08 20:13:43 +0000 |
| commit | c6766ac6e91946b10a0e0aec45e247a7d7cf9e66 (patch) | |
| tree | 3a5e0ccd55ffb094b0ea094a88d4183cf2c1a582 | |
| parent | [Backport release-25.05] open-policy-agent: 1.4.2 -> 1.6.0; modify tests (#43... (diff) | |
| download | nixpkgs-c6766ac6e91946b10a0e0aec45e247a7d7cf9e66.tar.gz | |
onlyoffice-desktopeditors: 8.3.1 -> 9.0.0 (#419953)
(cherry picked from commit fc559bdb3855eb41d9d655c283990ceb4b01f1ea)
| -rw-r--r-- | pkgs/by-name/on/onlyoffice-desktopeditors/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/on/onlyoffice-desktopeditors/package.nix b/pkgs/by-name/on/onlyoffice-desktopeditors/package.nix index 218b1a7bcfb5..a73630f1061d 100644 --- a/pkgs/by-name/on/onlyoffice-desktopeditors/package.nix +++ b/pkgs/by-name/on/onlyoffice-desktopeditors/package.nix @@ -66,11 +66,11 @@ let derivation = stdenv.mkDerivation rec { pname = "onlyoffice-desktopeditors"; - version = "8.3.1"; + version = "9.0.0"; minor = null; src = fetchurl { url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb"; - hash = "sha256-6eoXLOLshHpn3eaEx57ll66nD+gs1LZUET0CSm4od5c="; + hash = "sha256-mGjFFuuplGINgjuIEHoO3AO4ppkum1lifj5ukbfWWS8="; }; nativeBuildInputs = [ |
