Merge pull request #335535 from paveloom/mesonlsp

mesonlsp: 4.3.2 -> 4.3.3
This commit is contained in:
Nick Cao
2024-08-18 09:14:46 -04:00
committed by GitHub
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mesonlsp";
version = "4.3.2";
version = "4.3.3";
src = fetchFromGitHub {
owner = "JCWasmx86";
repo = "mesonlsp";
rev = "v${finalAttrs.version}";
hash = "sha256-hNQl6JhPC8/l/Y/gWWSFOXYM/s+Xzbs+JeWMN6CZVOw=";
hash = "sha256-6p+IufgUCZj21ylkZiYS8kVAdFgDZpOST5Lgb0mXDhQ=";
};
patches = [ ./disable-tests-that-require-network-access.patch ];