From f9d7d4bcd30ee25405e40d8d576bcfb66347d390 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 30 May 2025 11:28:55 -0500 Subject: [PATCH] vimPlugins.hare-vim: unstable-2025-01-23 -> 0-unstable-2025-04-24 Signed-off-by: Austin Horstman --- .../editors/vim/plugins/non-generated/hare-vim/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/non-generated/hare-vim/default.nix b/pkgs/applications/editors/vim/plugins/non-generated/hare-vim/default.nix index bd624de3c059..7180615ced27 100644 --- a/pkgs/applications/editors/vim/plugins/non-generated/hare-vim/default.nix +++ b/pkgs/applications/editors/vim/plugins/non-generated/hare-vim/default.nix @@ -6,13 +6,13 @@ }: vimUtils.buildVimPlugin { pname = "hare.vim"; - version = "unstable-2025-01-23"; + version = "0-unstable-2025-04-24"; src = fetchFromSourcehut { owner = "~sircmpwn"; repo = "hare.vim"; - rev = "1a732aca2931402f3186f52ae626540a770aefe2"; - hash = "sha256-wBeQvDm7ZTUcw21VIAryyH6tMuBiQCMOJRZX/8ic8B4="; + rev = "41b8b615f46a39d807a9a069039aac79c925c389"; + hash = "sha256-GPFoQI6tipcLzkvjaeufmMrNnQM46lPas9D1SwzjKF4="; }; passthru.updateScript = nix-update-script { };