next-ls: 0.23.1 -> 0.23.2 (#352107)

This commit is contained in:
Adam C. Stephens
2024-10-29 13:40:46 -04:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@ in
beamPackages.mixRelease rec {
pname = "next-ls";
version = "0.23.1";
version = "0.23.2";
src = fetchFromGitHub {
owner = "elixir-tools";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jI7/BcS9CimCQskXd7Cq3EGPuc9l4L7Gre8hor58ags=";
hash = "sha256-2KzBOzrfoQQIqjEtYufvhT9bBibfEjNDiC+d3l5eaUc=";
};
mixFodDeps = beamPackages.fetchMixDeps {