artiq-zynq/flake.lock

260 lines
6.7 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": {
2024-10-05 14:50:13 +08:00
"lastModified": 1727765117,
"narHash": "sha256-P4PgnsXNL4kXjSAhRpXzkq17j8bEaJAqNLSH2Vt+DY0=",
2024-05-08 18:56:15 +08:00
"ref": "refs/heads/master",
2024-10-05 14:50:13 +08:00
"rev": "333623e24bdec00783bc89c1e8b6b49a74bc9e1c",
"revCount": 9020,
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": {
2024-07-31 17:20:54 +08:00
"lastModified": 1720768567,
"narHash": "sha256-3VoK7o5MtHtbHLrc6Pv+eQWFtaz5Gd/YWyV5TD3c5Ss=",
2022-03-10 16:31:23 +08:00
"owner": "m-labs",
"repo": "artiq-comtools",
2024-07-31 17:20:54 +08:00
"rev": "f93570d8f2ed5a3cfb3e1c16ab00f2540551e994",
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
"mozilla-overlay": {
"flake": false,
"locked": {
2024-01-11 12:32:42 +08:00
"lastModified": 1704373101,
"narHash": "sha256-+gi59LRWRQmwROrmE1E2b3mtocwueCQqZ60CwLG+gbg=",
2022-02-05 16:27:07 +08:00
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
2024-01-11 12:32:42 +08:00
"rev": "9b11a87c0cc54e308fa83aac5b4ee1816d5418a2",
2022-02-05 16:27:07 +08:00
"type": "github"
},
"original": {
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
"type": "github"
}
},
"mozilla-overlay_2": {
"flake": false,
"locked": {
2024-01-11 12:32:42 +08:00
"lastModified": 1704373101,
"narHash": "sha256-+gi59LRWRQmwROrmE1E2b3mtocwueCQqZ60CwLG+gbg=",
2022-02-05 16:27:07 +08:00
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
2024-01-11 12:32:42 +08:00
"rev": "9b11a87c0cc54e308fa83aac5b4ee1816d5418a2",
2022-02-05 16:27:07 +08:00
"type": "github"
},
"original": {
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2024-09-30 16:01:11 +08:00
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-30 16:01:11 +08:00
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"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",
2024-07-09 16:37:37 +08:00
"mozilla-overlay": "mozilla-overlay",
2022-02-05 16:27:07 +08:00
"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"
}
},
2022-03-10 16:31:23 +08:00
"sipyco": {
"inputs": {
"nixpkgs": [
"artiq",
"nixpkgs"
]
},
"locked": {
2024-09-30 16:01:11 +08:00
"lastModified": 1724921939,
"narHash": "sha256-/S5iip1LHLiCP2VY7PwClDteP9ZMRZvzzKR1LZuV3fs=",
"owner": "m-labs",
"repo": "sipyco",
2024-09-30 16:01:11 +08:00
"rev": "32ddd78ff3641b75054793ea0d5681c951766754",
"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": {
2024-09-30 16:01:11 +08:00
"lastModified": 1727677091,
"narHash": "sha256-Zg3SQnTwMM/VkOGKogbPyuCC2NhLy8HB2SPEUWWNgCU=",
2022-02-05 16:27:07 +08:00
"owner": "m-labs",
"repo": "migen",
2024-09-30 16:01:11 +08:00
"rev": "c19ae9f8ae162ffe2d310a92bfce53ac2a821bc8",
2022-02-05 16:27:07 +08:00
"type": "github"
},
"original": {
"owner": "m-labs",
"repo": "migen",
"type": "github"
}
},
"src-misoc": {
"flake": false,
"locked": {
2024-05-24 15:29:19 +08:00
"lastModified": 1715647536,
"narHash": "sha256-q+USDcaKHABwW56Jzq8u94iGPWlyLXMyVt0j/Gyg+IE=",
"ref": "refs/heads/master",
2024-05-24 15:29:19 +08:00
"rev": "fea9de558c730bc394a5936094ae95bb9d6fa726",
"revCount": 2455,
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": {
2024-07-09 16:37:37 +08:00
"mozilla-overlay": "mozilla-overlay_2",
"nixpkgs": [
"artiq",
"nixpkgs"
]
2022-02-05 16:27:07 +08:00
},
"locked": {
2024-10-05 14:50:13 +08:00
"lastModified": 1728110308,
"narHash": "sha256-MAoFbcDgr+ZjptFCWfthK+tTnR1NcfuO6tvYhNM2Pwo=",
2024-05-08 18:56:15 +08:00
"ref": "refs/heads/master",
2024-10-05 14:50:13 +08:00
"rev": "cc20478d91e30e1448a4304df7003caed2981b71",
"revCount": 651,
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
}