vimPlugins.codesnap-nvim: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2026-03-07 17:25:58 +00:00
parent 0a45799ca3
commit 0b4d069bcc
@@ -10,12 +10,12 @@
nix-update-script,
}:
let
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "mistricky";
repo = "codesnap.nvim";
tag = "v${version}";
hash = "sha256-gpsNug6lSc/AifW8DeJy9R3LYuiTStuYZV02MiIZhq8=";
hash = "sha256-pYBB647UX3okpfUlZ3MhrlEwILXv/V0r42j7xp4aDO0=";
};
codesnap-lib = rustPlatform.buildRustPackage {
pname = "codesnap-lib";