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

Closed mrcjkb closed 8 months ago

mrcjkb commented 8 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/269051a7093fa481128904a33a6c4e1ca8de4340' (2023-12-23)
  → 'github:folke/neodev.nvim/7cb4f7f29c6bf6f1d21a37f6dd6d12ba64266b09' (2023-12-30)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/6f8f35be343b05f03363a5bcba3776facb6b89cc' (2023-12-23)
  → 'github:nvim-neorocks/neorocks/5c262f0ed5e66c7afa68747ed74a78d4f2da8307' (2023-12-30)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/242261d4e77806cdb4559c2be58613113a393a4e?dir=contrib' (2023-12-23)
  → 'github:neovim/neovim/dd00b6b442a6d3a8a4758b0ee10ac93d07e7db72?dir=contrib' (2023-12-30)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/d6863cbcbbb80e71cecfc03356db1cda38919523' (2023-12-21)
  → 'github:nixos/nixpkgs/e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870' (2023-12-25)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/007a45d064c1c32d04e1b8a0de5ef00984c419bc' (2023-12-13)
  → 'github:cachix/pre-commit-hooks.nix/7f35ec30d16b38fe0eed8005933f418d1a4693ee' (2023-12-24)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d6863cbcbbb80e71cecfc03356db1cda38919523' (2023-12-21)
  → 'github:nixos/nixpkgs/e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870' (2023-12-25)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/007a45d064c1c32d04e1b8a0de5ef00984c419bc' (2023-12-13)
  → 'github:cachix/pre-commit-hooks.nix/9d3d7e18c6bc4473d7520200d4ddab12f8402d38' (2023-12-30)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/f336f8cfab38a82f9f00df380d28f0c2a572f862' (2023-12-19)
  → 'github:nvim-telescope/telescope.nvim/3466159b0fcc1876483f6f53587562628664d850' (2023-12-29)
• Updated input 'toggleterm':
    'github:akinsho/toggleterm.nvim/91be5f327e42aa016da13b277540de8dba0b14e3' (2023-12-13)
  → 'github:akinsho/toggleterm.nvim/e3805fed94d487b81e9c21548535cc820f62f840' (2023-12-25)

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