Skip to content

Commit

Permalink
mesonlsp: 4.3.4 -> 4.3.5 (NixOS#343257)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 20, 2024
2 parents 01792dc + b8a7670 commit 4d294cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/me/mesonlsp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

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

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

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

0 comments on commit 4d294cd

Please sign in to comment.