artiq/flake.lock

162 lines
4.1 KiB
Plaintext
Raw Normal View History

2021-08-12 12:44:42 +08:00
{
"nodes": {
2022-02-13 17:15:25 +08:00
"artiq-comtools": {
"inputs": {
"flake-utils": "flake-utils",
2022-02-13 17:15:25 +08:00
"nixpkgs": [
2022-02-14 16:38:09 +08:00
"nac3",
2022-02-13 17:15:25 +08:00
"nixpkgs"
],
"sipyco": [
"sipyco"
]
},
"locked": {
"lastModified": 1664405593,
"narHash": "sha256-yP441NerlLGig7n+9xHsx8yCtZ+Ggd0VqfBSzc20E04=",
2022-02-13 17:15:25 +08:00
"owner": "m-labs",
"repo": "artiq-comtools",
"rev": "15ddac62813ef623a076ccf982b3bc63d314e651",
2022-02-13 17:15:25 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "artiq-comtools",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"mozilla-overlay": {
"flake": false,
"locked": {
2023-07-17 15:54:39 +08:00
"lastModified": 1687771476,
"narHash": "sha256-TSpqz6qYVRoqkEdOCawEQ4/cWt/4pracmvw17HK1tgE=",
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
2023-07-17 15:54:39 +08:00
"rev": "3a44b8783514e7d6db4b63df96071b6c2b014b07",
"type": "github"
},
"original": {
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
"type": "github"
}
},
2022-02-14 16:38:09 +08:00
"nac3": {
"inputs": {
2022-04-27 15:43:16 +08:00
"nixpkgs": "nixpkgs"
2022-02-14 16:38:09 +08:00
},
"locked": {
2023-07-17 15:54:39 +08:00
"lastModified": 1689303441,
"narHash": "sha256-LwlF+MOXrLsgA04164Q5EiBCGLFVOwkQAkSOGPuBLCs=",
2023-01-15 12:23:25 +08:00
"ref": "refs/heads/master",
2023-07-17 15:54:39 +08:00
"rev": "283bd7c69ab5a6655437555f72eb8743f9741065",
"revCount": 812,
2022-02-14 16:38:09 +08:00
"type": "git",
2022-02-26 17:50:41 +08:00
"url": "https://git.m-labs.hk/m-labs/nac3.git"
2022-02-14 16:38:09 +08:00
},
"original": {
"type": "git",
2022-02-26 17:50:41 +08:00
"url": "https://git.m-labs.hk/m-labs/nac3.git"
2022-02-14 16:38:09 +08:00
}
},
2021-08-12 12:44:42 +08:00
"nixpkgs": {
"locked": {
2023-07-17 15:54:39 +08:00
"lastModified": 1688868408,
"narHash": "sha256-RR9N5XTAxSBhK8MCvLq9uxfdkd7etC//seVXldy0k48=",
2021-08-12 12:44:42 +08:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-07-17 15:54:39 +08:00
"rev": "510d721ce097150ae3b80f84b04b13b039186571",
2022-04-19 00:10:39 +08:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-05-27 17:16:31 +08:00
"ref": "nixos-23.05",
2022-04-19 00:10:39 +08:00
"repo": "nixpkgs",
"type": "github"
}
},
2021-08-12 12:44:42 +08:00
"root": {
"inputs": {
2022-02-13 17:15:25 +08:00
"artiq-comtools": "artiq-comtools",
"mozilla-overlay": "mozilla-overlay",
2022-02-14 16:38:09 +08:00
"nac3": "nac3",
2022-04-27 15:43:16 +08:00
"sipyco": "sipyco",
2021-08-16 16:38:55 +08:00
"src-migen": "src-migen",
2022-02-14 16:38:09 +08:00
"src-misoc": "src-misoc"
2022-02-12 10:59:10 +08:00
}
},
"sipyco": {
2022-04-19 00:04:33 +08:00
"inputs": {
"nixpkgs": [
"nac3",
"nixpkgs"
]
},
"locked": {
2023-07-17 15:54:39 +08:00
"lastModified": 1685540542,
"narHash": "sha256-wQJwL3xc6QVQbiJrt71/Z9tp4Eq1yqdGddcEiv7sPCw=",
2022-04-19 00:04:33 +08:00
"owner": "m-labs",
"repo": "sipyco",
2023-07-17 15:54:39 +08:00
"rev": "f5bf2ba875340a31a135aea14ad184575ca800ac",
2022-04-19 00:04:33 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "sipyco",
"type": "github"
2021-08-12 12:44:42 +08:00
}
},
2021-08-16 16:38:55 +08:00
"src-migen": {
"flake": false,
"locked": {
2023-03-13 18:24:33 +08:00
"lastModified": 1674045327,
"narHash": "sha256-oYdeY0MbTReKbAwmSznnqw0wNawdInJoFJVWW3tesFA=",
2021-08-16 16:38:55 +08:00
"owner": "m-labs",
"repo": "migen",
2023-03-13 18:24:33 +08:00
"rev": "ccaee68e14d3636e1d8fb2e0864dd89b1b1f7384",
2021-08-16 16:38:55 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "migen",
"type": "github"
}
},
"src-misoc": {
"flake": false,
"locked": {
2023-07-17 15:54:39 +08:00
"lastModified": 1685415268,
"narHash": "sha256-g4+yeSV+HtWjcllM5wk4vNBUVCXtDOzUSKhxXPT7Fyc=",
2023-01-10 12:07:20 +08:00
"ref": "refs/heads/master",
2023-07-17 15:54:39 +08:00
"rev": "6d48ce77b6746d3226a682790fbc95b90340986e",
"revCount": 2440,
2021-08-25 12:49:18 +08:00
"submodules": true,
"type": "git",
"url": "https://github.com/m-labs/misoc.git"
2021-08-16 16:38:55 +08:00
},
"original": {
2021-08-25 12:49:18 +08:00
"submodules": true,
"type": "git",
"url": "https://github.com/m-labs/misoc.git"
2021-08-16 16:38:55 +08:00
}
2021-08-12 12:44:42 +08:00
}
},
"root": "root",
"version": 7
}