mrcjkb / haskell-tools.nvim

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

chore: update flake.lock #299

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/f972d7e6cd21b691199565cfe3e6487e774a4e8f' (2023-11-23)
  → 'github:folke/neodev.nvim/1676d2c24186fc30005317e0306d20c639b2351b' (2023-11-30)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/718739ecebf6708c2cdcd701f08404574091fc7a' (2023-11-25)
  → 'github:nvim-neorocks/neorocks/9344cb05cbd733a1621bd29ddce6e0aea5615817' (2023-12-02)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/ee276f8758aea38205e04d839afc69e8537a2642?dir=contrib' (2023-11-25)
  → 'github:neovim/neovim/c45d1e32a92f5027fe12038b856509efe5c158fb?dir=contrib' (2023-12-02)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/8b8c9407844599546393146bfac901290e0ab96b' (2023-11-24)
  → 'github:nixos/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/e558068cba67b23b4fbc5537173dbb43748a17e8' (2023-11-15)
  → 'github:cachix/pre-commit-hooks.nix/e5ee5c5f3844550c01d2131096c7271cec5e9b78' (2023-11-25)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1' (2023-11-24)
  → 'github:nixos/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/e154fdb6d70b3765d71f296e718b29d8b7026a63' (2023-11-17)
  → 'github:mfussenegger/nvim-dap/d7749eb3d9933a75d2244820308ce442f646c7ae' (2023-12-02)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/18774ec7929c8a8003a91e9e1f69f6c32258bbfe' (2023-11-16)
  → 'github:nvim-telescope/telescope.nvim/5f18f3dc5106cc469864a51b879b112bfb496a79' (2023-12-02)
• Updated input 'toggleterm':
    'github:akinsho/toggleterm.nvim/fb0c365534e7ee327b30205beff3f3a708dcba33' (2023-11-22)
  → 'github:akinsho/toggleterm.nvim/6b334b9d1266b0f58ab1b6965c1e5b7eb5c34523' (2023-11-27)

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