mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
sonarlint-ls: 3.21.0.76098 -> 3.22.0.76129
This commit is contained in:
parent
d1fea30398
commit
b1747ba75c
1 changed files with 3 additions and 3 deletions
|
@ -16,17 +16,17 @@
|
||||||
|
|
||||||
maven.buildMavenPackage rec {
|
maven.buildMavenPackage rec {
|
||||||
pname = "sonarlint-ls";
|
pname = "sonarlint-ls";
|
||||||
version = "3.21.0.76098";
|
version = "3.22.0.76129";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SonarSource";
|
owner = "SonarSource";
|
||||||
repo = "sonarlint-language-server";
|
repo = "sonarlint-language-server";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-5SBdLaebf0AKyFKDpaSEEIzEr00ZqLHYWfh+P4WaWus=";
|
hash = "sha256-W0X22akE8hDQcuJLq4BXsAKebMb/jDvoG1i3jkA7QaM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mvnJdk = jdk17;
|
mvnJdk = jdk17;
|
||||||
mvnHash = "sha256-/UM84Pvs/e3C8joa8Ti0Ponwjuaby7vVH8iiagJRcqI=";
|
mvnHash = "sha256-7EXa/A5E8/spd4QrBMSgKyKpnA561NstpjCHbC1EBu4=";
|
||||||
|
|
||||||
# Disables failing tests which either need network access or are flaky.
|
# Disables failing tests which either need network access or are flaky.
|
||||||
mvnParameters = lib.escapeShellArgs [
|
mvnParameters = lib.escapeShellArgs [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue