diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-31 21:21:12 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-31 21:21:12 -0400 |
| commit | 617b32ebebabad54f14a6fa8840be6b2e9e084eb (patch) | |
| tree | fabfb52265f239906903edcec709eebb487256f1 /test/flake.lock | |
| parent | c8ca0a742d1bd1155c19e5af4db74ec508a28ed2 (diff) | |
chore: update flake inputs (#21)
* chore: update flake inputs
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/3305b2b25e4ae4baee872346eae133cf6f611783?narHash=sha256-0lT5RVelqN%2BdgXWWneXvV5ufSksW0r0TDQi8O6U2%2Bo8%3D' (2024-05-23)
→ 'github:NixOS/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0?narHash=sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY%3D' (2024-05-30)
* chore: update test flake inputs
Flake lock file updates:
• Updated input 'call-flake':
'github:divnix/call-flake/79fb015ae3dfb26ff65536f947f200c17c66cb4a?narHash=sha256-ythzL6iO/eE6r1IA6dflpWx0vC4JBGBlHLTK3BpYhrQ%3D' (2024-05-19)
→ 'github:divnix/call-flake/f245cee790693d87c6fd79660d81368af3a57ee1?narHash=sha256-ythzL6iO/eE6r1IA6dflpWx0vC4JBGBlHLTK3BpYhrQ%3D' (2024-05-26)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/3305b2b25e4ae4baee872346eae133cf6f611783?narHash=sha256-0lT5RVelqN%2BdgXWWneXvV5ufSksW0r0TDQi8O6U2%2Bo8%3D' (2024-05-23)
→ 'github:NixOS/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0?narHash=sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY%3D' (2024-05-30)
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/flake.lock')
| -rw-r--r-- | test/flake.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/flake.lock b/test/flake.lock index e8bef2f..8e9c064 100644 --- a/test/flake.lock +++ b/test/flake.lock @@ -2,11 +2,11 @@ "nodes": { "call-flake": { "locked": { - "lastModified": 1716081947, + "lastModified": 1716686815, "narHash": "sha256-ythzL6iO/eE6r1IA6dflpWx0vC4JBGBlHLTK3BpYhrQ=", "owner": "divnix", "repo": "call-flake", - "rev": "79fb015ae3dfb26ff65536f947f200c17c66cb4a", + "rev": "f245cee790693d87c6fd79660d81368af3a57ee1", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716451822, - "narHash": "sha256-0lT5RVelqN+dgXWWneXvV5ufSksW0r0TDQi8O6U2+o8=", + "lastModified": 1717112898, + "narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3305b2b25e4ae4baee872346eae133cf6f611783", + "rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0", "type": "github" }, "original": { |
