mrcjkb / neotest-haskell

Neotest adapter for Haskell (cabal or stack) with support for Sydtest, Hspec and Tasty
GNU General Public License v2.0
55 stars 4 forks source link

chore: update flake.lock #141

Closed mrcjkb closed 11 months ago

mrcjkb commented 11 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/b2881eeb395d2b268de5fe9b5e201a8f1816beb8' (2023-11-15)
  → 'github:folke/neodev.nvim/f972d7e6cd21b691199565cfe3e6487e774a4e8f' (2023-11-23)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/dceb55381308fab5261273b4a8f6e33184c43b00' (2023-11-19)
  → 'github:nix-community/neovim-nightly-overlay/d811ebe5a826ccdc0c27f89b1e41314828d652aa' (2023-11-20)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/a84b454ebe661981f292ee8fc73be4f9cd3a5884?dir=contrib' (2023-11-18)
  → 'github:neovim/neovim/7ca2d64e8bbfb73f33cf82a2f9c03808bfea3d95?dir=contrib' (2023-11-19)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/7414e9ee0b3e9903c24d3379f577a417f0aae5f1' (2023-11-16)
  → 'github:NixOS/nixpkgs/0bf3f5cf6a98b5d077cdcdb00a6d4b3d92bc78b5' (2023-11-19)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/7414e9ee0b3e9903c24d3379f577a417f0aae5f1' (2023-11-16)
  → 'github:nixos/nixpkgs/0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1' (2023-11-24)
• Updated input 'plenary-nvim':
    'github:nvim-lua/plenary.nvim/50012918b2fc8357b87cff2a7f7f0446e47da174' (2023-10-11)
  → 'github:nvim-lua/plenary.nvim/366b0837486f60ae0e7550c15de8ff66d057c4cd' (2023-11-25)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/e558068cba67b23b4fbc5537173dbb43748a17e8' (2023-11-15)
  → 'github:cachix/pre-commit-hooks.nix/e5ee5c5f3844550c01d2131096c7271cec5e9b78' (2023-11-25)

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