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-03-13 18:24:33 +08:00
"lastModified": 1677493379,
"narHash": "sha256-A1gO8zlWLv3+tZ3cGVB1WYvvoN9pbFyv0xIJHcTsckw=",
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
2023-03-13 18:24:33 +08:00
"rev": "78e723925daf5c9e8d0a1837ec27059e61649cb6",
"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-03-13 18:24:33 +08:00
"lastModified": 1678259949,
"narHash": "sha256-rHJoF7kS5HLuD2hIYATpAZ9qi5zXwLtl7hPwgHGv4oo=",
2023-01-15 12:23:25 +08:00
"ref": "refs/heads/master",
2023-03-13 18:24:33 +08:00
"rev": "aead36f0fd17f69d6e6e33215430805b1ffcb917",
"revCount": 806,
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-03-13 18:24:33 +08:00
"lastModified": 1678137616,
"narHash": "sha256-T+lWTRdcYaOnZQW+Ehdlg+YldC2l9cq2GXJFPq22Nxc=",
2021-08-12 12:44:42 +08:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-03-13 18:24:33 +08:00
"rev": "7edcdf7b169c33cd3eef9aba50521ce93ee666b8",
2022-04-19 00:10:39 +08:00
"type": "github"
},
"original": {
"owner": "NixOS",
2022-11-30 21:36:36 +08:00
"ref": "nixos-22.11",
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-01-11 18:47:30 +08:00
"lastModified": 1673433867,
"narHash": "sha256-a7Oq35YoDzPtISbqAsaT+2/v15HZ7G1q0ukXmKWdb7Q=",
2022-04-19 00:04:33 +08:00
"owner": "m-labs",
"repo": "sipyco",
2023-01-11 18:47:30 +08:00
"rev": "38f8f4185d7db6b68bd7f71546da9077b1e2561c",
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-01-10 12:07:20 +08:00
"lastModified": 1671158014,
"narHash": "sha256-50w0K2E2ympYrG1Tte/HVbsp4FS2U+yohqZByXTOo4I=",
"ref": "refs/heads/master",
"rev": "26f039f9f6931a20a04ccd0f0a5402f67f553916",
"revCount": 2436,
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
}