Unverified Commit 77ce3bdd authored by Marc Jakobi's avatar Marc Jakobi Committed by GitHub
Browse files

vimPlugins.fff-nvim: 0.5.1-nightly.538c593-unstable-2026-04-01 -> 0.5.1 (#505981)

parents 8de0eb27 999ccec8
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@
  vimUtils,
}:
let
  version = "0.5.1-nightly.538c593-unstable-2026-04-01";
  version = "0.5.1";
  src = fetchFromGitHub {
    owner = "dmtrKovalenko";
    repo = "fff.nvim";
    rev = "538c593b7ba173b08beec15e6bce66fccb8f6ab0";
    hash = "sha256-e+x1ELa2m60j2cQ9g99XSrAMMvmF3WtlMF5HWYrrJps=";
    tag = "v${version}";
    hash = "sha256-pFOmYa6JgGsLefkqgBtS1IvQJ+dVnkyLTXObxrfhZno=";
  };
  fff-nvim-lib = rustPlatform.buildRustPackage {
    pname = "fff-nvim-lib";
    inherit version src;

    cargoHash = "sha256-K6xAzx6YqzrDUalZ1rE4eOBRc1xvXVhac14krskl87M=";
    cargoHash = "sha256-ylQtZa3ZRs38mhge5tLLCRpnUdHYSjuZOwU+/6TO8Cw=";

    nativeBuildInputs = [
      pkg-config
@@ -67,7 +67,6 @@ vimUtils.buildVimPlugin {

  passthru = {
    updateScript = nix-update-script {
      extraArgs = [ "--version=branch" ];
      attrPath = "vimPlugins.fff-nvim.fff-nvim-lib";
    };