mrcjkb / haskell-tools.nvim

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

chore: update flake.lock #277

Closed mrcjkb closed 10 months ago

mrcjkb commented 10 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/a4b6e7ca11ff5be2264d5c169fcedd97d8699ec4' (2023-10-11)
  → 'github:folke/neodev.nvim/b094a663ccb71733543d8254b988e6bebdbdaca4' (2023-10-18)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/2cc9706fb268493bb958cfe6d518814e11c454b7' (2023-10-14)
  → 'github:nvim-neorocks/neorocks/fb5f8cefde9cd69d280eb0e8f91d1cecf4a2a15b' (2023-10-21)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/bf70a33f5e7de0218704126c149db24542e39766?dir=contrib' (2023-10-14)
  → 'github:neovim/neovim/7a6e27958a80b3aebb1335b78aa81c26c79b7f37?dir=contrib' (2023-10-20)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/01441e14af5e29c9d27ace398e6dd0b293e25a54' (2023-10-11)
  → 'github:nixos/nixpkgs/d042a296139c6a111be3e3d5dc9ef6783b5e7c16' (2023-10-19)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/42e1b6095ef80a51f79595d9951eb38e91c4e6ca' (2023-10-09)
  → 'github:cachix/pre-commit-hooks.nix/8cc349bfd082da8782b989cad2158c9ad5bd70fd' (2023-10-19)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/01441e14af5e29c9d27ace398e6dd0b293e25a54' (2023-10-11)
  → 'github:nixos/nixpkgs/038b2922be3fc096e1d456f93f7d0f4090628729' (2023-10-20)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/42e1b6095ef80a51f79595d9951eb38e91c4e6ca' (2023-10-09)
  → 'github:cachix/pre-commit-hooks.nix/8cc349bfd082da8782b989cad2158c9ad5bd70fd' (2023-10-19)

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