sonarlint-ls: 3.22.0.76129 -> 3.23.0.76182 (#413496)

Co-authored-by: tricktron <tgagnaux@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-09 09:34:25 +00:00
committed by GitHub
co-authored by tricktron
+3 -3
View File
@@ -16,17 +16,17 @@
maven.buildMavenPackage rec {
pname = "sonarlint-ls";
version = "3.22.0.76129";
version = "3.23.0.76182";
src = fetchFromGitHub {
owner = "SonarSource";
repo = "sonarlint-language-server";
rev = version;
hash = "sha256-W0X22akE8hDQcuJLq4BXsAKebMb/jDvoG1i3jkA7QaM=";
hash = "sha256-kN2AR3SP/SZnD7uEDaQkzg9l4lNvBNtX7Q2HV9/fk+0=";
};
mvnJdk = jdk17;
mvnHash = "sha256-7EXa/A5E8/spd4QrBMSgKyKpnA561NstpjCHbC1EBu4=";
mvnHash = "sha256-mQc13HVgDK5V08BGB79RMVfMwlagPXGRIB72JfnQRes=";
# Disables failing tests which either need network access or are flaky.
mvnParameters = lib.escapeShellArgs [