File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525in
2626maven . 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.
You can’t perform that action at this time.
0 commit comments