Skip to content

chore(nix): update flake.lock#507

Open
blockfrost-lockfile-update[bot] wants to merge 3 commits intomainfrom
update_flake_lock_action
Open

chore(nix): update flake.lock#507
blockfrost-lockfile-update[bot] wants to merge 3 commits intomainfrom
update_flake_lock_action

Conversation

@blockfrost-lockfile-update
Copy link
Copy Markdown

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

Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/ce9208c' (2025-10-03)
  → 'github:rustsec/advisory-db/35667d8' (2026-04-02)
• Updated input 'crane':
    'github:ipetkov/crane/a669fe7' (2025-09-18)
  → 'github:ipetkov/crane/3d9df76' (2026-03-24)
• Updated input 'devshell':
    'github:numtide/devshell/7c9e793' (2025-03-08)
  → 'github:numtide/devshell/255a2b1' (2026-01-19)
• Updated input 'fenix':
    'github:nix-community/fenix/9ba6d89' (2026-03-03)
  → 'github:nix-community/fenix/45f82ed' (2026-04-02)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/3c4ae11' (2026-03-02)
  → 'github:rust-lang/rust-analyzer/e599ad4' (2026-04-01)
• Updated input 'flake-compat':
    'github:edolstra/flake-compat/9100a0f' (2025-05-12)
  → 'github:edolstra/flake-compat/5edf11c' (2025-12-29)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/9305fe4' (2025-06-08)
  → 'github:hercules-ci/flake-parts/3107b77' (2026-04-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/656a641' (2025-06-01)
  → 'github:nix-community/nixpkgs.lib/333c4e0' (2026-03-29)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/b43c397' (2025-06-29)
  → 'github:nixos/nixpkgs/ac62194' (2026-01-02)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/337a4fe' (2026-02-04)
  → 'github:numtide/treefmt-nix/7592596' (2026-04-02)

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, close and re-open this pull request.

Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/ce9208c' (2025-10-03)
  → 'github:rustsec/advisory-db/35667d8' (2026-04-02)
• Updated input 'crane':
    'github:ipetkov/crane/a669fe7' (2025-09-18)
  → 'github:ipetkov/crane/3d9df76' (2026-03-24)
• Updated input 'devshell':
    'github:numtide/devshell/7c9e793' (2025-03-08)
  → 'github:numtide/devshell/255a2b1' (2026-01-19)
• Updated input 'fenix':
    'github:nix-community/fenix/9ba6d89' (2026-03-03)
  → 'github:nix-community/fenix/45f82ed' (2026-04-02)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/3c4ae11' (2026-03-02)
  → 'github:rust-lang/rust-analyzer/e599ad4' (2026-04-01)
• Updated input 'flake-compat':
    'github:edolstra/flake-compat/9100a0f' (2025-05-12)
  → 'github:edolstra/flake-compat/5edf11c' (2025-12-29)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/9305fe4' (2025-06-08)
  → 'github:hercules-ci/flake-parts/3107b77' (2026-04-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/656a641' (2025-06-01)
  → 'github:nix-community/nixpkgs.lib/333c4e0' (2026-03-29)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/b43c397' (2025-06-29)
  → 'github:nixos/nixpkgs/ac62194' (2026-01-02)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/337a4fe' (2026-02-04)
  → 'github:numtide/treefmt-nix/7592596' (2026-04-02)
@blockfrost-lockfile-update blockfrost-lockfile-update bot added dependencies Pull requests that update a dependency file automated labels Apr 3, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 3, 2026

Deploying blockfrost-platform with  Cloudflare Pages  Cloudflare Pages

Latest commit: 51339e7
Status: ✅  Deploy successful!
Preview URL: https://16f5c14f.blockfrost-platform.pages.dev
Branch Preview URL: https://update-flake-lock-action.blockfrost-platform.pages.dev

View logs

@michalrus
Copy link
Copy Markdown
Member

@ginnun, @vladimirvolek, it’s working 😌

Added in:

@michalrus
Copy link
Copy Markdown
Member

We need a little more updates because e.g. our cargo-audit can’t parse the newest advisory-db:

+++ command cargo audit -n -d /nix/store/pnan3cm2da66cs7mcshpxg44ayj6qyh7-source --ignore yanked
error: error loading advisory database: parse error: error parsing /nix/store/pnan3cm2da66cs7mcshpxg44ayj6qyh7-source/crates/pingora-core/RUSTSEC-2026-0034.md: parse error: TOML parse error at line 9, column 8
  |
9 | cvss = "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:H/SI:H/SA:N"
  |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unsupported CVSS version: 4.0

Maybe let’s do it after release? 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant