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

Closed mrcjkb closed 5 months ago

mrcjkb commented 5 months ago

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

Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
  → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28)
• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/f7f249b361e9fb245eea24cbcd9f5502e796c6ea' (2024-02-23)
  → 'github:folke/neodev.nvim/84e0290f5600e8b89c0dfcafc864f45496a53400' (2024-02-28)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/affa831f08c95e0b179cfbabe8ba3d7ebe58a213' (2024-02-24)
  → 'github:nvim-neorocks/neorocks/f15a5851c48791fb8700015cf67fc9712acc64cd' (2024-03-02)
• Updated input 'neorocks/flake-utils':
    'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
  → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/99288ecc77e429ffe06842157e72ed612e97a419?dir=contrib' (2024-02-23)
  → 'github:neovim/neovim/39928a7f24916b35577864e28e505dda74103fb8?dir=contrib' (2024-03-01)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/48b75eb6e521f2303cb3cd53a94ec80021b422aa' (2024-02-23)
  → 'github:nixos/nixpkgs/ec869190b56a1b4677d24a8bdbcfe80ccea2ece6' (2024-03-01)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/f63ce824cd2f036216eb5f637dfef31e1a03ee89' (2024-02-24)
  → 'github:nixos/nixpkgs/458b097d81f90275b3fdf03796f0563844926708' (2024-03-02)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/2e1e382df42467029b493c143c2e727028140214' (2024-02-24)
  → 'github:nvim-telescope/telescope.nvim/aa83606299c5beeaf80e656efbf07bde258db7be' (2024-03-01)

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