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

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/20f1e5d3c143333bdf5ea48729f7b50660135cb3' (2023-11-10)
  → 'github:folke/neodev.nvim/b2881eeb395d2b268de5fe9b5e201a8f1816beb8' (2023-11-15)
• Updated input 'neotest':
    'github:nvim-neotest/neotest/901891484db3d46ce43d56871273dc7d40621356' (2023-10-20)
  → 'github:nvim-neotest/neotest/d424d262d01bccc1e0b038c9a7220a755afd2a1f' (2023-11-13)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/8424f4f46b53c3f868fd29df98c9c2f3b45dbf7a' (2023-11-12)
  → 'github:nix-community/neovim-nightly-overlay/dceb55381308fab5261273b4a8f6e33184c43b00' (2023-11-19)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/c23dd7c9eff035d92830bb33eb9644d946a65d92?dir=contrib' (2023-11-11)
  → 'github:neovim/neovim/a84b454ebe661981f292ee8fc73be4f9cd3a5884?dir=contrib' (2023-11-18)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/ec750fd01963ab6b20ee1f0cb488754e8036d89d' (2023-11-07)
  → 'github:NixOS/nixpkgs/7414e9ee0b3e9903c24d3379f577a417f0aae5f1' (2023-11-16)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ec750fd01963ab6b20ee1f0cb488754e8036d89d' (2023-11-07)
  → 'github:nixos/nixpkgs/7414e9ee0b3e9903c24d3379f577a417f0aae5f1' (2023-11-16)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/ea758da1a6dcde6dc36db348ed690d09b9864128' (2023-11-06)
  → 'github:cachix/pre-commit-hooks.nix/e558068cba67b23b4fbc5537173dbb43748a17e8' (2023-11-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