We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 804c9e8 + b1747ba commit db7816aCopy full SHA for db7816a
pkgs/by-name/so/sonarlint-ls/package.nix
@@ -16,17 +16,17 @@
16
17
maven.buildMavenPackage rec {
18
pname = "sonarlint-ls";
19
- version = "3.21.0.76098";
+ version = "3.22.0.76129";
20
21
src = fetchFromGitHub {
22
owner = "SonarSource";
23
repo = "sonarlint-language-server";
24
rev = version;
25
- hash = "sha256-5SBdLaebf0AKyFKDpaSEEIzEr00ZqLHYWfh+P4WaWus=";
+ hash = "sha256-W0X22akE8hDQcuJLq4BXsAKebMb/jDvoG1i3jkA7QaM=";
26
};
27
28
mvnJdk = jdk17;
29
- mvnHash = "sha256-/UM84Pvs/e3C8joa8Ti0Ponwjuaby7vVH8iiagJRcqI=";
+ mvnHash = "sha256-7EXa/A5E8/spd4QrBMSgKyKpnA561NstpjCHbC1EBu4=";
30
31
# Disables failing tests which either need network access or are flaky.
32
mvnParameters = lib.escapeShellArgs [
0 commit comments