mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
jdt-language-server: 1.19.0 -> 1.20.0
This commit is contained in:
parent
1769f295d8
commit
ba21116cec
@ -7,12 +7,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jdt-language-server";
|
||||
version = "1.19.0";
|
||||
timestamp = "202301171536";
|
||||
version = "1.20.0";
|
||||
timestamp = "202302201605";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.eclipse.org/jdtls/milestones/${version}/jdt-language-server-${version}-${timestamp}.tar.gz";
|
||||
sha256 = "sha256-9rreuMw2pODzOVX5PBmUZoV5ixUDilQyTsrnyCQ+IHs=";
|
||||
sha256 = "sha256-5izNGPZ3jXtJEPWIFzrwZsNi8esxh4PUn7xIWp4TV2U=";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
# The application ships with config directories for linux and mac
|
||||
configDir = if stdenv.isDarwin then "config_mac" else "config_linux";
|
||||
in
|
||||
''
|
||||
''
|
||||
# Copy jars
|
||||
install -D -t $out/share/java/plugins/ plugins/*.jar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user