diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-10 21:28:25 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-10 21:28:25 -0400 |
| commit | 69e2bb1be3d978ea121cbdfbb3fa6e19c73307f6 (patch) | |
| tree | 63e44592affbe9d3fc8734dba5be750328df5f31 /test | |
| parent | 1fbc4e5ffc2feb76d78901edee98457916a5134a (diff) | |
chore: update flake inputs (#16)
* chore: update flake inputs
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/94035b482d181af0a0f8f77823a790b256b7c3cc?narHash=sha256-kjQkA98lMcsom6Gbhw8SYzmwrSo%2B2nruiTcTZp5jK7o%3D' (2024-05-02)
→ 'github:NixOS/nixpkgs/cc6431d5598071f0021efc6c009c79e5b5fe1617?narHash=sha256-GtwK9hQMbN%2BFxSD2eTioBOi2P47%2Bt3oqnY4ZGJl53%2Bk%3D' (2024-05-09)
* chore: update test flake inputs
Flake lock file updates:
• Updated input 'call-flake':
'github:divnix/call-flake/856920bd78ac60a53fa008479fc9f3751a5a7e42?narHash=sha256-B9uOqvhDhHnK%2BkwW/mfI/rAtlXuYlipdOss/L7gBOjs%3D' (2024-04-28)
→ 'github:divnix/call-flake/76c195c801d310957a1e15cb378fcca983208cae?narHash=sha256-B9uOqvhDhHnK%2BkwW/mfI/rAtlXuYlipdOss/L7gBOjs%3D' (2024-05-05)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/94035b482d181af0a0f8f77823a790b256b7c3cc?narHash=sha256-kjQkA98lMcsom6Gbhw8SYzmwrSo%2B2nruiTcTZp5jK7o%3D' (2024-05-02)
→ 'github:NixOS/nixpkgs/cc6431d5598071f0021efc6c009c79e5b5fe1617?narHash=sha256-GtwK9hQMbN%2BFxSD2eTioBOi2P47%2Bt3oqnY4ZGJl53%2Bk%3D' (2024-05-09)
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test')
| -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 bec1237..b60e7aa 100644 --- a/test/flake.lock +++ b/test/flake.lock @@ -2,11 +2,11 @@ "nodes": { "call-flake": { "locked": { - "lastModified": 1714267385, + "lastModified": 1714872197, "narHash": "sha256-B9uOqvhDhHnK+kwW/mfI/rAtlXuYlipdOss/L7gBOjs=", "owner": "divnix", "repo": "call-flake", - "rev": "856920bd78ac60a53fa008479fc9f3751a5a7e42", + "rev": "76c195c801d310957a1e15cb378fcca983208cae", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1714656196, - "narHash": "sha256-kjQkA98lMcsom6Gbhw8SYzmwrSo+2nruiTcTZp5jK7o=", + "lastModified": 1715282013, + "narHash": "sha256-GtwK9hQMbN+FxSD2eTioBOi2P47+t3oqnY4ZGJl53+k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "94035b482d181af0a0f8f77823a790b256b7c3cc", + "rev": "cc6431d5598071f0021efc6c009c79e5b5fe1617", "type": "github" }, "original": { |
