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

Closed mrcjkb closed 6 months ago

mrcjkb commented 6 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/be8d4d4cab6c13c6a572269c9d6a63774baba9a0' (2024-01-05)
  → 'github:folke/neodev.nvim/dde00106b9094f101980b364fae02fd85d357306' (2024-01-12)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/57ae32b6d87c780efb0814999e085ed04dc5419e' (2024-01-06)
  → 'github:nvim-neorocks/neorocks/21d5c896f0d88353247f2c519f07a9370e65e593' (2024-01-10)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/28c183b38cdc00436d95af80ee8e34e4793ee38d?dir=contrib' (2024-01-05)
  → 'github:neovim/neovim/a7550a20e0c3084eacd2b4ede1e6a94f282c2fb8?dir=contrib' (2024-01-10)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/63143ac2c9186be6d9da6035fa22620018c85932' (2024-01-02)
  → 'github:nixos/nixpkgs/24fe8bb4f552ad3926274d29e083b79d84707da6' (2024-01-07)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/9d3d7e18c6bc4473d7520200d4ddab12f8402d38' (2023-12-30)
  → 'github:cachix/pre-commit-hooks.nix/ea96f0c05924341c551a797aaba8126334c505d2' (2024-01-08)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/63143ac2c9186be6d9da6035fa22620018c85932' (2024-01-02)
  → 'github:nixos/nixpkgs/eabe8d3eface69f5bb16c18f8662a702f50c20d5' (2024-01-09)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/f0dca670fa059eb89dda8869a6310c804241345c' (2023-12-20)
  → 'github:mfussenegger/nvim-dap/9adbfdca13afbe646d09a8d7a86d5d031fb9c5a5' (2024-01-13)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/9d3d7e18c6bc4473d7520200d4ddab12f8402d38' (2023-12-30)
  → 'github:cachix/pre-commit-hooks.nix/274ae3979a0eacae422e1bbcf63b8b7a335e1114' (2024-01-12)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/87e92ea31b2b61d45ad044cf7b2d9b66dad2a618' (2024-01-04)
  → 'github:nvim-telescope/telescope.nvim/da8b3d485975a8727bea127518b65c980521ae22' (2024-01-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