From 6d03adb858d4cb1a7eafac280368aa084afa6af1 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 15 Apr 2025 19:26:17 +0200 Subject: [PATCH] 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 --- .../vim/plugins/non-generated/codesnap-nvim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/non-generated/codesnap-nvim/default.nix b/pkgs/applications/editors/vim/plugins/non-generated/codesnap-nvim/default.nix index cffd5943faba..14e3240bf058 100644 --- a/pkgs/applications/editors/vim/plugins/non-generated/codesnap-nvim/default.nix +++ b/pkgs/applications/editors/vim/plugins/non-generated/codesnap-nvim/default.nix @@ -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";