onlyoffice-desktopeditors: 8.3.1 -> 9.0.0 (#419953)

(cherry picked from commit fc559bdb38)
This commit is contained in:
Dmitriy
2025-06-26 15:47:32 +03:00
committed by github-actions[bot]
parent 6fb716af69
commit c6766ac6e9

View File

@@ -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 = [