mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-12 21:42:58 +01:00
nvim-tools: use stable mirror for ltex-ls-plus
This commit is contained in:
parent
96a83236f4
commit
c7c204958c
1 changed files with 5 additions and 3 deletions
|
@ -26,11 +26,13 @@ let
|
||||||
(
|
(
|
||||||
pkgs.stdenvNoCC.mkDerivation rec {
|
pkgs.stdenvNoCC.mkDerivation rec {
|
||||||
pname = "ltex-ls-plus";
|
pname = "ltex-ls-plus";
|
||||||
version = "18.3.0-alpha.nightly.2024-11-12";
|
version = "18.3.0-alpha.nightly.2024-11-20";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
# Nightly releases are not persistent upstream,
|
||||||
|
# so they're (manually) reuploaded to MZTE Git.
|
||||||
url =
|
url =
|
||||||
"https://github.com/ltex-plus/ltex-ls-plus/releases/download/nightly/ltex-ls-plus-${version}.tar.gz";
|
"https://git.mzte.de/api/packages/LordMZTE/generic/ltex-ls-plus/${version}/ltex-ls-plus-${version}.tar.gz";
|
||||||
sha256 = "sha256-Ux982DGaI5GIEOSS4yqGQsxa8pKxXae8fxVEn+yEmgU=";
|
sha256 = "sha256-5MPftyQOBApRPk7lgs/8J7NluVWWunl14apUCWNIb4Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
Loading…
Reference in a new issue