onlyoffice-documentserver: 8.3.2 -> 8.3.3

e0 30ef91f2 8e7e6396

+3 -3
+3 -3
pkgs/by-name/on/onlyoffice-documentserver/package.nix
··· 16 16 # var/www/onlyoffice/documentserver/server/DocService/docservice 17 17 onlyoffice-documentserver = stdenv.mkDerivation rec { 18 18 pname = "onlyoffice-documentserver"; 19 - version = "8.3.2"; 19 + version = "8.3.3"; 20 20 21 21 src = fetchurl ( 22 22 { 23 23 "aarch64-linux" = { 24 24 url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v${version}/onlyoffice-documentserver_arm64.deb"; 25 - sha256 = "sha256-fyxk7FiBhTRTy8f5Wx6Rp0MPX45O5Q05ZS17Krp05P0="; 25 + sha256 = "sha256-wF5TdBEpNXeE8SMTmvgjuOp713Vf9gIifsI1yeujuA0="; 26 26 }; 27 27 "x86_64-linux" = { 28 28 url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v${version}/onlyoffice-documentserver_amd64.deb"; 29 - sha256 = "sha256-dBA/TlTwG+9eRY5QdqVw0cghnXPRNCUfs9QoaNFFLB0="; 29 + sha256 = "sha256-zEI9R5AOkE1gMZHL209l6HOh/yfZgmEvMw8+hb9kC+s="; 30 30 }; 31 31 } 32 32 .${stdenv.hostPlatform.system} or (throw "unsupported system ${stdenv.hostPlatform.system}")