artiq-zynq/flake.lock

249 lines
6.3 KiB
Plaintext
Raw Normal View History

2022-02-05 16:27:07 +08:00
{
"nodes": {
"artiq": {
"inputs": {
2022-03-10 16:31:23 +08:00
"artiq-comtools": "artiq-comtools",
"nixpkgs": "nixpkgs",
2024-07-09 16:37:37 +08:00
"rust-overlay": "rust-overlay",
"sipyco": "sipyco",
2022-02-05 16:27:07 +08:00
"src-migen": "src-migen",
"src-misoc": "src-misoc",
2022-03-10 16:31:23 +08:00
"src-pythonparser": "src-pythonparser"
2022-02-05 16:27:07 +08:00
},
"locked": {
2025-01-15 21:17:34 +08:00
"lastModified": 1736946744,
"narHash": "sha256-RKqrWcJfkLlm5JYVfz46KOVg1FYch1pNkKDpW5VzehU=",
2024-05-08 18:56:15 +08:00
"ref": "refs/heads/master",
2025-01-15 21:17:34 +08:00
"rev": "33c91d73bb768a06fa427c237b124916261c5ab9",
"revCount": 9135,
2022-02-05 16:27:07 +08:00
"type": "git",
"url": "https://github.com/m-labs/artiq.git"
},
"original": {
"type": "git",
"url": "https://github.com/m-labs/artiq.git"
}
},
2022-03-10 16:31:23 +08:00
"artiq-comtools": {
"inputs": {
2022-10-21 18:57:48 +08:00
"flake-utils": "flake-utils",
"nixpkgs": [
"artiq",
"nixpkgs"
],
"sipyco": [
"artiq",
"sipyco"
]
2022-03-10 16:31:23 +08:00
},
"locked": {
2025-01-15 21:17:34 +08:00
"lastModified": 1734270714,
"narHash": "sha256-7bzGn/hXLIsLQHGQsvo+uoIFUrw9DjXSlMC449BY4ME=",
2022-03-10 16:31:23 +08:00
"owner": "m-labs",
"repo": "artiq-comtools",
2025-01-15 21:17:34 +08:00
"rev": "7e3152314af8f5987370e33b347b2ec2697567ed",
2022-03-10 16:31:23 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "artiq-comtools",
"type": "github"
}
},
2022-10-21 18:57:48 +08:00
"flake-utils": {
2023-09-07 18:52:16 +08:00
"inputs": {
"systems": "systems"
},
2022-10-21 18:57:48 +08:00
"locked": {
2024-06-06 10:05:55 +08:00
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
2022-10-21 18:57:48 +08:00
"owner": "numtide",
"repo": "flake-utils",
2024-06-06 10:05:55 +08:00
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
2022-10-21 18:57:48 +08:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-02-05 16:27:07 +08:00
"nixpkgs": {
"locked": {
2025-01-15 21:17:34 +08:00
"lastModified": 1736798957,
"narHash": "sha256-qwpCtZhSsSNQtK4xYGzMiyEDhkNzOCz/Vfu4oL2ETsQ=",
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-15 21:17:34 +08:00
"rev": "9abb87b552b7f55ac8916b6fc9e5cb486656a2f3",
"type": "github"
},
"original": {
"owner": "NixOS",
2024-07-31 17:20:54 +08:00
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2022-02-05 16:27:07 +08:00
"root": {
"inputs": {
"artiq": "artiq",
"zynq-rs": "zynq-rs"
}
},
2024-07-09 16:37:37 +08:00
"rust-overlay": {
"inputs": {
"nixpkgs": [
"artiq",
"nixpkgs"
]
},
"locked": {
2024-08-21 18:51:19 +08:00
"lastModified": 1719454714,
"narHash": "sha256-MojqG0lyUINkEk0b3kM2drsU5vyaF8DFZe/FAlZVOGs=",
2024-07-09 16:37:37 +08:00
"owner": "oxalica",
"repo": "rust-overlay",
2024-08-21 18:51:19 +08:00
"rev": "d1c527659cf076ecc4b96a91c702d080b213801e",
2024-07-09 16:37:37 +08:00
"type": "github"
},
"original": {
"owner": "oxalica",
2024-08-21 18:51:19 +08:00
"ref": "snapshot/2024-08-01",
2024-07-09 16:37:37 +08:00
"repo": "rust-overlay",
"type": "github"
}
},
"rust-overlay_2": {
"inputs": {
"nixpkgs": [
"zynq-rs",
"nixpkgs"
]
},
"locked": {
"lastModified": 1719454714,
"narHash": "sha256-MojqG0lyUINkEk0b3kM2drsU5vyaF8DFZe/FAlZVOGs=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "d1c527659cf076ecc4b96a91c702d080b213801e",
"type": "github"
},
"original": {
"owner": "oxalica",
"ref": "snapshot/2024-08-01",
"repo": "rust-overlay",
"type": "github"
}
},
2022-03-10 16:31:23 +08:00
"sipyco": {
"inputs": {
"nixpkgs": [
"artiq",
"nixpkgs"
]
},
"locked": {
2024-12-17 13:59:57 +08:00
"lastModified": 1734267097,
"narHash": "sha256-aWg7XDiOlWnkXfDbKrBn9ITR46/JXfndvYHxFJ1vN78=",
"owner": "m-labs",
"repo": "sipyco",
2024-12-17 13:59:57 +08:00
"rev": "430978ada3fefe32de01f1b884b3031e48aaef96",
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "sipyco",
"type": "github"
}
2022-03-10 16:31:23 +08:00
},
2022-02-05 16:27:07 +08:00
"src-migen": {
"flake": false,
"locked": {
2025-01-15 21:17:34 +08:00
"lastModified": 1735131698,
"narHash": "sha256-P4vaF+9iVekRAC2/mc9G7IwI6baBpPAxiDQ8uye4sAs=",
2022-02-05 16:27:07 +08:00
"owner": "m-labs",
"repo": "migen",
2025-01-15 21:17:34 +08:00
"rev": "4c2ae8dfeea37f235b52acb8166f12acaaae4f7c",
2022-02-05 16:27:07 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "migen",
"type": "github"
}
},
"src-misoc": {
"flake": false,
"locked": {
2025-01-15 21:17:34 +08:00
"lastModified": 1736416570,
"narHash": "sha256-tbcN/fzejZIaYbTbwk8Ir1glYevESqMinMeDB3z8oxg=",
"ref": "refs/heads/master",
2025-01-15 21:17:34 +08:00
"rev": "1f5318e9edc1085ac77e9b85b8f5e03371dba54c",
"revCount": 2464,
2022-02-05 16:27:07 +08:00
"submodules": true,
"type": "git",
"url": "https://github.com/m-labs/misoc.git"
},
"original": {
"submodules": true,
"type": "git",
"url": "https://github.com/m-labs/misoc.git"
}
},
"src-pythonparser": {
"flake": false,
"locked": {
"lastModified": 1628745371,
"narHash": "sha256-p6TgeeaK4NEmbhimEXp31W8hVRo4DgWmcCoqZ+UdN60=",
"owner": "m-labs",
"repo": "pythonparser",
"rev": "5413ee5c9f8760e95c6acd5d6e88dabb831ad201",
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "pythonparser",
"type": "github"
}
},
2023-09-07 18:52:16 +08:00
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2022-02-05 16:27:07 +08:00
"zynq-rs": {
"inputs": {
"nixpkgs": [
"artiq",
"nixpkgs"
],
"rust-overlay": "rust-overlay_2"
2022-02-05 16:27:07 +08:00
},
"locked": {
2024-12-17 13:59:57 +08:00
"lastModified": 1734668221,
"narHash": "sha256-X0U2yPmlsD3VLBZQyfWv8qw04Qn0qFWIONJUPPigB0U=",
2024-05-08 18:56:15 +08:00
"ref": "refs/heads/master",
2024-12-17 13:59:57 +08:00
"rev": "213529cf7a50aa1b2d9ffdf575e3e38202ff9bd6",
"revCount": 666,
2022-02-05 16:27:07 +08:00
"type": "git",
"url": "https://git.m-labs.hk/m-labs/zynq-rs"
},
"original": {
"type": "git",
"url": "https://git.m-labs.hk/m-labs/zynq-rs"
}
}
},
"root": "root",
"version": 7
}