mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
lexical: 0.6.0 -> 0.6.1
Diff: https://github.com/lexical-lsp/lexical/compare/refs/tags/v0.6.0...v0.6.1 Changelog: https://github.com/lexical-lsp/lexical/blob/main/CHANGELOG.md#v061
This commit is contained in:
parent
7ac6807580
commit
c0e598759e
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
beamPackages.mixRelease rec {
|
beamPackages.mixRelease rec {
|
||||||
pname = "lexical";
|
pname = "lexical";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lexical-lsp";
|
owner = "lexical-lsp";
|
||||||
repo = "lexical";
|
repo = "lexical";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-20qfzYioR1PhA0ZBcft0nhcwxB95pw5L9zoPLWd7ZIE=";
|
hash = "sha256-gDiNjtYeEGoYoyoNmPh73EuYCvY36y9lUyLasbFrFgs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mixFodDeps = beamPackages.fetchMixDeps {
|
mixFodDeps = beamPackages.fetchMixDeps {
|
||||||
|
|
Loading…
Reference in a new issue