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

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/b094a663ccb71733543d8254b988e6bebdbdaca4' (2023-10-18)
  → 'github:folke/neodev.nvim/7b46fd0f81c9c9ef5d5898879e86ae271152c79f' (2023-10-26)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/fb5f8cefde9cd69d280eb0e8f91d1cecf4a2a15b' (2023-10-21)
  → 'github:nvim-neorocks/neorocks/76fccbd50534fccab7ab244cdb4a08eddb78b9bc' (2023-10-28)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/7a6e27958a80b3aebb1335b78aa81c26c79b7f37?dir=contrib' (2023-10-20)
  → 'github:neovim/neovim/ac353e87aecf02315d82a3ad22725d2bc8140f0c?dir=contrib' (2023-10-28)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/d042a296139c6a111be3e3d5dc9ef6783b5e7c16' (2023-10-19)
  → 'github:nixos/nixpkgs/808c0d8c53c7ae50f82aca8e7df263225cf235bf' (2023-10-26)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/8cc349bfd082da8782b989cad2158c9ad5bd70fd' (2023-10-19)
  → 'github:cachix/pre-commit-hooks.nix/bd38df3d508dfcdff52cd243d297f218ed2257bf' (2023-10-25)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/038b2922be3fc096e1d456f93f7d0f4090628729' (2023-10-20)
  → 'github:nixos/nixpkgs/808c0d8c53c7ae50f82aca8e7df263225cf235bf' (2023-10-26)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/92dc531eea2c9a3ef504a5c8ac0decd1fa59a6a3' (2023-10-12)
  → 'github:mfussenegger/nvim-dap/79dbc70eb79271ad801e4ff293887cde324c28d0' (2023-10-27)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/8cc349bfd082da8782b989cad2158c9ad5bd70fd' (2023-10-19)
  → 'github:cachix/pre-commit-hooks.nix/bd38df3d508dfcdff52cd243d297f218ed2257bf' (2023-10-25)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/74ce793a60759e3db0d265174f137fb627430355' (2023-10-11)
  → 'github:nvim-telescope/telescope.nvim/4522d7e3ea75ffddabdc39957168a8a7060b5df0' (2023-10-23)

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