ipetkov / crane

A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
https://crane.dev
MIT License
969 stars 92 forks source link

Update internal flake.lock #582

Closed ipetkov closed 8 months ago

ipetkov commented 8 months ago

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

Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/171e22f974b1230e6765ea685f1eb799eb38d36a' (2024-04-03)
  → 'github:ipetkov/crane/9caad1eb0c69a13ee6467035353b71a76c85ea53' (2024-04-07)
• Updated input 'fenix':
    'github:nix-community/fenix/97d6dbee004b24057fa2a6f2e4a5c535259d8aed' (2024-04-03)
  → 'github:nix-community/fenix/6f702a6dc8db259225a2f34510c077fe33c1f52e' (2024-04-09)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/c3b8c2a25413e2aa58295d18c12902a624471b74' (2024-04-02)
  → 'github:rust-lang/rust-analyzer/7a8374c162c64c17e865b98aad282d16b16e96d6' (2024-04-08)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/1487bdea619e4a7a53a4590c475deabb5a9d1bfb' (2024-04-03)
  → 'github:NixOS/nixpkgs/73844014f48f8f968f98366b33bbdcf693d6d407' (2024-04-09)
• Updated input 'nixpkgs-darwin':
    'github:NixOS/nixpkgs/f8de91f6ad163406f09d715dee450e0e795d21ba' (2024-04-03)
  → 'github:NixOS/nixpkgs/053ca46068a9a092c8909dd4daa7a099b16e4d91' (2024-04-07)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/74deb67494783168f5b6d2071d73177e6bccab65' (2024-04-03)
  → 'github:oxalica/rust-overlay/e7354bb9e5f68b2074e272fd5f5ac3f4848860ba' (2024-04-09)

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, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force