We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee8818 commit beca19cCopy full SHA for beca19c
pkgs/by-name/on/onlyoffice-desktopeditors/package.nix
@@ -66,11 +66,11 @@ let
66
67
derivation = stdenv.mkDerivation rec {
68
pname = "onlyoffice-desktopeditors";
69
- version = "8.3.0";
+ version = "8.3.1";
70
minor = null;
71
src = fetchurl {
72
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
73
- hash = "sha256-rx9jh2jWA7+EOoNackHEUsLg1lX+VXbqp+cCUQAoQuM=";
+ hash = "sha256-6eoXLOLshHpn3eaEx57ll66nD+gs1LZUET0CSm4od5c=";
74
};
75
76
nativeBuildInputs = [
0 commit comments