Merge pull request #326614 from paveloom/mesonlsp

mesonlsp: 4.3.0 -> 4.3.1
This commit is contained in:
Nick Cao
2024-07-13 11:06:54 -04:00
committed by GitHub
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mesonlsp";
version = "4.3.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "JCWasmx86";
repo = "mesonlsp";
rev = "v${finalAttrs.version}";
hash = "sha256-4DwXhe/7zu49NH1M8/tY/fUjUVt4cvQaIO1+K7fh9fU=";
hash = "sha256-L2aPjdKljPyyZBGqMB67nLnwB+B+XSlgbwuJENE9Mu4=";
};
patches = [ ./disable-tests-that-require-network-access.patch ];