mesonlsp: 4.3.5 -> 4.3.7

This commit is contained in:
R. Ryantm 2024-09-30 02:22:19 +00:00 committed by Weijia Wang
parent fe83fcfbe8
commit 45d7127c77

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mesonlsp";
version = "4.3.5";
version = "4.3.7";
src = fetchFromGitHub {
owner = "JCWasmx86";
repo = "mesonlsp";
rev = "v${finalAttrs.version}";
hash = "sha256-E2XKnvARq45AjAc0iBVyb2ssNyJOUye4MWOofZV2ahs=";
hash = "sha256-QhZv4PTcf1jzSOcp1+bPZWf5COugCIMq1zkhc0PJjUQ=";
};
patches = [ ./disable-tests-that-require-network-access.patch ];