onlyoffice-desktopeditors: 8.2.0 -> 8.3.0 (#382516)
This commit is contained in:
commit
a9b3dcfd0a
@ -66,11 +66,11 @@ let
|
|||||||
|
|
||||||
derivation = stdenv.mkDerivation rec {
|
derivation = stdenv.mkDerivation rec {
|
||||||
pname = "onlyoffice-desktopeditors";
|
pname = "onlyoffice-desktopeditors";
|
||||||
version = "8.2.0";
|
version = "8.3.0";
|
||||||
minor = null;
|
minor = null;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
|
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 = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user