Commit ae346d6c authored by R. RyanTM's avatar R. RyanTM
Browse files

jdt-language-server: 1.52.0 -> 1.53.0

parent 5774a6e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,15 +7,15 @@
}:

let
  timestamp = "202510301627";
  timestamp = "202511192211";
in
stdenv.mkDerivation (finalAttrs: {
  pname = "jdt-language-server";
  version = "1.52.0";
  version = "1.53.0";

  src = fetchurl {
    url = "https://download.eclipse.org/jdtls/milestones/${finalAttrs.version}/jdt-language-server-${finalAttrs.version}-${timestamp}.tar.gz";
    hash = "sha256-V+a0U2ZTVLQqiYgn0quTij7GtBwScsEJmDw7emDsR4U=";
    hash = "sha256-PWjA4Pvwj4UvchiJNMxoA8yIuwehgk3d8ROSt89Ls7E=";
  };

  sourceRoot = ".";