next-ls: 0.23.0 -> 0.23.1

This commit is contained in:
Adam Stephens 2024-07-10 13:35:48 +00:00
parent af97b0ce1a
commit fd00bc557d
No known key found for this signature in database

View File

@ -12,13 +12,13 @@ in
beamPackages.mixRelease rec {
pname = "next-ls";
version = "0.23.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "elixir-tools";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wTEf0pxVIT7qmPufAN9vGR9rY31kWjNabYZwKe/hkVU=";
hash = "sha256-jI7/BcS9CimCQskXd7Cq3EGPuc9l4L7Gre8hor58ags=";
};
mixFodDeps = beamPackages.fetchMixDeps {