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

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/40b608b31f3da728e298051c4bf579d8e8a84294' (2023-12-15)
  → 'github:folke/neodev.nvim/269051a7093fa481128904a33a6c4e1ca8de4340' (2023-12-23)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/660550a7cbede1dad4ac8217090e5dc291380b59' (2023-12-16)
  → 'github:nvim-neorocks/neorocks/6f8f35be343b05f03363a5bcba3776facb6b89cc' (2023-12-23)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/f4f7e294695abe7837af62b68564114de7abd0b4?dir=contrib' (2023-12-15)
  → 'github:neovim/neovim/242261d4e77806cdb4559c2be58613113a393a4e?dir=contrib' (2023-12-23)
• Updated input 'neorocks/neovim-nightly/flake-utils':
    'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
  → 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
  → 'github:nixos/nixpkgs/d6863cbcbbb80e71cecfc03356db1cda38919523' (2023-12-21)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
  → 'github:nixos/nixpkgs/d6863cbcbbb80e71cecfc03356db1cda38919523' (2023-12-21)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/e64ebf3309154b578a03c76229ebf51c37898118' (2023-12-14)
  → 'github:mfussenegger/nvim-dap/f0dca670fa059eb89dda8869a6310c804241345c' (2023-12-20)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/6213322ab56eb27356fdc09a5078e41e3ea7f3bc' (2023-12-06)
  → 'github:nvim-telescope/telescope.nvim/f336f8cfab38a82f9f00df380d28f0c2a572f862' (2023-12-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