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

vscode-extensions.redhat.java: 1.17.2023032504 -> 1.30.2024041908

authored by superherointj and committed by GitHub 41992852 6e8bfab8

+8 -3
+8 -3
pkgs/applications/editors/vscode/extensions/default.nix
··· 3365 3365 mktplcRef = { 3366 3366 name = "java"; 3367 3367 publisher = "redhat"; 3368 - version = "1.17.2023032504"; 3369 - hash = "sha256-ni1jzCPjwtcdJTEORn0vYzLRbQ/wseTZmrETJ8QPW58="; 3368 + version = "1.30.2024041908"; 3369 + hash = "sha256-2VaB7duzDmoQYxLHIuC9yghJvmVnWJIBfH75xq5ljPg="; 3370 3370 }; 3371 3371 buildInputs = [ jdk ]; 3372 3372 meta = { 3373 + description = "Java language support for VS Code via the Eclipse JDT Language Server"; 3374 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=redhat.java"; 3375 + homepage = "https://github.com/redhat-developer/vscode-java"; 3376 + changelog = "https://marketplace.visualstudio.com/items/redhat.java/changelog"; 3373 3377 license = lib.licenses.epl20; 3374 - broken = lib.versionOlder jdk.version "11"; 3378 + maintainers = [ lib.maintainers.wackbyte ]; 3379 + broken = lib.versionOlder jdk.version "17"; 3375 3380 }; 3376 3381 }; 3377 3382