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

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 'neotest':
    'github:nvim-neotest/neotest/500732c56e36a7b2fb8bcfb113cf21707b32bf31' (2023-04-11)
  → 'github:nvim-neotest/neotest/3dbac1ebda49861956e3c53f37a9d14de6dffb9b' (2023-04-15)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/ba5bb0552b0a3d09b0dcdbe0602cd0ae06d29256' (2023-04-14)
  → 'github:nix-community/neovim-nightly-overlay/b0e4272a92496088bf58546ad05350174bb7fff2' (2023-04-15)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/37bb40701d672d5213ec1be4e21d7808aee968e7?dir=contrib' (2023-04-14)
  → 'github:neovim/neovim/0a61cb60a633f05e3f05f8d5dae241910a92ee1f?dir=contrib' (2023-04-15)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/96ba1c52e54e74c3197f4d43026b3f3d92e83ff9' (2023-04-13)
  → 'github:nixos/nixpkgs/639d4f17218568afd6494dbd807bebb2beb9d6b3' (2023-04-14)

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