hunspellDicts: libreoffice: 6.2.0.3 -> 6.3.0.4
This commit is contained in:
parent
8f151b5022
commit
873a6650bb
@ -272,13 +272,13 @@ let
|
|||||||
, sourceRoot ? dictFileName }:
|
, sourceRoot ? dictFileName }:
|
||||||
mkDict rec {
|
mkDict rec {
|
||||||
name = "hunspell-dict-${shortName}-libreoffice-${version}";
|
name = "hunspell-dict-${shortName}-libreoffice-${version}";
|
||||||
version = "6.2.0.3";
|
version = "6.3.0.4";
|
||||||
inherit dictFileName readmeFile;
|
inherit dictFileName readmeFile;
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "LibreOffice";
|
owner = "LibreOffice";
|
||||||
repo = "dictionaries";
|
repo = "dictionaries";
|
||||||
rev = "libreoffice-${version}";
|
rev = "libreoffice-${version}";
|
||||||
sha256 = "0rw9ahhynia5wsgyd67lrhinqqn1s1rizgiykb3palbyk0lv72xj";
|
sha256 = "14z4b0grn7cw8l9s7sl6cgapbpwhn1b3gwc3kn6b0k4zl3dq7y63";
|
||||||
};
|
};
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cp -a ${sourceRoot}/* .
|
cp -a ${sourceRoot}/* .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user