Unverified Commit 29e845c9 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ltex-ls-plus: 18.5.0 -> 18.5.1 (#398538)

parents 58703017 1a5791c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "ltex-ls-plus";
  version = "18.5.0";
  version = "18.5.1";

  src = fetchurl {
    url = "https://github.com/ltex-plus/ltex-ls-plus/releases/download/${version}/ltex-ls-plus-${version}.tar.gz";
    sha256 = "sha256-rtRDfsZUwhH2sXJxUWKBBt0KNIrM85IobYBJtxML5Wc=";
    sha256 = "sha256-kSs/0Hi9G5l632+dqxGhlvMJCizzKFY/dq7UyAr3uss=";
  };

  nativeBuildInputs = [ makeBinaryWrapper ];