From 906fc653fa0449ec6c4fe4c46f811cc9e8bb4f96 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 20 May 2026 23:13:21 +0000 Subject: [PATCH] vimPlugins.codesnap-nvim: 2.0.1 -> 2.0.3 Diff: https://github.com/mistricky/codesnap.nvim/compare/v2.0.1...v2.0.3 Changelog: https://github.com/mistricky/codesnap.nvim/releases/tag/v2.0.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 4d2f7094ba13..6a6d0ba5b56c 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 @@ -10,12 +10,12 @@ nix-update-script, }: let - version = "2.0.1"; + version = "2.0.3"; src = fetchFromGitHub { owner = "mistricky"; repo = "codesnap.nvim"; tag = "v${version}"; - hash = "sha256-pYBB647UX3okpfUlZ3MhrlEwILXv/V0r42j7xp4aDO0="; + hash = "sha256-mpH+sewIXgl4vYLDToMYx3IX19HFPDjBWmMRdYGVsIw="; }; codesnap-lib = rustPlatform.buildRustPackage { pname = "codesnap-lib";