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 6eecc24 commit 7ebadbbCopy full SHA for 7ebadbb
home-manager/modules/neovim-plugins-parrot-nvim.nix
@@ -14,12 +14,12 @@ in
14
let
15
parrot-nvim = pkgs.vimUtils.buildVimPlugin rec {
16
pname = "parrot.nvim";
17
- version = "2.3.0";
+ version = "2.5.1";
18
src = pkgs.fetchFromGitHub {
19
owner = "frankroeder";
20
repo = "parrot.nvim";
21
rev = "v${version}";
22
- hash = "sha256-cneJ4ReiEKInIbzlcjr8N2+de6FQTRk+xGfBRMhF1EY=";
+ hash = "sha256-qzxZISF0vI4ciiBVLsU3Xw2DSPNCuXZIhF8+dtW9FOg=";
23
};
24
dependencies = [ pkgs.vimPlugins.plenary-nvim ];
25
checkInputs = [
0 commit comments