Unverified Commit 2af84fbd authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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

parents 3e46dff7 ba41beae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {