onlyoffice-desktopeditors: 8.2.0 -> 8.3.0
Fixes: #381259 changelog: https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#830 Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
This commit is contained in:
@@ -66,11 +66,11 @@ let
|
||||
|
||||
derivation = stdenv.mkDerivation rec {
|
||||
pname = "onlyoffice-desktopeditors";
|
||||
version = "8.2.0";
|
||||
version = "8.3.0";
|
||||
minor = null;
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
|
||||
hash = "sha256-sKjPxrPdnEX/EuZMQJP+PN/Mi1MRV3psK8Jje7V/ecI=";
|
||||
hash = "sha256-rx9jh2jWA7+EOoNackHEUsLg1lX+VXbqp+cCUQAoQuM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user