Skip to content

Commit b1747ba

Browse files
committed
sonarlint-ls: 3.21.0.76098 -> 3.22.0.76129
1 parent d1fea30 commit b1747ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/so/sonarlint-ls/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616

1717
maven.buildMavenPackage rec {
1818
pname = "sonarlint-ls";
19-
version = "3.21.0.76098";
19+
version = "3.22.0.76129";
2020

2121
src = fetchFromGitHub {
2222
owner = "SonarSource";
2323
repo = "sonarlint-language-server";
2424
rev = version;
25-
hash = "sha256-5SBdLaebf0AKyFKDpaSEEIzEr00ZqLHYWfh+P4WaWus=";
25+
hash = "sha256-W0X22akE8hDQcuJLq4BXsAKebMb/jDvoG1i3jkA7QaM=";
2626
};
2727

2828
mvnJdk = jdk17;
29-
mvnHash = "sha256-/UM84Pvs/e3C8joa8Ti0Ponwjuaby7vVH8iiagJRcqI=";
29+
mvnHash = "sha256-7EXa/A5E8/spd4QrBMSgKyKpnA561NstpjCHbC1EBu4=";
3030

3131
# Disables failing tests which either need network access or are flaky.
3232
mvnParameters = lib.escapeShellArgs [

0 commit comments

Comments
 (0)