onlyoffice-desktopeditors: 8.2.0 -> 8.3.0

Fixes: #381259

changelog: https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#830

Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
This commit is contained in:
Brian McGillion
2025-02-16 12:42:16 +04:00
parent 2ff53fe644
commit c1b4b8cb06
@@ -66,11 +66,11 @@ let
derivation = stdenv.mkDerivation rec {
pname = "onlyoffice-desktopeditors";
version = "8.2.0";
version = "8.3.0";
minor = null;
src = fetchurl {
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
hash = "sha256-sKjPxrPdnEX/EuZMQJP+PN/Mi1MRV3psK8Jje7V/ecI=";
hash = "sha256-rx9jh2jWA7+EOoNackHEUsLg1lX+VXbqp+cCUQAoQuM=";
};
nativeBuildInputs = [