lol

vimPlugins.codesnap-nvim: 1.6.1 -> 1.6.3 (#398925)

authored by

Gaétan Lepage and committed by
GitHub
5de293c7 a27b305b

+2 -2
+2 -2
pkgs/applications/editors/vim/plugins/non-generated/codesnap-nvim/default.nix
··· 9 9 libuv, 10 10 }: 11 11 let 12 - version = "1.6.1"; 12 + version = "1.6.3"; 13 13 src = fetchFromGitHub { 14 14 owner = "mistricky"; 15 15 repo = "codesnap.nvim"; 16 16 tag = "v${version}"; 17 - hash = "sha256-OmSgrTYDtNb2plMyzjVvxGrfXB/lGKDpUQhpRqKfAMA="; 17 + hash = "sha256-VHH1jQczzNFiH+5YflhU9vVCkEUoKciV/Z/n9DEZwiY="; 18 18 }; 19 19 codesnap-lib = rustPlatform.buildRustPackage { 20 20 pname = "codesnap-lib";