onlyoffice-documentserver: 7.4.0 -> 7.4.1

This commit is contained in:
R. Ryantm 2023-08-12 12:10:27 +00:00 committed by Weijia Wang
parent ba29c65bfb
commit a18c546e28

View file

@ -15,11 +15,11 @@ let
# var/www/onlyoffice/documentserver/server/DocService/docservice # var/www/onlyoffice/documentserver/server/DocService/docservice
onlyoffice-documentserver = stdenv.mkDerivation rec { onlyoffice-documentserver = stdenv.mkDerivation rec {
pname = "onlyoffice-documentserver"; pname = "onlyoffice-documentserver";
version = "7.4.0"; version = "7.4.1";
src = fetchurl { src = fetchurl {
url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v${lib.concatStringsSep "." (lib.take 3 (lib.splitVersion version))}/onlyoffice-documentserver_amd64.deb"; url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v${lib.concatStringsSep "." (lib.take 3 (lib.splitVersion version))}/onlyoffice-documentserver_amd64.deb";
sha256 = "sha256-FL09EXxQlUZuJMMHYu9tSOH8ARPgzoqAKmQYV6225PU="; sha256 = "sha256-60S8M1Y9BxuMxXGxEaxW82Va5lSnZZPfQnPq2ivTXdU=";
}; };
preferLocalBuild = true; preferLocalBuild = true;