Merge pull request #276549 from yu-re-ka/lsp-plugins-1-2-14

lsp-plugins: 1.2.13 -> 1.2.14
This commit is contained in:
Emily 2023-12-25 18:54:27 +01:00 committed by GitHub
commit e2a637a479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,20 +5,12 @@
stdenv.mkDerivation rec {
pname = "lsp-plugins";
version = "1.2.13";
version = "1.2.14";
src = fetchurl {
url = "https://github.com/sadko4u/${pname}/releases/download/${version}/${pname}-src-${version}.tar.gz";
sha256 = "sha256-eJO+1fCNzqjTdGrPlhIrHc3UimkJOydRqTq49IN+Iwo=";
sha256 = "sha256-GjNZ7ouKgpcb1+nuq+Q/WM5rSkeT2F+xb5exAOTt7po=";
};
patches = [
(fetchpatch {
url = "https://github.com/lsp-plugins/lsp-dsp-lib/commit/58c3f985f009c84347fa91236f164a9e47aafa93.patch";
stripLen = 1;
extraPrefix = "modules/lsp-dsp-lib/";
hash = "sha256-pCLucLijXOgp69xNjSRCRxgVoQziT0YiHLnQGbkefqE=";
})
];
outputs = [ "out" "dev" "doc" ];