Unverified Commit c509c0c9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mesonlsp: 4.3.3 -> 4.3.4 (#338758)

parents 30f9fe4d 9340c46c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mesonlsp";
  version = "4.3.3";
  version = "4.3.4";

  src = fetchFromGitHub {
    owner = "JCWasmx86";
    repo = "mesonlsp";
    rev = "v${finalAttrs.version}";
    hash = "sha256-6p+IufgUCZj21ylkZiYS8kVAdFgDZpOST5Lgb0mXDhQ=";
    hash = "sha256-eSp2QyuO5sU2AqpFTTlXOSrcGy7nQLfvrY5/3N2qIqU=";
  };

  patches = [ ./disable-tests-that-require-network-access.patch ];