vimPlugins.sonarlint-nvim: 0-unstable-2025-04-24 -> 0-unstable-2025-05-16 (#409953)

This commit is contained in:
Gaétan Lepage 2025-05-23 10:06:19 +02:00 committed by GitHub
commit 2880ed9c35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
}:
vimUtils.buildVimPlugin {
pname = "sonarlint.nvim";
version = "0-unstable-2025-04-24";
version = "0-unstable-2025-05-16";
src = fetchFromGitLab {
owner = "schrieveslaach";
repo = "sonarlint.nvim";
rev = "89d3d3b0dd239dbbdf4c1d728e41759d5378f049";
hash = "sha256-EOAdSvugcDEDuBuFv/HL35HXWvB/V97UtOJqdRuU7ak=";
rev = "2aa7a9fd9d8022d1c8d472fb63ce62e021d70130";
hash = "sha256-RfQthodqF6r24I6EJxlewjYiX3jLAIb/RMAOVnWs73s=";
};
passthru.updateScript = nix-update-script {