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

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/42cf226457c61abe6fca081e959d69e2325cf08f' (2023-05-13)
  → 'github:nvim-neotest/neotest/6435a367a57f267039c4c69a723cec09ae61b17e' (2023-05-15)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/c8094445c61f6ceee8c051a86476b6d4b1ffbcb6' (2023-05-14)
  → 'github:nix-community/neovim-nightly-overlay/bcb581c3f86e9e5c5d00f717f27771a149b43875' (2023-05-21)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/ecd6d679a020ff97156de2fd3c443a77a671ac3d?dir=contrib' (2023-05-14)
  → 'github:neovim/neovim/e3e6fadfd82861471c32fdcabe00bbef3de84563?dir=contrib' (2023-05-20)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/ea11a3977f4cba013d8680667616be827c967ac0' (2023-05-13)
  → 'github:NixOS/nixpkgs/eea79d584eff53bf7a76aeb63f8845da6d386129' (2023-05-20)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ea11a3977f4cba013d8680667616be827c967ac0' (2023-05-13)
  → 'github:nixos/nixpkgs/eea79d584eff53bf7a76aeb63f8845da6d386129' (2023-05-20)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/fb58866e20af98779017134319b5663b8215d912' (2023-04-27)
  → 'github:cachix/pre-commit-hooks.nix/96eabec58248ed8f4b0ad59e7ce9398018684fdc' (2023-05-15)

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