Skip to content

Commit adecd6b

Browse files
committed
lemminx: update 0.27.0 -> 0.29.0
1 parent bb19ea6 commit adecd6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/le/lemminx/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ let
2525
in
2626
maven.buildMavenPackage rec {
2727
pname = "lemminx";
28-
version = "0.27.0";
28+
version = "0.29.0";
2929

3030
src = fetchFromGitHub {
3131
owner = "eclipse";
3232
repo = "lemminx";
3333
rev = version;
34-
hash = "sha256-VWYTkYlPziNRyxHdvIWVuDlABpKdzhC/F6BUBj/opks=";
34+
hash = "sha256-joeaN0Q/XxEWa7UX/LVSWIAb8GGTfVUE+NudedbBLBI=";
3535
# Lemminx reads this git information at runtime from a git.properties
3636
# file on the classpath
3737
leaveDotGit = true;
@@ -47,7 +47,7 @@ maven.buildMavenPackage rec {
4747
};
4848

4949
mvnJdk = jdk_headless;
50-
mvnHash = "sha256-Bl+fASYrSIzpmI0FQ3N7CUJb3a04wq3Vzc27JbD8qk8=";
50+
mvnHash = "sha256-7RLZSlmXnjl9vwvCf/Z+mc2906JtuUbjjkRGVMC1En8=";
5151

5252
# Disable gitcommitid plugin which needs a .git folder which we don't have.
5353
# Disable failing tests which either need internet access or are flaky.

0 commit comments

Comments
 (0)