mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
vimPlugins.codesnap-nvim: 1.6.1 -> 1.6.3
Diff: https://github.com/mistricky/codesnap.nvim/compare/refs/tags/v1.6.1...refs/tags/v1.6.3 Changelog: https://github.com/mistricky/codesnap.nvim/releases/tag/v1.6.3
This commit is contained in:
parent
d00ddcbb4b
commit
6d03adb858
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue