From 3a5b709ac74ea3ea5e21dbc64b41155305169669 Mon Sep 17 00:00:00 2001 From: Saad Nadeem Date: Sat, 30 May 2026 15:39:23 -0400 Subject: [PATCH] vimPlugins.fff-nvim: 0.8.0 -> 0.8.4 (cherry picked from commit 139bf1b6b7edc73c1c0dd1e91431c8a2ded0d6a2) --- .../vim/plugins/non-generated/fff-nvim/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/non-generated/fff-nvim/default.nix b/pkgs/applications/editors/vim/plugins/non-generated/fff-nvim/default.nix index f625dcfdccb2..d881cc24d8ce 100644 --- a/pkgs/applications/editors/vim/plugins/non-generated/fff-nvim/default.nix +++ b/pkgs/applications/editors/vim/plugins/non-generated/fff-nvim/default.nix @@ -13,18 +13,18 @@ writableTmpDirAsHomeHook, }: let - version = "0.8.0"; + version = "0.8.4"; src = fetchFromGitHub { owner = "dmtrKovalenko"; repo = "fff.nvim"; tag = "v${version}"; - hash = "sha256-JbV2dTQhTyZgDZYvFoR1mz9CeM2IPv59Qmp2iiJC8a0="; + hash = "sha256-w88NovzYVTiUVZmgvvmRvRq1didlbxMJYtKj1A3VB/Y="; }; fff-nvim-lib = rustPlatform.buildRustPackage { pname = "fff-nvim-lib"; inherit version src; - cargoHash = "sha256-L/Ens/wzw/jKaa1T3A2pLIBKs09saPEk/0bRhgRezPQ="; + cargoHash = "sha256-2LGrohseOYdroUFY3cHy57HzgfS34CBuIbN1AFuYTUg="; cargoBuildFlags = [ "-p" @@ -65,9 +65,12 @@ let openssl ]; - # This test requires curl and GitHub access checkFlags = [ + # This test requires curl and GitHub access "--skip=update_check::tests::test_update_check_end_to_end" + + # This test depends on catching a race window and is not deterministic + "--skip=drop_during_post_scan_does_not_crash" ]; env = {