dev-templates/rust/flake.lock

95 lines
2.4 KiB
Plaintext
Raw Normal View History

2022-07-16 16:48:23 +02:00
{
"nodes": {
"flake-utils": {
"locked": {
2023-02-15 01:32:36 +01:00
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
2022-07-16 16:48:23 +02:00
"owner": "numtide",
"repo": "flake-utils",
2023-02-15 01:32:36 +01:00
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
2022-10-12 23:42:34 +02:00
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
2022-07-16 16:48:23 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-10-12 23:42:34 +02:00
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2023-03-06 12:28:29 +01:00
"lastModified": 1677655039,
"narHash": "sha256-IsU0SSBUOr/qYTkiwIgXQ91Io/2bfXI7PG4MoJritLA=",
2022-07-16 16:48:23 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-03-06 12:28:29 +01:00
"rev": "96a40fa5e8dee644ba60c8a966adadd2d448104a",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-03-06 12:28:29 +01:00
"ref": "release-22.11",
2022-07-16 16:48:23 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2022-10-12 23:42:34 +02:00
"lastModified": 1665296151,
"narHash": "sha256-uOB0oxqxN9K7XGF1hcnY+PQnlQJ+3bP2vCn/+Ru/bbc=",
2022-07-16 16:48:23 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-10-12 23:42:34 +02:00
"rev": "14ccaaedd95a488dd7ae142757884d8e125b3363",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2022-08-20 12:06:53 +02:00
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
2022-07-16 16:48:23 +02:00
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2"
},
"locked": {
2023-02-15 01:32:36 +01:00
"lastModified": 1676341851,
"narHash": "sha256-T8cmSiriXdpZfqlserNyJ1solTCR0DbD8A75epSDOVY=",
2022-07-16 16:48:23 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2023-02-15 01:32:36 +01:00
"rev": "956ddb5047f98ea08b792b22004b94a9971932c4",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",
"version": 7
}