Merge pull request #305425 from wackbyte/bump-redhat-java

vscode-extensions.redhat.java: 1.17.2023032504 -> 1.30.2024041908
This commit is contained in:
superherointj 2024-04-21 11:34:28 -03:00 committed by GitHub
commit 41992852aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 3 deletions

View File

@ -3365,13 +3365,18 @@ let
mktplcRef = {
name = "java";
publisher = "redhat";
version = "1.17.2023032504";
hash = "sha256-ni1jzCPjwtcdJTEORn0vYzLRbQ/wseTZmrETJ8QPW58=";
version = "1.30.2024041908";
hash = "sha256-2VaB7duzDmoQYxLHIuC9yghJvmVnWJIBfH75xq5ljPg=";
};
buildInputs = [ jdk ];
meta = {
description = "Java language support for VS Code via the Eclipse JDT Language Server";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=redhat.java";
homepage = "https://github.com/redhat-developer/vscode-java";
changelog = "https://marketplace.visualstudio.com/items/redhat.java/changelog";
license = lib.licenses.epl20;
broken = lib.versionOlder jdk.version "11";
maintainers = [ lib.maintainers.wackbyte ];
broken = lib.versionOlder jdk.version "17";
};
};