We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699feef commit f395b19Copy full SHA for f395b19
1 file changed
pkgs/by-name/le/lemminx/package.nix
@@ -25,13 +25,13 @@ let
25
in
26
maven.buildMavenPackage rec {
27
pname = "lemminx";
28
- version = "0.30.1";
+ version = "0.31.0";
29
30
src = fetchFromGitHub {
31
owner = "eclipse";
32
repo = "lemminx";
33
rev = version;
34
- hash = "sha256-DkJaSEWmQV1vkC+knJNIDzVPyAYtf2lFZUpGhDTJXLE=";
+ hash = "sha256-a+9RN1265fsmYAUMuUTxA+VqJv7xPlzuc8HqoZwmR4M=";
35
# Lemminx reads this git information at runtime from a git.properties
36
# file on the classpath
37
leaveDotGit = true;
0 commit comments