artiq/flake.lock

159 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": [
"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": {
"lastModified": 1664789696,
"narHash": "sha256-UGWJHQShiwLCr4/DysMVFrYdYYHcOqAOVsWNUu+l6YU=",
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
"rev": "80627b282705101e7b38e19ca6e8df105031b072",
"type": "github"
},
"original": {
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
"type": "github"
}
},
2021-08-12 12:44:42 +08:00
"nixpkgs": {
"locked": {
2022-10-19 13:05:51 +08:00
"lastModified": 1666056570,
"narHash": "sha256-e7EkIY68Tp7NKyp9JSHh6CgPPdsKYYWxiL4wZQN8Cwg=",
2021-08-12 12:44:42 +08:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-10-19 13:05:51 +08:00
"rev": "47edaa313fc3767ce3026037a5b62352f22f3602",
2021-08-12 12:44:42 +08:00
"type": "github"
},
"original": {
"owner": "NixOS",
2022-05-31 18:24:47 +08:00
"ref": "nixos-22.05",
2021-08-12 12:44:42 +08:00
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2022-02-13 17:15:25 +08:00
"artiq-comtools": "artiq-comtools",
"mozilla-overlay": "mozilla-overlay",
2021-08-12 12:44:42 +08:00
"nixpkgs": "nixpkgs",
2022-02-12 10:59:10 +08:00
"sipyco": "sipyco",
2021-08-16 16:38:55 +08:00
"src-migen": "src-migen",
"src-misoc": "src-misoc",
2022-02-12 10:59:10 +08:00
"src-pythonparser": "src-pythonparser"
}
},
"sipyco": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1664319253,
"narHash": "sha256-hycJAgy+NFF9f5I6++7yo8KdhMSyKCPKJazRPxeedI4=",
2022-02-12 10:59:10 +08:00
"owner": "m-labs",
"repo": "sipyco",
"rev": "d58ded7280e0f020be2446d4fee70f4393e6045f",
2022-02-12 10:59:10 +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": {
"lastModified": 1662111470,
"narHash": "sha256-IPyhoFZLhY8d3jHB8jyvGdbey7V+X5eCzBZYSrJ18ec=",
2021-08-16 16:38:55 +08:00
"owner": "m-labs",
"repo": "migen",
"rev": "639e66f4f453438e83d86dc13491b9403bbd8ec6",
2021-08-16 16:38:55 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "migen",
"type": "github"
}
},
"src-misoc": {
"flake": false,
"locked": {
2022-10-10 17:58:17 +08:00
"lastModified": 1665395741,
"narHash": "sha256-7ULMGBPPn5NxZX6rdxU5GheoSNBiJklHQEVf04jU9tI=",
2021-08-25 12:49:18 +08:00
"ref": "master",
2022-10-10 17:58:17 +08:00
"rev": "4fb0730db4c5de7e86f82fa3bd204e6c4608af85",
"revCount": 2427,
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
"src-pythonparser": {
"flake": false,
"locked": {
2021-08-25 10:47:01 +08:00
"lastModified": 1628745371,
"narHash": "sha256-p6TgeeaK4NEmbhimEXp31W8hVRo4DgWmcCoqZ+UdN60=",
2021-08-12 12:44:42 +08:00
"owner": "m-labs",
"repo": "pythonparser",
2021-08-25 10:47:01 +08:00
"rev": "5413ee5c9f8760e95c6acd5d6e88dabb831ad201",
2021-08-12 12:44:42 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "pythonparser",
"type": "github"
}
}
},
"root": "root",
"version": 7
}