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": {
"lastModified": 1731734344,
"narHash": "sha256-2vLRo9D5wDs5FArpc2pOfuKFrhnqIKjtZos88VJahhc=",
2024-05-08 18:56:15 +08:00
"ref": "refs/heads/master",
"rev": "27d54cb8f3a394b4f4adcbb3c2c9160c5bf3df47",
"revCount": 9049,
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
"nixpkgs": {
"locked": {
2024-11-16 10:39:39 +08:00
"lastModified": 1731319897,
"narHash": "sha256-PbABj4tnbWFMfBp6OcUK5iGy1QY+/Z96ZcLpooIbuEI=",
"owner": "NixOS",
"repo": "nixpkgs",
2024-11-16 10:39:39 +08:00
"rev": "dc460ec76cbff0e66e269457d7b728432263166c",
"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-11-16 10:39:39 +08:00
"lastModified": 1728371104,
"narHash": "sha256-PPnAyDedUQ7Og/Cby9x5OT9wMkNGTP8GS53V6N/dk4w=",
"owner": "m-labs",
"repo": "sipyco",
2024-11-16 10:39:39 +08:00
"rev": "094a6cd63ffa980ef63698920170e50dc9ba77fd",
"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-11-16 10:39:39 +08:00
"lastModified": 1729234629,
"narHash": "sha256-TLsTCXV5AC2xh+bS7EhBVBKqdqIU3eKrnlWcFF9LtAM=",
"ref": "refs/heads/master",
2024-11-16 10:39:39 +08:00
"rev": "6085a312bca26adeca6584e37d08c8ba2e1d6e38",
"revCount": 2460,
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": {
2024-11-16 17:32:05 +08:00
"lastModified": 1731749494,
"narHash": "sha256-WGigAhvVCGN5YZ1dHPyvoqAh47W1Gtph036O1aKFlLE=",
2024-05-08 18:56:15 +08:00
"ref": "refs/heads/master",
2024-11-16 17:32:05 +08:00
"rev": "12975de2e110d7948bf47b768559f727d0abc8fc",
"revCount": 655,
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
}