mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
vimPlugins.codesnap-nvim: 1.5.2 -> 1.6.0
Diff: https://github.com/mistricky/codesnap.nvim/compare/refs/tags/v1.5.2...v1.6.0 Changelog: https://github.com/mistricky/codesnap.nvim/releases/tag/v1.6.0
This commit is contained in:
parent
3f2ba17d17
commit
e22bc8852a
@ -424,12 +424,12 @@
|
||||
|
||||
codesnap-nvim =
|
||||
let
|
||||
version = "1.5.2";
|
||||
version = "1.6.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mistricky";
|
||||
repo = "codesnap.nvim";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-r6/2pbojfzBdMoZHphE6BX5cEiCAmOWurPBptI6jjcw=";
|
||||
hash = "sha256-3z0poNmS6LOS7/qGTBhvz1Q9WpYC7Wu4rNvHsUXB5ZY=";
|
||||
};
|
||||
codesnap-lib = rustPlatform.buildRustPackage {
|
||||
pname = "codesnap-lib";
|
||||
@ -437,7 +437,7 @@
|
||||
|
||||
sourceRoot = "${src.name}/generator";
|
||||
|
||||
cargoHash = "sha256-E8EywpyRSoknXSebnvqP178ZgAIahJeD5siD46KM/Mc=";
|
||||
cargoHash = "sha256-u0NvChN50LIxUhmsT4mvWs5xB/TwJkMabggFePA/b1E=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user