mesonlsp: 4.3.2 -> 4.3.3

This commit is contained in:
Pavel Sobolev 2024-08-18 10:44:15 +03:00
parent b3057d1684
commit 03605dfc81
No known key found for this signature in database

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 ];