Commit f395b190 authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

lemminx: 0.30.1 -> 0.31.0

parent 699feef1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;