flake: update flake.lock (#45)
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/f32a2d484091a6dc98220b1f4a2c2d60b7c97c64?narHash=sha256-99u/hrgBdi8bxSXZc9ZbNkR5EL1htrkbd3lsbKzS60g%3D' (2024-10-24) → 'github:nix-community/fenix/c9f079dab2456bd75da8539b7129f8aaea9d4a2d?narHash=sha256-xPyVQvwmze7zVa85B%2BhfR9W11q4Gs/Sy3TVZMaYIsq8%3D' (2024-10-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/40492e15d49b89cf409e2c5536444131fac49429?narHash=sha256-jUDN4e1kObbksb4sc%2B57NEeujBEDRdLCOu9wiE3RZdM%3D' (2024-10-23) → 'github:rust-lang/rust-analyzer/6a67a4d3cd480dbbc3b1dec461a31b1bea1dfba4?narHash=sha256-op9TGD9sVZojTD6tgjmvH/49g9xyuT9mdjx7SQo10/Y%3D' (2024-10-24) ``` ### 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: ```sh 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 ``` Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c2d1b5a462
commit
955fbcfe93
1 changed files with 6 additions and 6 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -6,11 +6,11 @@
|
|||
"rust-analyzer-src": "rust-analyzer-src"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1729751566,
|
||||
"narHash": "sha256-99u/hrgBdi8bxSXZc9ZbNkR5EL1htrkbd3lsbKzS60g=",
|
||||
"lastModified": 1729838036,
|
||||
"narHash": "sha256-xPyVQvwmze7zVa85B+hfR9W11q4Gs/Sy3TVZMaYIsq8=",
|
||||
"owner": "nix-community",
|
||||
"repo": "fenix",
|
||||
"rev": "f32a2d484091a6dc98220b1f4a2c2d60b7c97c64",
|
||||
"rev": "c9f079dab2456bd75da8539b7129f8aaea9d4a2d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -112,11 +112,11 @@
|
|||
"rust-analyzer-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1729715509,
|
||||
"narHash": "sha256-jUDN4e1kObbksb4sc+57NEeujBEDRdLCOu9wiE3RZdM=",
|
||||
"lastModified": 1729792465,
|
||||
"narHash": "sha256-op9TGD9sVZojTD6tgjmvH/49g9xyuT9mdjx7SQo10/Y=",
|
||||
"owner": "rust-lang",
|
||||
"repo": "rust-analyzer",
|
||||
"rev": "40492e15d49b89cf409e2c5536444131fac49429",
|
||||
"rev": "6a67a4d3cd480dbbc3b1dec461a31b1bea1dfba4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue