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 #348

Closed mrcjkb closed 5 months ago

mrcjkb commented 5 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/de3685b8c1cd439dd96b7958793f6f381f98652d' (2024-02-16)
  → 'github:folke/neodev.nvim/f7f249b361e9fb245eea24cbcd9f5502e796c6ea' (2024-02-23)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/fc029565ca5ba3a2a2fb1cd2a47c82a153ffce61' (2024-02-17)
  → 'github:nvim-neorocks/neorocks/affa831f08c95e0b179cfbabe8ba3d7ebe58a213' (2024-02-24)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/848fc8ede84b9cfc4e651e0e3b449060a8a8d70c?dir=contrib' (2024-02-17)
  → 'github:neovim/neovim/99288ecc77e429ffe06842157e72ed612e97a419?dir=contrib' (2024-02-23)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/c7763249f02b7786b4ca36e13a4d7365cfba162f' (2024-02-16)
  → 'github:nixos/nixpkgs/48b75eb6e521f2303cb3cd53a94ec80021b422aa' (2024-02-23)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/6e2f00c83911461438301db0dba5281197fe4b3a' (2024-02-17)
  → 'github:nixos/nixpkgs/f63ce824cd2f036216eb5f637dfef31e1a03ee89' (2024-02-24)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/b744cf59752aaa01561afb4223006de26f3836fd' (2024-02-17)
  → 'github:nvim-telescope/telescope.nvim/2e1e382df42467029b493c143c2e727028140214' (2024-02-24)

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