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

This commit is contained in:
Gaétan Lepage
2025-04-15 19:47:29 +02:00
committed by GitHub

View File

@@ -9,12 +9,12 @@
libuv,
}:
let
version = "1.6.1";
version = "1.6.3";
src = fetchFromGitHub {
owner = "mistricky";
repo = "codesnap.nvim";
tag = "v${version}";
hash = "sha256-OmSgrTYDtNb2plMyzjVvxGrfXB/lGKDpUQhpRqKfAMA=";
hash = "sha256-VHH1jQczzNFiH+5YflhU9vVCkEUoKciV/Z/n9DEZwiY=";
};
codesnap-lib = rustPlatform.buildRustPackage {
pname = "codesnap-lib";