lemminx: 0.30.1 -> 0.31.0

This commit is contained in:
R. Ryantm
2025-05-12 20:48:38 +05:30
committed by Masum Reza
parent 699feef15c
commit f395b190c3
+2 -2
View File
@@ -25,13 +25,13 @@ let
in
maven.buildMavenPackage rec {
pname = "lemminx";
version = "0.30.1";
version = "0.31.0";
src = fetchFromGitHub {
owner = "eclipse";
repo = "lemminx";
rev = version;
hash = "sha256-DkJaSEWmQV1vkC+knJNIDzVPyAYtf2lFZUpGhDTJXLE=";
hash = "sha256-a+9RN1265fsmYAUMuUTxA+VqJv7xPlzuc8HqoZwmR4M=";
# Lemminx reads this git information at runtime from a git.properties
# file on the classpath
leaveDotGit = true;