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

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/b49b976cf2c28cd8283e9d74cb10885f6dd9e3d0' (2024-02-09)
  → 'github:folke/neodev.nvim/de3685b8c1cd439dd96b7958793f6f381f98652d' (2024-02-16)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/296547b1e97314d507675e61b873542842e88786' (2024-02-08)
  → 'github:nvim-neorocks/neorocks/fc029565ca5ba3a2a2fb1cd2a47c82a153ffce61' (2024-02-17)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/4e59422e1d4950a3042bad41a7b81c8db4f8b648?dir=contrib' (2024-01-24)
  → 'github:neovim/neovim/848fc8ede84b9cfc4e651e0e3b449060a8a8d70c?dir=contrib' (2024-02-17)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/c0b7a892fb042ede583bdaecbbdc804acb85eabe' (2024-02-08)
  → 'github:nixos/nixpkgs/c7763249f02b7786b4ca36e13a4d7365cfba162f' (2024-02-16)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/f56597d53fd174f796b5a7d3ee0b494f9e2285cc' (2024-01-20)
  → 'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09)
  → 'github:nixos/nixpkgs/6e2f00c83911461438301db0dba5281197fe4b3a' (2024-02-17)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/780fd4dd06b0744b235a520d71660c45279d9447' (2024-02-06)
  → 'github:mfussenegger/nvim-dap/fc880e82059eb21c0fa896be60146e5f17680648' (2024-02-17)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/0db2e67ee49910adfa13010e7f012149660af7f0' (2024-02-07)
  → 'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/0f865f17af4f9bc1587a0132414cdfd32d91852e' (2024-02-09)
  → 'github:nvim-telescope/telescope.nvim/b744cf59752aaa01561afb4223006de26f3836fd' (2024-02-17)
• Updated input 'toggleterm':
    'github:akinsho/toggleterm.nvim/b49df5cdce67a8964d1b027dae94bde212092b51' (2024-01-22)
  → 'github:akinsho/toggleterm.nvim/193786e0371e3286d3bc9aa0079da1cd41beaa62' (2024-02-12)

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