Commit 191d006b authored by R. RyanTM's avatar R. RyanTM
Browse files

vimPlugins.fff-nvim: e8850c3-unstable-2025-10-20 -> 65aeacf-unstable-2025-11-03

parent 37e6ac33
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@
  nix-update-script,
}:
let
  version = "e8850c3-unstable-2025-10-20";
  version = "65aeacf-unstable-2025-11-03";
  src = fetchFromGitHub {
    owner = "dmtrKovalenko";
    repo = "fff.nvim";
    rev = "e8850c3c62a13e92f71233350962e842fcabf01b";
    hash = "sha256-qyzM45FaXqLipnBW2zTao2SvY21qiFsdsX+Mn2Tu3xI=";
    rev = "65aeacf9e2c663c9af2b1003727aa25acac96db4";
    hash = "sha256-rGfV/BxSwvcNZXmVUk54gni8fKFyoTsQl+gBtYci4jE=";
  };
  fff-nvim-lib = rustPlatform.buildRustPackage {
    pname = "fff-nvim-lib";