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

Closed mrcjkb closed 6 months ago

mrcjkb commented 6 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/aaeb44589cab39c2545a328661af355622d68479' (2024-01-20)
  → 'github:folke/neodev.nvim/64b2a51b02c6f2ae177c745e4d8bc801a339fe09' (2024-01-26)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/1f9ad960135ee3e69705ee4d7ffc5394bfec6274' (2024-01-20)
  → 'github:nvim-neorocks/neorocks/34e9174cf09fee5b4675ce13c9efbca436874d0a' (2024-01-25)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/98a4ed0a110625e63950d85b26f3e4614393ea04?dir=contrib' (2024-01-20)
  → 'github:neovim/neovim/4e59422e1d4950a3042bad41a7b81c8db4f8b648?dir=contrib' (2024-01-24)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/a455c5fb3ee513e2f443838a0e84d52b035adb67' (2024-01-19)
  → 'github:nixos/nixpkgs/b43bb235efeab5324c5e486882ef46749188eee2' (2024-01-23)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/ffa9a5b90b0acfaa03b1533b83eaf5dead819a05' (2024-01-14)
  → 'github:cachix/pre-commit-hooks.nix/f56597d53fd174f796b5a7d3ee0b494f9e2285cc' (2024-01-20)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/e5d1c87f5813afde2dda384ac807c57a105721cc' (2024-01-19)
  → 'github:nixos/nixpkgs/4fddc9be4eaf195d631333908f2a454b03628ee5' (2024-01-25)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/24778fd72fcf39a0b1a6f7c6f4c4e01fef6359a2' (2024-01-20)
  → 'github:nvim-telescope/telescope.nvim/2f3857c25bbd00ed7ac593c9d4071906369e4d20' (2024-01-27)
• Updated input 'toggleterm':
    'github:akinsho/toggleterm.nvim/e3805fed94d487b81e9c21548535cc820f62f840' (2023-12-25)
  → 'github:akinsho/toggleterm.nvim/b49df5cdce67a8964d1b027dae94bde212092b51' (2024-01-22)

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