lsp-plugins: 1.1.5 ->1.1.9
This commit is contained in:
parent
df231a4794
commit
fc89e919f9
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lsp-plugins";
|
pname = "lsp-plugins";
|
||||||
version = "1.1.5";
|
version = "1.1.9";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sadko4u";
|
owner = "sadko4u";
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
rev = "${name}";
|
rev = "${name}";
|
||||||
sha256 = "0xcxm47j7mz5vprjqqhi95gz62syp4y737h7cssxd3flqkgar7xr";
|
sha256 = "1dzpl7f354rwp37bkr9h2yyafykcdn6m1qqfshqg77fj0pcsw8r2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig php expat ];
|
nativeBuildInputs = [ pkgconfig php expat ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user