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

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/3dbac1ebda49861956e3c53f37a9d14de6dffb9b' (2023-04-15)
  → 'github:nvim-neotest/neotest/8d279ac31542553461f5377db1596ae52e042d00' (2023-04-19)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/b0e4272a92496088bf58546ad05350174bb7fff2' (2023-04-15)
  → 'github:nix-community/neovim-nightly-overlay/247fad92a8826d71f01dc178e98a65b743793a35' (2023-04-22)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/0a61cb60a633f05e3f05f8d5dae241910a92ee1f?dir=contrib' (2023-04-15)
  → 'github:neovim/neovim/e9b85acfbb8d3b1dd6f92deb187800be757c6c68?dir=contrib' (2023-04-22)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/29176972b4be60f7d3eb3101f696c99f2e6ada57' (2023-04-15)
  → 'github:nixos/nixpkgs/2362848adf8def2866fabbffc50462e929d7fffb' (2023-04-21)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/d3de8f69ca88fb6f8b09e5b598be5ac98d28ede5' (2023-04-13)
  → 'github:cachix/pre-commit-hooks.nix/b7ca8f6fff42f6af75c17f9438fed1686b7d855d' (2023-04-18)

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