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.
1 parent 34fc0d1 commit 12c057fCopy full SHA for 12c057f
pkgs/applications/editors/vim/plugins/non-generated/sonarlint-nvim/default.nix
@@ -6,13 +6,13 @@
6
}:
7
vimUtils.buildVimPlugin {
8
pname = "sonarlint.nvim";
9
- version = "0-unstable-2025-04-24";
+ version = "0-unstable-2025-05-16";
10
11
src = fetchFromGitLab {
12
owner = "schrieveslaach";
13
repo = "sonarlint.nvim";
14
- rev = "89d3d3b0dd239dbbdf4c1d728e41759d5378f049";
15
- hash = "sha256-EOAdSvugcDEDuBuFv/HL35HXWvB/V97UtOJqdRuU7ak=";
+ rev = "2aa7a9fd9d8022d1c8d472fb63ce62e021d70130";
+ hash = "sha256-RfQthodqF6r24I6EJxlewjYiX3jLAIb/RMAOVnWs73s=";
16
};
17
18
passthru.updateScript = nix-update-script {
0 commit comments