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

Closed mrcjkb closed 9 months ago

mrcjkb commented 9 months ago

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

Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
  → 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/1676d2c24186fc30005317e0306d20c639b2351b' (2023-11-30)
  → 'github:folke/neodev.nvim/c4ce017bd4bacf60bf59330cec9e93c5d5e104a6' (2023-12-07)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/9344cb05cbd733a1621bd29ddce6e0aea5615817' (2023-12-02)
  → 'github:nvim-neorocks/neorocks/10fa1daaa8ca6fb85333f5810359464f4ad2cde3' (2023-12-09)
• Updated input 'neorocks/flake-utils':
    'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
  → 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/c45d1e32a92f5027fe12038b856509efe5c158fb?dir=contrib' (2023-12-02)
  → 'github:neovim/neovim/2ebd328a798778825be61015acd975d8a929dfec?dir=contrib' (2023-12-09)
• Updated input 'neorocks/neovim-nightly/flake-utils':
    'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31)
  → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30)
  → 'github:nixos/nixpkgs/09ec6a0881e1a36c29d67497693a67a16f4da573' (2023-12-04)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30)
  → 'github:nixos/nixpkgs/09dc04054ba2ff1f861357d0e7e76d021b273cd7' (2023-12-08)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/d7749eb3d9933a75d2244820308ce442f646c7ae' (2023-12-02)
  → 'github:mfussenegger/nvim-dap/bbe2c6f3438542a37cc2141a8e385f7dfe07d87d' (2023-12-08)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/5f18f3dc5106cc469864a51b879b112bfb496a79' (2023-12-02)
  → 'github:nvim-telescope/telescope.nvim/6213322ab56eb27356fdc09a5078e41e3ea7f3bc' (2023-12-06)
• Updated input 'toggleterm':
    'github:akinsho/toggleterm.nvim/6b334b9d1266b0f58ab1b6965c1e5b7eb5c34523' (2023-11-27)
  → 'github:akinsho/toggleterm.nvim/cbd041d91b90cd3c02df03fe6133208888f8e008' (2023-12-06)

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