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

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/f972d7e6cd21b691199565cfe3e6487e774a4e8f' (2023-11-23)
  → 'github:folke/neodev.nvim/1676d2c24186fc30005317e0306d20c639b2351b' (2023-11-30)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/d811ebe5a826ccdc0c27f89b1e41314828d652aa' (2023-11-20)
  → 'github:nix-community/neovim-nightly-overlay/21fd12540f35e372ff59d126ce0e3360cd44d7eb' (2023-12-03)
• Updated input 'neovim-nightly-overlay/flake-parts':
    'github:hercules-ci/flake-parts/8c9fa2545007b49a5db5f650ae91f227672c3877' (2023-11-01)
  → 'github:hercules-ci/flake-parts/34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5' (2023-12-01)
• Updated input 'neovim-nightly-overlay/hercules-ci-effects':
    'github:hercules-ci/hercules-ci-effects/0bd99f5ab7ec7a74c11238bd02bb29e709c14328' (2023-11-07)
  → 'github:hercules-ci/hercules-ci-effects/31b6cd7569191bfcd0a548575b0e2ef953ed7d09' (2023-11-26)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/7ca2d64e8bbfb73f33cf82a2f9c03808bfea3d95?dir=contrib' (2023-11-19)
  → 'github:neovim/neovim/481a3158866638946c91fab28ae5bca97ff1e814?dir=contrib' (2023-12-02)
• Updated input 'neovim-nightly-overlay/neovim-flake/flake-utils':
    'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31)
  → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/0bf3f5cf6a98b5d077cdcdb00a6d4b3d92bc78b5' (2023-11-19)
  → 'github:NixOS/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1' (2023-11-24)
  → 'github:nixos/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30)
• Updated input 'plenary-nvim':
    'github:nvim-lua/plenary.nvim/366b0837486f60ae0e7550c15de8ff66d057c4cd' (2023-11-25)
  → 'github:nvim-lua/plenary.nvim/55d9fe89e33efd26f532ef20223e5f9430c8b0c0' (2023-11-30)

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