Merge pull request #322861 from leon-erd/update_onlyoffice

onlyoffice-bin_latest: 8.0.0 -> 8.1.0
This commit is contained in:
Sandro 2024-07-02 20:01:48 +02:00 committed by GitHub
commit 52a7fb0c73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,11 +65,11 @@ let
derivation = stdenv.mkDerivation rec {
pname = "onlyoffice-desktopeditors";
version = "8.0.0";
version = "8.1.0";
minor = null;
src = fetchurl {
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
sha256 = "sha256-YtR2fiARMKw8dOgAPXYM+WFwmhKZRsIIBQYTxppu3F0=";
sha256 = "sha256-hS1+gLN17sP3EFud3fQXRWeFiQbrumBONLjqXEl89Js=";
};
nativeBuildInputs = [