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

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 'neodev-nvim':
    'github:folke/neodev.nvim/2793ba3127c2c93ee486b9072a3ef129eeb950cc' (2024-02-01)
  → 'github:folke/neodev.nvim/b49b976cf2c28cd8283e9d74cb10885f6dd9e3d0' (2024-02-09)
• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/34e9174cf09fee5b4675ce13c9efbca436874d0a' (2024-01-25)
  → 'github:nvim-neorocks/neorocks/296547b1e97314d507675e61b873542842e88786' (2024-02-08)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/b43bb235efeab5324c5e486882ef46749188eee2' (2024-01-23)
  → 'github:nixos/nixpkgs/c0b7a892fb042ede583bdaecbbdc804acb85eabe' (2024-02-08)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/79a13f1437e149dc7be2d1290c74d378dad60814' (2024-02-03)
  → 'github:nixos/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/9adbfdca13afbe646d09a8d7a86d5d031fb9c5a5' (2024-01-13)
  → 'github:mfussenegger/nvim-dap/780fd4dd06b0744b235a520d71660c45279d9447' (2024-02-06)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/7c54e08a689b53c8a1e5d70169f2ec9e2a68ffaf' (2024-01-28)
  → 'github:cachix/pre-commit-hooks.nix/0db2e67ee49910adfa13010e7f012149660af7f0' (2024-02-07)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/7b5c5f56a21e82fdcfe5b250278b8dfc4b1cbab4' (2024-02-01)
  → 'github:nvim-telescope/telescope.nvim/0f865f17af4f9bc1587a0132414cdfd32d91852e' (2024-02-09)

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