Skip to content

Commit 7ebadbb

Browse files
committed
Update parrot-nvim
1 parent 6eecc24 commit 7ebadbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home-manager/modules/neovim-plugins-parrot-nvim.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ in
1414
let
1515
parrot-nvim = pkgs.vimUtils.buildVimPlugin rec {
1616
pname = "parrot.nvim";
17-
version = "2.3.0";
17+
version = "2.5.1";
1818
src = pkgs.fetchFromGitHub {
1919
owner = "frankroeder";
2020
repo = "parrot.nvim";
2121
rev = "v${version}";
22-
hash = "sha256-cneJ4ReiEKInIbzlcjr8N2+de6FQTRk+xGfBRMhF1EY=";
22+
hash = "sha256-qzxZISF0vI4ciiBVLsU3Xw2DSPNCuXZIhF8+dtW9FOg=";
2323
};
2424
dependencies = [ pkgs.vimPlugins.plenary-nvim ];
2525
checkInputs = [

0 commit comments

Comments
 (0)