onlyoffice-bin_latest: 8.0.0 -> 8.1.0

This commit is contained in:
Leon 2024-06-27 11:12:16 +02:00
parent 46c0e80271
commit 18fa2298bc

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 = [