Unverified Commit 1711bf67 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #309126 from GaetanLepage/lexical

lexical: 0.6.0 -> 0.6.1
parents ee4a6e0f c0e59875
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

beamPackages.mixRelease rec {
  pname = "lexical";
  version = "0.6.0";
  version = "0.6.1";

  src = fetchFromGitHub {
    owner = "lexical-lsp";
    repo = "lexical";
    rev = "refs/tags/v${version}";
    hash = "sha256-20qfzYioR1PhA0ZBcft0nhcwxB95pw5L9zoPLWd7ZIE=";
    hash = "sha256-gDiNjtYeEGoYoyoNmPh73EuYCvY36y9lUyLasbFrFgs=";
  };

  mixFodDeps = beamPackages.fetchMixDeps {