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

Co-authored-by: tricktron <tgagnaux@gmail.com>

authored by nixpkgs-merge-bot[bot] tricktron and committed by GitHub 30480aac 0e47da4f

+3 -3
+3 -3
pkgs/by-name/so/sonarlint-ls/package.nix
··· 16 17 maven.buildMavenPackage rec { 18 pname = "sonarlint-ls"; 19 - version = "3.22.0.76129"; 20 21 src = fetchFromGitHub { 22 owner = "SonarSource"; 23 repo = "sonarlint-language-server"; 24 rev = version; 25 - hash = "sha256-W0X22akE8hDQcuJLq4BXsAKebMb/jDvoG1i3jkA7QaM="; 26 }; 27 28 mvnJdk = jdk17; 29 - mvnHash = "sha256-7EXa/A5E8/spd4QrBMSgKyKpnA561NstpjCHbC1EBu4="; 30 31 # Disables failing tests which either need network access or are flaky. 32 mvnParameters = lib.escapeShellArgs [
··· 16 17 maven.buildMavenPackage rec { 18 pname = "sonarlint-ls"; 19 + version = "3.23.0.76182"; 20 21 src = fetchFromGitHub { 22 owner = "SonarSource"; 23 repo = "sonarlint-language-server"; 24 rev = version; 25 + hash = "sha256-kN2AR3SP/SZnD7uEDaQkzg9l4lNvBNtX7Q2HV9/fk+0="; 26 }; 27 28 mvnJdk = jdk17; 29 + mvnHash = "sha256-mQc13HVgDK5V08BGB79RMVfMwlagPXGRIB72JfnQRes="; 30 31 # Disables failing tests which either need network access or are flaky. 32 mvnParameters = lib.escapeShellArgs [