Merge pull request #233817 from r-ryantm/auto-update/lsp-plugins

lsp-plugins: 1.2.6 -> 1.2.7
This commit is contained in:
Weijia Wang 2023-05-24 17:20:11 +03:00 committed by GitHub
commit fa06830226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "lsp-plugins";
version = "1.2.6";
version = "1.2.7";
src = fetchurl {
url = "https://github.com/sadko4u/${pname}/releases/download/${version}/${pname}-src-${version}.tar.gz";
sha256 = "sha256-lNrIsXW3ZNKMFwsl5qowWqK/ZaCaQUAlrSscnsOxvVg=";
sha256 = "sha256-UCyPOGfa8tVTZzE5ynv/Ov0L+Q6SjAAIwb3jX8X/x0M=";
};
outputs = [ "out" "dev" "doc" ];