From cbebe72fff3b48ba7ecee554dc39bcf73ea03168 Mon Sep 17 00:00:00 2001 From: Saad Nadeem Date: Sun, 9 Aug 2026 21:50:31 -0400 Subject: [PATCH] vimPlugins.fff-nvim: 0.10.1 -> 0.10.3 --- .../vim/plugins/non-generated/fff-nvim/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 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 a855d947d3a4..82ff9db40a82 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.10.1"; + version = "0.10.3"; src = fetchFromGitHub { owner = "dmtrKovalenko"; repo = "fff"; tag = "v${version}"; - hash = "sha256-GGoy8ghA87vwHEc0fi97uiBrpRTAGk/QgqzKu8BBRXo="; + hash = "sha256-pE4DsaCvlvgTKJtyV8uGhAQvbJpxpgXlIkoVh8I15qw="; }; fff-nvim-lib = rustPlatform.buildRustPackage { pname = "fff-nvim-lib"; inherit version src; - cargoHash = "sha256-sOE3Zrs/ZtOIusH0+OvR1Ew5sfQfse6eWSLPwDPVSU4="; + cargoHash = "sha256-iRQa3K5/E520hbq6yO+RRG8pjJBTamj/nm13XCHNOZs="; cargoBuildFlags = [ "-p" @@ -74,9 +74,6 @@ let ]; env = { - # Build zlob for a portable CPU baseline (https://github.com/dmtrKovalenko/fff/issues/705) - CI = "1"; - OPENSSL_NO_VENDOR = true; # Allow undefined symbols on Darwin - they will be provided by Neovim's LuaJIT runtime