onlyoffice-desktopeditors: 8.3.0 -> 8.3.1

Fixes #385406.
This commit is contained in:
Gaston Jorquera
2025-03-11 18:38:17 -04:00
parent 3ee8818da1
commit beca19cde5
@@ -66,11 +66,11 @@ let
derivation = stdenv.mkDerivation rec {
pname = "onlyoffice-desktopeditors";
version = "8.3.0";
version = "8.3.1";
minor = null;
src = fetchurl {
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
hash = "sha256-rx9jh2jWA7+EOoNackHEUsLg1lX+VXbqp+cCUQAoQuM=";
hash = "sha256-6eoXLOLshHpn3eaEx57ll66nD+gs1LZUET0CSm4od5c=";
};
nativeBuildInputs = [