Skip to content

Update flake.lock #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 8, 2024

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

Flake lock file updates:

• Updated input 'haskellNix':
    'github:input-output-hk/haskell.nix/8f50d10aa7ce71f2dcb6c8eb25c2352294ddc854?narHash=sha256-iSGepzdSLyvYafn%2BOvXCGN50ZsWQiGcJIKq4s%2Bsg4nY%3D' (2024-06-08)
  → 'github:input-output-hk/haskell.nix/162a3f8c437e78372233fa6de67159c3a36e57d4?narHash=sha256-EgDd0UuSbl%2BrybplZMB5V5p0hS1nwOv0Z%2BsZihf6KRI%3D' (2024-09-08)
• Removed input 'haskellNix/ghc910X'
• Removed input 'haskellNix/ghc911'
• Updated input 'haskellNix/hackage':
    'github:input-output-hk/hackage.nix/edb78b8087db9d494ee3eeb9105c7650e44d009f?narHash=sha256-CCqRhadPKQUkB/ncLBGHHt7XT8VbSR532sfpjbPNcZI%3D' (2024-06-08)
  → 'github:input-output-hk/hackage.nix/022ccd7f29c6433377bb139f449e806fa2220a50?narHash=sha256-XS0/0Ai0w7C3ZxQGRaFasMKjmMlLOrzXOfmHb5WMH9Q%3D' (2024-09-08)
• Added input 'haskellNix/hls-2.9':
    'github:haskell/haskell-language-server/40891bccb235ebacce020b598b083eab9dda80f1?narHash=sha256-THXSz%2BiwB1yQQsr/PY151%2B2GvtoJnTIB2pIQ4OzfjD4%3D' (2024-06-15)
• Updated input 'haskellNix/nixpkgs-2305':
    'github:NixOS/nixpkgs/d2332963662edffacfddfad59ff4f709dde80ffe?narHash=sha256-GVdzxL0lhEadqs3hfRLuj%2BL1OJFGiL/L7gCcelgBlsw%3D' (2023-11-30)
  → 'github:NixOS/nixpkgs/a1982c92d8980a0114372973cbdfe0a307f1bdea?narHash=sha256-K5eJHmL1/kev6WuqyqqbS1cdNnSidIZ3jeqJ7GbrYnQ%3D' (2024-01-12)
• Updated input 'haskellNix/nixpkgs-2311':
    'github:NixOS/nixpkgs/293822e55ec1872f715a66d0eda9e592dc14419f?narHash=sha256-xI0uQ9E7JbmEy/v8kR9ZQan6389rHug%2BzOtZeZFiDJk%3D' (2023-11-30)
  → 'github:NixOS/nixpkgs/7144d6241f02d171d25fba3edeaf15e0f2592105?narHash=sha256-gvFhEf5nszouwLAkT9nWsDzocUTqLWHuL%2B%2BdvNjMp9I%3D' (2024-07-02)
• Added input 'haskellNix/nixpkgs-2405':
    'github:NixOS/nixpkgs/835cf2d3f37989c5db6585a28de967a667a75fb1?narHash=sha256-Nby8WWxj0elBu1xuRaUcRjPi/rU3xVbkAt2kj4QwX2U%3D' (2024-07-04)
• Updated input 'haskellNix/nixpkgs-unstable':
    'github:NixOS/nixpkgs/47585496bcb13fb72e4a90daeea2f434e2501998?narHash=sha256-6fSDCj%2B%2BlZVMZlyqOe9SIOL8tYSBz1bI8acwovRwoX8%3D' (2023-09-16)
  → 'github:NixOS/nixpkgs/4284c2b73c8bce4b46a6adf23e16d9e2ec8da4bb?narHash=sha256-i4vJL12/AdyuQuviMMd1Hk2tsGt02hDNhA0Zj1m16N8%3D' (2024-07-05)
