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

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 'flake-utils':
    'github:numtide/flake-utils/919d646de7be200f3bf08cb76ae1f09402b6f9b4' (2023-07-11)
  → 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/355b3aefbc6ac3c8db68f0d4acb5c6f426a922e3' (2023-08-20)
  → 'github:nix-community/neovim-nightly-overlay/f3203ba7b4c0f621602007f85a4b591c18825c1b' (2023-08-25)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/b263c73b083e43761386d46d62524ea104d7abbd?dir=contrib' (2023-08-19)
  → 'github:neovim/neovim/6462ee1c10f9f1aa66ffc4d4fe1b7b3d9f0f91af?dir=contrib' (2023-08-22)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/ca3c9ac9f4cdd4bea19f592b32bb59b74ab7d783' (2023-08-19)
  → 'github:NixOS/nixpkgs/0b07d4957ee1bd7fd3bdfd12db5f361bd70175a6' (2023-08-20)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ca3c9ac9f4cdd4bea19f592b32bb59b74ab7d783' (2023-08-19)
  → 'github:nixos/nixpkgs/c66ccfa00c643751da2fd9290e096ceaa30493fc' (2023-08-26)
• Updated input 'plenary-nvim':
    'github:nvim-lua/plenary.nvim/267282a9ce242bbb0c5dc31445b6d353bed978bb' (2023-07-17)
  → 'github:nvim-lua/plenary.nvim/0dbe561ae023f02c2fb772b879e905055b939ce3' (2023-08-24)

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