mrcjkb / rustaceanvim

🦀 Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim
GNU General Public License v2.0
1.8k stars 69 forks source link

chore: update flake.lock #553

Closed mrcjkb closed 1 month ago

mrcjkb commented 1 month ago

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

Flake lock file updates:

• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/bd4927a47d96bc2eb88f11079075ce4db5be8a4f?narHash=sha256-j/juRj9MDCOMYcCGXTogUigGYDPjwwYuxnuyBul78tk%3D' (2024-10-19)
  → 'github:nvim-neorocks/neorocks/df27c6f473c2945b148d3243000466f546939d72?narHash=sha256-wjo8ZF3hAGWm0L8S90VLsvSObdSZTsCzg7PyR26%2BWoU%3D' (2024-10-26)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185?narHash=sha256-4HQI%2B6LsO3kpWTYuVGIzhJs1cetFcwT7quWCk/6rqeo%3D' (2024-10-18)
  → 'github:nixos/nixpkgs/41dea55321e5a999b17033296ac05fe8a8b5a257?narHash=sha256-WvLXzNNnnw%2BqpFOmgaM3JUlNEH%2BT4s22b5i2oyyCpXE%3D' (2024-10-25)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185?narHash=sha256-4HQI%2B6LsO3kpWTYuVGIzhJs1cetFcwT7quWCk/6rqeo%3D' (2024-10-18)
  → 'github:nixos/nixpkgs/41dea55321e5a999b17033296ac05fe8a8b5a257?narHash=sha256-WvLXzNNnnw%2BqpFOmgaM3JUlNEH%2BT4s22b5i2oyyCpXE%3D' (2024-10-25)

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