mrcjkb / haskell-tools.nvim

🦥 Supercharge your Haskell experience in neovim!
GNU General Public License v2.0
470 stars 19 forks source link

chore: update flake.lock #274

Closed mrcjkb closed 1 year ago

mrcjkb commented 1 year ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/f8592cc143a5512b98a2c3683aa43c73f98e34f7' (2023-10-07)
  → 'github:folke/neodev.nvim/a4b6e7ca11ff5be2264d5c169fcedd97d8699ec4' (2023-10-11)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/a6d0c35156267ee9b992b01429ac5e0b10928ac1' (2023-10-07)
  → 'github:nvim-neorocks/neorocks/2cc9706fb268493bb958cfe6d518814e11c454b7' (2023-10-14)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/7e9407490c51da5e677e5aea5eb48200600effbc?dir=contrib' (2023-10-06)
  → 'github:neovim/neovim/bf70a33f5e7de0218704126c149db24542e39766?dir=contrib' (2023-10-14)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/a2eb207f45e4a14a1e3019d9e3863d1e208e2295' (2023-10-06)
  → 'github:nixos/nixpkgs/01441e14af5e29c9d27ace398e6dd0b293e25a54' (2023-10-11)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/66c352d33e0907239e4a69416334f64af2c685cc' (2023-10-05)
  → 'github:cachix/pre-commit-hooks.nix/42e1b6095ef80a51f79595d9951eb38e91c4e6ca' (2023-10-09)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/2de1be5b51c3d6fa833f1c1f222dc867dd054b31' (2023-10-07)
  → 'github:nixos/nixpkgs/01441e14af5e29c9d27ace398e6dd0b293e25a54' (2023-10-11)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/27d65bd6301779acbe9674221b7201e5048f3b68' (2023-10-07)
  → 'github:mfussenegger/nvim-dap/92dc531eea2c9a3ef504a5c8ac0decd1fa59a6a3' (2023-10-12)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/66c352d33e0907239e4a69416334f64af2c685cc' (2023-10-05)
  → 'github:cachix/pre-commit-hooks.nix/42e1b6095ef80a51f79595d9951eb38e91c4e6ca' (2023-10-09)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/5a747a9587e4bfc4ae086a38cc679fe54f983b69' (2023-10-07)
  → 'github:nvim-telescope/telescope.nvim/74ce793a60759e3db0d265174f137fb627430355' (2023-10-11)

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