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-02-05 16:58:48 +08:00
"lastModified": 1738745577,
"narHash": "sha256-3pOrZSUb9XHyR6zSG5Ykfo+1+piMXTUjf6RYu/JziNU=",
2024-05-08 18:56:15 +08:00
"ref": "refs/heads/master",
2025-02-05 16:58:48 +08:00
"rev": "9558dd20e1cf3aa0afcaf1acf29202350c040cdc",
"revCount": 9146,
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-02-05 16:58:48 +08:00
"lastModified": 1736883708,
"narHash": "sha256-uQ+NQ0/xYU0N1CnXsa2zghgNaOPxWpMJXSUJJ9W7140=",
"owner": "NixOS",
"repo": "nixpkgs",
2025-02-05 16:58:48 +08:00
"rev": "eb62e6aa39ea67e0b8018ba8ea077efe65807dc8",
"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-02-05 16:58:48 +08:00
"lastModified": 1737001477,
"narHash": "sha256-5Rv7R8OO/CsjdDreo+vCUO7dIrTD+70meV5rIvHOGDk=",
2022-02-05 16:27:07 +08:00
"owner": "m-labs",
"repo": "migen",
2025-02-05 16:58:48 +08:00
"rev": "28e913e7114dae485747ccd8f9fd436ada2195f0",
2022-02-05 16:27:07 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "migen",
"type": "github"
}
},
"src-misoc": {
"flake": false,
"locked": {
2025-02-05 16:58:48 +08:00
"lastModified": 1737003678,
"narHash": "sha256-YGswRUz5QH28FsVK0j4n/Op6ptFTPPdEOir0JkxfSa0=",
"ref": "refs/heads/master",
2025-02-05 16:58:48 +08:00
"rev": "3c2054c43309d2fa3b72c5435f90c2357f2908af",
"revCount": 2465,
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": {
2025-02-05 16:58:48 +08:00
"lastModified": 1736951160,
"narHash": "sha256-bOiSeKEIwSJb62qjT7mqb0JQiqSEYMt6eFuDdGi+7Cw=",
2024-05-08 18:56:15 +08:00
"ref": "refs/heads/master",
2025-02-05 16:58:48 +08:00
"rev": "19efdafce7b212cce95ea9b3a20e6f1d388aba9e",
"revCount": 667,
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
}