diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-07 07:50:51 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-07 07:50:51 +0000 |
| commit | c3320b59670450b4d2b5cb01cdbd3e176a6d3232 (patch) | |
| tree | ff6817e37a4e2a06930bd4b47ba928b40b150297 | |
| parent | 2cbb0561449d0d3c9681b853cb7c622a08ca7873 (diff) | |
chore: update flake inputs (#9)
* chore: update flake inputs
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351' (2024-03-22)
→ 'github:NixOS/nixpkgs/600b15aea1b36eeb43833a50b0e96579147099ff' (2024-04-07)
* chore: update test flake inputs
Flake lock file updates:
• Updated input 'call-flake':
'github:divnix/call-flake/c702f2fe0eadd7f321bba7a8ae1fdb7e93ef1ac8' (2024-03-17)
→ 'github:divnix/call-flake/9da1222f5227ff549642c159096c3dc9bbc73dcb' (2024-04-07)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351' (2024-03-22)
→ 'github:NixOS/nixpkgs/600b15aea1b36eeb43833a50b0e96579147099ff' (2024-04-07)
• Updated input 'parts':
'github:hercules-ci/flake-parts/f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2' (2024-03-01)
→ 'github:hercules-ci/flake-parts/9126214d0a59633752a136528f5f3b9aa8565b7d' (2024-04-01)
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | test/flake.lock | 18 |
2 files changed, 12 insertions, 12 deletions
@@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1711106783, - "narHash": "sha256-PDwAcHahc6hEimyrgGmFdft75gmLrJOZ0txX7lFqq+I=", + "lastModified": 1712449641, + "narHash": "sha256-U9DDWMexN6o5Td2DznEgguh8TRIUnIl9levmit43GcI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a3ed7406349a9335cb4c2a71369b697cecd9d351", + "rev": "600b15aea1b36eeb43833a50b0e96579147099ff", "type": "github" }, "original": { diff --git a/test/flake.lock b/test/flake.lock index 38e89fb..6955e42 100644 --- a/test/flake.lock +++ b/test/flake.lock @@ -2,11 +2,11 @@ "nodes": { "call-flake": { "locked": { - "lastModified": 1710638339, - "narHash": "sha256-YWQxR+4b4uQGMXOV+gX7fhhi0MiGyTfTdtBl6IsL8z8=", + "lastModified": 1712452916, + "narHash": "sha256-B9uOqvhDhHnK+kwW/mfI/rAtlXuYlipdOss/L7gBOjs=", "owner": "divnix", "repo": "call-flake", - "rev": "c702f2fe0eadd7f321bba7a8ae1fdb7e93ef1ac8", + "rev": "9da1222f5227ff549642c159096c3dc9bbc73dcb", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1711106783, - "narHash": "sha256-PDwAcHahc6hEimyrgGmFdft75gmLrJOZ0txX7lFqq+I=", + "lastModified": 1712449641, + "narHash": "sha256-U9DDWMexN6o5Td2DznEgguh8TRIUnIl9levmit43GcI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a3ed7406349a9335cb4c2a71369b697cecd9d351", + "rev": "600b15aea1b36eeb43833a50b0e96579147099ff", "type": "github" }, "original": { @@ -38,11 +38,11 @@ ] }, "locked": { - "lastModified": 1709336216, - "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "lastModified": 1712014858, + "narHash": "sha256-sB4SWl2lX95bExY2gMFG5HIzvva5AVMJd4Igm+GpZNw=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "rev": "9126214d0a59633752a136528f5f3b9aa8565b7d", "type": "github" }, "original": { |
