Merge pull request #332190 from paveloom/mesonlsp

mesonlsp: 4.3.1 -> 4.3.2
This commit is contained in:
Pol Dellaiera
2024-08-04 23:03:28 +02:00
committed by GitHub
+2 -2
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 ];