alpmestan / ghc.nix

Nix (shell) expression for working on GHC
https://haskell.org/ghc/
BSD 3-Clause "New" or "Revised" License
143 stars 51 forks source link

Update flake.lock #153

Closed alpmestan closed 1 year ago

alpmestan commented 1 year ago

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'all-cabal-hashes':
    'github:commercialhaskell/all-cabal-hashes/82e253f8bf75aec8127af50889725d2e611c96c4' (2023-03-18)
  → 'github:commercialhaskell/all-cabal-hashes/24a3eea35612ee4b67e10595432a357ba4f421ca' (2023-06-03)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/8966c43feba2c701ed624302b6a935f97bcbdf88' (2023-05-22)
  → 'github:nixos/nixpkgs/f3d743463920751eb092930d06e700981398332a' (2023-06-02)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/32b1dbedfd77892a6e375737ef04d8efba634e9e' (2023-03-16)
  → 'github:cachix/pre-commit-hooks.nix/ca2fdbf3edda2a38140184da6381d49f8206eaf4' (2023-05-29)

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