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

lsp-plugins: 1.2.3 -> 1.2.4
This commit is contained in:
markuskowa 2022-12-25 16:55:12 +01:00 committed by GitHub
commit 9edc8037f3
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.3";
version = "1.2.4";
src = fetchurl {
url = "https://github.com/sadko4u/${pname}/releases/download/${version}/${pname}-src-${version}.tar.gz";
sha256 = "sha256-ej8t3xk29VLJMO1lvXuzUlD00al8TTkPLL8z62fmTys=";
sha256 = "sha256-GTrcUy10bN9Xj2I7uuGyP82c6NVpnQbXTI85H231yyo=";
};
nativeBuildInputs = [ pkg-config php makeWrapper ];