From e735d7940cebaafd6cb71b0ef6aae3b90436b088 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jan 2025 14:08:42 +0000 Subject: [PATCH 1/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9?narHash=sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c%3D' (2024-12-04) → 'github:hercules-ci/flake-parts/b905f6fc23a9051a6e1b741e1438dbfc0634c6de?narHash=sha256-%2Bhu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU%3D' (2025-01-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/8ca81a76ca9f378eff8c25c9db0ffb14acb33d64?narHash=sha256-qG7ZsWjeuhYKa8mSEVBDvEW5BPyzTV3sK6YNjXnbwXc%3D' (2024-12-20) → 'github:NixOS/nixpkgs/9cb40f57239e525d2f476db4df7409c15e665e6d?narHash=sha256-S8VBG3HnVbqpQlG5CbCik11PK4wsPgwKsOZfelYiuHM%3D' (2024-12-29) --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 558ed19..f6a2a0c 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1733312601, - "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", + "lastModified": 1736143030, + "narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", + "rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1734714690, - "narHash": "sha256-qG7ZsWjeuhYKa8mSEVBDvEW5BPyzTV3sK6YNjXnbwXc=", + "lastModified": 1735491047, + "narHash": "sha256-S8VBG3HnVbqpQlG5CbCik11PK4wsPgwKsOZfelYiuHM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8ca81a76ca9f378eff8c25c9db0ffb14acb33d64", + "rev": "9cb40f57239e525d2f476db4df7409c15e665e6d", "type": "github" }, "original": { From 745bec91baf033b77d0e7d34f3b5dcb27a908c52 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 6 Jan 2025 16:43:52 +0100 Subject: [PATCH 2/2] update-flake-lock: run CI --- .github/workflows/update-flake-lock.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 4e8d2e7..1343c1e 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -15,3 +15,5 @@ jobs: uses: DeterminateSystems/nix-installer-action@main - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@main + with: + token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}