Merge pull request #285838 from r-ryantm/auto-update/onlyoffice-documentserver

onlyoffice-documentserver: 7.5.1 -> 8.1.1
This commit is contained in:
Arnout Engelen 2024-08-26 11:30:37 +02:00 committed by GitHub
commit 39b1561445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,11 +15,11 @@ let
# var/www/onlyoffice/documentserver/server/DocService/docservice
onlyoffice-documentserver = stdenv.mkDerivation rec {
pname = "onlyoffice-documentserver";
version = "7.5.1";
version = "8.1.1";
src = fetchurl {
url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v${lib.concatStringsSep "." (lib.take 3 (lib.splitVersion version))}/onlyoffice-documentserver_amd64.deb";
sha256 = "sha256-191PYpxs/TbVXoBPHvuyTp81ZMtw1YaFznY1hUSbh+0=";
sha256 = "sha256-YzGImBG/CkJqKrZwQQ/mgptasxqYgmmE2ivzbYzbz9M=";
};
preferLocalBuild = true;