flake: update flake.lock (#51)
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/9bf50cb857db8dba15528f3905e271d948cbff06?narHash=sha256-nkho9Dq4WzyF4xr83UdxrlDS5Sm7ZKkPaqGVupLOpOI%3D' (2024-11-07) → 'github:nix-community/fenix/87e4581cdfecbac602220fe76c67b37d2d1ee995?narHash=sha256-gZ3m8e176ai%2Bakwiayg7Mve73rcUCD0%2Bl6OMMFhGEYI%3D' (2024-11-09) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/b51f9bc736dc0472481a47d7c05de2901323e543?narHash=sha256-b8UMpLh61z6T4J1NObustAuFGoJiAKBTaPTrEf3Amts%3D' (2024-11-04) → 'github:rust-lang/rust-analyzer/dd9cd22514cb1001a0a2374b36a85eb75245f27b?narHash=sha256-TPeXChHVcaCBAoE349K7OZH4We5/2ys1GgG4IiwjwOs%3D' (2024-11-08) ``` ### 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
a216a3be0e
commit
b2b504e2c4
2 changed files with 8 additions and 8 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -6,11 +6,11 @@
|
|||
"rust-analyzer-src": "rust-analyzer-src"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1730961036,
|
||||
"narHash": "sha256-nkho9Dq4WzyF4xr83UdxrlDS5Sm7ZKkPaqGVupLOpOI=",
|
||||
"lastModified": 1731133750,
|
||||
"narHash": "sha256-gZ3m8e176ai+akwiayg7Mve73rcUCD0+l6OMMFhGEYI=",
|
||||
"owner": "nix-community",
|
||||
"repo": "fenix",
|
||||
"rev": "9bf50cb857db8dba15528f3905e271d948cbff06",
|
||||
"rev": "87e4581cdfecbac602220fe76c67b37d2d1ee995",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -112,11 +112,11 @@
|
|||
"rust-analyzer-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1730749868,
|
||||
"narHash": "sha256-b8UMpLh61z6T4J1NObustAuFGoJiAKBTaPTrEf3Amts=",
|
||||
"lastModified": 1731056261,
|
||||
"narHash": "sha256-TPeXChHVcaCBAoE349K7OZH4We5/2ys1GgG4IiwjwOs=",
|
||||
"owner": "rust-lang",
|
||||
"repo": "rust-analyzer",
|
||||
"rev": "b51f9bc736dc0472481a47d7c05de2901323e543",
|
||||
"rev": "dd9cd22514cb1001a0a2374b36a85eb75245f27b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue