mrcjkb / haskell-tools.nvim

🦥 Supercharge your Haskell experience in neovim!
GNU General Public License v2.0
432 stars 18 forks source link

chore: update flake.lock #361

Closed mrcjkb closed 3 months ago

mrcjkb commented 3 months ago

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/a070bd5127aecf8e962b9c732e6fca84ed9798d4' (2024-04-24)
  → 'github:nvim-neorocks/neorocks/608fd91f733299f754db21af2823d893caf8b471' (2024-05-04)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/c81b7849a0f677164c01cf84ecfb25c1f47acf21?dir=contrib' (2024-04-23)
  → 'github:neovim/neovim/3a8265266e0c0fe31f34b7c0192e8ae7d83ae950?dir=contrib' (2024-05-03)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/1e1dc66fe68972a76679644a5577828b6a7e8be4' (2024-04-22)
  → 'github:nixos/nixpkgs/94035b482d181af0a0f8f77823a790b256b7c3cc' (2024-05-02)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/2ac4dcbf55ed43f3be0bae15e181f08a57af24a4' (2024-04-22)
  → 'github:cachix/pre-commit-hooks.nix/2849da033884f54822af194400f8dff435ada242' (2024-04-30)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d6f6eb2a984f2ba9a366c31e4d36d65465683450' (2024-04-27)
  → 'github:nixos/nixpkgs/5fd8536a9a5932d4ae8de52b7dc08d92041237fc' (2024-05-03)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/6fb82e44254d6a0ece014ec423cb62d92435336f' (2024-04-24)
  → 'github:cachix/pre-commit-hooks.nix/2849da033884f54822af194400f8dff435ada242' (2024-04-30)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force