lemminx: 0.30.0 -> 0.30.1

This commit is contained in:
R. Ryantm
2025-04-18 21:09:14 +00:00
parent 32d811e216
commit f4c29e0be9
+2 -2
View File
@@ -25,13 +25,13 @@ let
in
maven.buildMavenPackage rec {
pname = "lemminx";
version = "0.30.0";
version = "0.30.1";
src = fetchFromGitHub {
owner = "eclipse";
repo = "lemminx";
rev = version;
hash = "sha256-xGC3ZGQ1dA0485/IPHsmX2NO1QOPp/nHMLBZvcC4Om8=";
hash = "sha256-DkJaSEWmQV1vkC+knJNIDzVPyAYtf2lFZUpGhDTJXLE=";
# Lemminx reads this git information at runtime from a git.properties
# file on the classpath
leaveDotGit = true;