mesonlsp: 4.3.1 -> 4.3.2

This commit is contained in:
Pavel Sobolev 2024-08-04 11:33:50 +03:00
parent e34add5947
commit fefc54e71e
No known key found for this signature in database

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mesonlsp";
version = "4.3.1";
version = "4.3.2";
src = fetchFromGitHub {
owner = "JCWasmx86";
repo = "mesonlsp";
rev = "v${finalAttrs.version}";
hash = "sha256-L2aPjdKljPyyZBGqMB67nLnwB+B+XSlgbwuJENE9Mu4=";
hash = "sha256-hNQl6JhPC8/l/Y/gWWSFOXYM/s+Xzbs+JeWMN6CZVOw=";
};
patches = [ ./disable-tests-that-require-network-access.patch ];