• Updated input 'haskellNix/stackage':
    'github:input-output-hk/stackage.nix/6c6db491b4a4aab289fe0a5ada8bb9bfb842b23c?narHash=sha256-QUGjB0OLnmXrS%2Bu4jCdvawfWfngv%2BR99qmbFvpRaW4I%3D' (2024-06-08)
  → 'github:input-output-hk/stackage.nix/d66173d122f3c6a4a3cd81b536f6021e55890606?narHash=sha256-TmdDJhUtZIBDLfRnCJB5ZS5LgiYV/SHl1l87PoxAbgU%3D' (2024-09-08)
• Updated input 'iohk-nix':
    'github:input-output-hk/iohk-nix/29f19cd41dc593cf17bbc24194e34e7c20889fc9?narHash=sha256-G1LFsvP53twrqaC1FVard/6rjJJ3oitnpJ1E%2BmTZDGM%3D' (2024-05-16)
  → 'github:input-output-hk/iohk-nix/eb61f2c14e1f610ec59117ad40f8690cddbf80cb?narHash=sha256-PPcma4tjozwXJAWf%2BYtHUQUulmxwulVlwSQzKItx/n8%3D' (2024-07-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

@github-actions github-actions bot force-pushed the update_flake_lock_action branch from 835e72e to 2f61e75 Compare September 15, 2024 01:05
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from 2f61e75 to 7f5e056 Compare September 22, 2024 01:05
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 2de7300 to 3ab5483 Compare October 6, 2024 01:06
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from 3ab5483 to d7c5213 Compare October 13, 2024 01:06
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 2090399 to d236ae7 Compare October 27, 2024 01:06
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 9f1a4a1 to 9d3ff0f Compare November 10, 2024 01:05
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from 9d3ff0f to a18abd8 Compare November 17, 2024 01:09
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from a18abd8 to b23f847 Compare November 24, 2024 01:10
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 2ea706d to c44f5e4 Compare December 8, 2024 01:13
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 50c07bc to c70d2f4 Compare December 22, 2024 01:07
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from ef612d4 to 10e2b1c Compare January 5, 2025 01:07
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 0b4dc1b to e4347a0 Compare January 19, 2025 01:05
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from e182f96 to 8d2a13f Compare February 2, 2025 00:13
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from 8d2a13f to fff0b81 Compare February 9, 2025 00:13
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 55b16ac to 1dc996c Compare February 23, 2025 00:13
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from a1fc290 to c2cf391 Compare March 9, 2025 00:11
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 1ae9173 to 7eb510d Compare March 23, 2025 00:14
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 1939655 to 35d49e9 Compare April 6, 2025 00:14
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from 0b9585f to c01aa27 Compare April 20, 2025 00:15
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from c01aa27 to 157ae94 Compare April 27, 2025 00:15
@github-actions github-actions bot force-pushed the update_flake_lock_action branch 2 times, most recently from d919c00 to a07a6a6 Compare May 11, 2025 00:15
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from a07a6a6 to 917ef75 Compare May 18, 2025 00:15
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from 917ef75 to 2e88f56 Compare May 25, 2025 00:16
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from 2e88f56 to 8441094 Compare June 1, 2025 00:18
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a?narHash=sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ%3D' (2024-03-11)
  → 'github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b?narHash=sha256-l0KFg5HjrsfsO/JpG%2Br7fRrqm12kzFHyUHqHCVpMMbI%3D' (2024-11-13)
• Updated input 'haskellNix':
    'github:input-output-hk/haskell.nix/8f50d10aa7ce71f2dcb6c8eb25c2352294ddc854?narHash=sha256-iSGepzdSLyvYafn%2BOvXCGN50ZsWQiGcJIKq4s%2Bsg4nY%3D' (2024-06-08)
  → 'github:input-output-hk/haskell.nix/dd558456fd4f2ac0109b202a20c2efe8ada2db02?narHash=sha256-MB/wn7DNbhpnkqW28trm213e9qktl9awry/VdjNmhLg%3D' (2025-06-07)
• Removed input 'haskellNix/ghc910X'
• Removed input 'haskellNix/ghc911'
• Updated input 'haskellNix/hackage':
    'github:input-output-hk/hackage.nix/edb78b8087db9d494ee3eeb9105c7650e44d009f?narHash=sha256-CCqRhadPKQUkB/ncLBGHHt7XT8VbSR532sfpjbPNcZI%3D' (2024-06-08)
  → 'github:input-output-hk/hackage.nix/f30d1856690a0ac1f8edaf6df50a98c67242b779?narHash=sha256-kGRSwChH6/DNAcR7w/QFYhwwlcQDwBbGvC8IDjLp5Yc%3D' (2025-06-07)
• Added input 'haskellNix/hackage-for-stackage':
    'github:input-output-hk/hackage.nix/d9afd76ce931f98be65a2a2a0cf5abb52a087281?narHash=sha256-KxBJzpyVf3mi02CIsp%2BsMzFsYJTRkDsfhnf1ulLmOyQ%3D' (2025-06-07)
• Added input 'haskellNix/hls':
    'github:haskell/haskell-language-server/682d6894c94087da5e566771f25311c47e145359?narHash=sha256-tuq3%2BIp70yu89GswZ7DSINBpwRprnWnl6xDYnS4GOsc%3D' (2025-03-10)
• Added input 'haskellNix/hls-2.10':
    'github:haskell/haskell-language-server/2318c61db3a01e03700bd4b05665662929b7fe8b?narHash=sha256-q4kDFyJDDeoGqfEtrZRx4iqMVEC2MOzCToWsFY%2BTOzY%3D' (2025-03-27)
• Added input 'haskellNix/hls-2.9':
    'github:haskell/haskell-language-server/90319a7e62ab93ab65a95f8f2bcf537e34dae76a?narHash=sha256-wy348%2B%2BMiMm/xwtI9M3vVpqj2qfGgnDcZIGXw8sF1sA%3D' (2024-07-03)
• Removed input 'haskellNix/hydra'
• Removed input 'haskellNix/hydra/nix'
• Removed input 'haskellNix/hydra/nix/lowdown-src'
• Removed input 'haskellNix/hydra/nix/nixpkgs'
• Removed input 'haskellNix/hydra/nix/nixpkgs-regression'
• Removed input 'haskellNix/hydra/nixpkgs'
• Updated input 'haskellNix/iserv-proxy':
    'github:stable-haskell/iserv-proxy/2ed34002247213fc435d0062350b91bab920626e?narHash=sha256-7vE3RQycHI1YT9LHJ1/fUaeln2vIpYm6Mmn8FTpYeVo%3D' (2024-06-04)
  → 'github:stable-haskell/iserv-proxy/6972fbc49574108cb48723bb94260e3ce17898f7?narHash=sha256-RLoo84PBSeGKbqMETsU0lEJDnc/oTx0l/TYzCaWqlgc%3D' (2025-06-06)
• Removed input 'haskellNix/nixpkgs-2003'
• Removed input 'haskellNix/nixpkgs-2105'
• Removed input 'haskellNix/nixpkgs-2111'
• Removed input 'haskellNix/nixpkgs-2205'
• Removed input 'haskellNix/nixpkgs-2211'
• Updated input 'haskellNix/nixpkgs-2305':
    'github:NixOS/nixpkgs/d2332963662edffacfddfad59ff4f709dde80ffe?narHash=sha256-GVdzxL0lhEadqs3hfRLuj%2BL1OJFGiL/L7gCcelgBlsw%3D' (2023-11-30)
  → 'github:NixOS/nixpkgs/a1982c92d8980a0114372973cbdfe0a307f1bdea?narHash=sha256-K5eJHmL1/kev6WuqyqqbS1cdNnSidIZ3jeqJ7GbrYnQ%3D' (2024-01-12)
• Updated input 'haskellNix/nixpkgs-2311':
    'github:NixOS/nixpkgs/293822e55ec1872f715a66d0eda9e592dc14419f?narHash=sha256-xI0uQ9E7JbmEy/v8kR9ZQan6389rHug%2BzOtZeZFiDJk%3D' (2023-11-30)
  → 'github:NixOS/nixpkgs/7144d6241f02d171d25fba3edeaf15e0f2592105?narHash=sha256-gvFhEf5nszouwLAkT9nWsDzocUTqLWHuL%2B%2BdvNjMp9I%3D' (2024-07-02)
• Added input 'haskellNix/nixpkgs-2405':
    'github:NixOS/nixpkgs/1e7a8f391f1a490460760065fa0630b5520f9cf8?narHash=sha256-HB/FA0%2B1gpSs8%2B/boEavrGJH%2BEq08/R2wWNph1sM1Dg%3D' (2024-12-30)
• Added input 'haskellNix/nixpkgs-2411':
    'github:NixOS/nixpkgs/f09dede81861f3a83f7f06641ead34f02f37597f?narHash=sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk%3D' (2025-05-23)
• Added input 'haskellNix/nixpkgs-2505':
    'github:NixOS/nixpkgs/a8167f3cc2f991dd4d0055746df53dae5fd0c953?narHash=sha256-r/wVJWmLYEqvrJKnL48r90Wn9HWX9SHFt6s4LhuTh7k%3D' (2025-06-02)
• Updated input 'haskellNix/nixpkgs-unstable':
    'github:NixOS/nixpkgs/47585496bcb13fb72e4a90daeea2f434e2501998?narHash=sha256-6fSDCj%2B%2BlZVMZlyqOe9SIOL8tYSBz1bI8acwovRwoX8%3D' (2023-09-16)
  → 'github:NixOS/nixpkgs/e4b09e47ace7d87de083786b404bf232eb6c89d8?narHash=sha256-RlTsJUvvr8ErjPBsiwrGbbHYW8XbB/oek0Gi78XdWKg%3D' (2025-06-02)
• Updated input 'haskellNix/stackage':
    'github:input-output-hk/stackage.nix/6c6db491b4a4aab289fe0a5ada8bb9bfb842b23c?narHash=sha256-QUGjB0OLnmXrS%2Bu4jCdvawfWfngv%2BR99qmbFvpRaW4I%3D' (2024-06-08)
  → 'github:input-output-hk/stackage.nix/c04f95ad0731ff773c027ed1390aca827d9ca902?narHash=sha256-XlNzJApYAlnV%2BrPcFIHgxaA304jbfY00JbbkDpsd6bs%3D' (2025-05-29)
• Updated input 'iohk-nix':
    'github:input-output-hk/iohk-nix/29f19cd41dc593cf17bbc24194e34e7c20889fc9?narHash=sha256-G1LFsvP53twrqaC1FVard/6rjJJ3oitnpJ1E%2BmTZDGM%3D' (2024-05-16)
  → 'github:input-output-hk/iohk-nix/72a50c13ae70080794b9f661cea9bd2014cb462b?narHash=sha256-JdLwzKcmWjDocyl4aGUpXWua85WiFyz9/kTFBkwfrLk%3D' (2025-05-28)
• Updated input 'iohk-nix/blst':
    'github:supranational/blst/3dd0f804b1819e5d03fb22ca2e6fac105932043a?narHash=sha256-oqljy%2BZXJAXEB/fJtmB8rlAr4UXM%2BZ2OkDa20gpILNA%3D' (2023-08-09)
  → 'github:supranational/blst/8c7db7fe8d2ce6e76dc398ebd4d475c0ec564355?narHash=sha256-IlbNMLBjs/dvGogcdbWQIL%2B3qwy7EXJbIDpo4xBd4bY%3D' (2025-02-12)
@github-actions github-actions bot force-pushed the update_flake_lock_action branch from 8441094 to cea22a0 Compare June 8, 2025 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants