mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vimPlugins.sonarlint-nvim: 0-unstable-2025-04-24 -> 0-unstable-2025-05-16 (#409953)
This commit is contained in:
commit
2880ed9c35
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue