-
Notifications
You must be signed in to change notification settings - Fork 11
/
flake.lock
180 lines (180 loc) · 4.91 KB
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"nodes": {
"lf-benchmark-runner": {
"inputs": {
"naersk": "naersk",
"nixpkgs": "nixpkgs",
"utils": "utils"
},
"locked": {
"lastModified": 1659456277,
"narHash": "sha256-V8aOHKj/+tYvo5dCkIiVkMX0+0wIWI/i1t7CwYjZS4c=",
"owner": "revol-xut",
"repo": "lf-benchmark-runner",
"rev": "754fecc48abfaa0334d757cba1d2ce79afde4c78",
"type": "github"
},
"original": {
"owner": "revol-xut",
"repo": "lf-benchmark-runner",
"type": "github"
}
},
"lingua-franca-benchmarks": {
"flake": false,
"locked": {
"lastModified": 1667410143,
"narHash": "sha256-8U5BlxWABZhVIk3DKz0L6bExYINNL9xDhAo7VXkDCQQ=",
"owner": "lf-lang",
"repo": "benchmarks-lingua-franca",
"rev": "6e6d445110365dd3af8ed69fbb4d42202bb00aa3",
"type": "github"
},
"original": {
"owner": "lf-lang",
"repo": "benchmarks-lingua-franca",
"type": "github"
}
},
"lingua-franca-src": {
"flake": false,
"locked": {
"narHash": "sha256-jSINlwHfSOPbti3LJTXpSk6lcUtwKfz7CMLtq2OuNns=",
"type": "tarball",
"url": "https://github.com/lf-lang/lingua-franca/releases/download/v0.3.0/lfc_0.3.0.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/lf-lang/lingua-franca/releases/download/v0.3.0/lfc_0.3.0.tar.gz"
}
},
"lingua-franca-tests": {
"flake": false,
"locked": {
"lastModified": 1668669130,
"narHash": "sha256-j5fEXiJZOH/ZpCgt+Qy6gvrtHeVAmMl2+2+vCcEAJQo=",
"owner": "lf-lang",
"repo": "lingua-franca",
"rev": "e0156ba43a0ac6d1a7662ccb8ccc8d0bacb298d2",
"type": "github"
},
"original": {
"owner": "lf-lang",
"repo": "lingua-franca",
"type": "github"
}
},
"naersk": {
"inputs": {
"nixpkgs": [
"lf-benchmark-runner",
"nixpkgs"
]
},
"locked": {
"lastModified": 1649096192,
"narHash": "sha256-7O8e+eZEYeU+ET98u/zW5epuoN/xYx9G+CIh4DjZVzY=",
"owner": "nix-community",
"repo": "naersk",
"rev": "d626f73332a8f587b613b0afe7293dd0777be07d",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1649368816,
"narHash": "sha256-lVzCpg2xfTUrfcankjlym/mrh/7F/gpWQ7CYQM6BcPY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "29abf698b384258b540e39a86b53ea980495ac4c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-21.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1668905981,
"narHash": "sha256-RBQa/+9Uk1eFTqIOXBSBezlEbA3v5OkgP+qptQs1OxY=",
"owner": "NixOs",
"repo": "nixpkgs",
"rev": "690ffff026b4e635b46f69002c0f4e81c65dfc2e",
"type": "github"
},
"original": {
"owner": "NixOs",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"reactor-cpp": {
"flake": false,
"locked": {
"lastModified": 1668160441,
"narHash": "sha256-sqcccj1yGUbYIw6JsZZCvId/a/cZSzd0EeaXV3Vk9AI=",
"owner": "lf-lang",
"repo": "reactor-cpp",
"rev": "6318913840747f8a85cf22ed1ca7c60f9f51a294",
"type": "github"
},
"original": {
"owner": "lf-lang",
"repo": "reactor-cpp",
"type": "github"
}
},
"root": {
"inputs": {
"lf-benchmark-runner": "lf-benchmark-runner",
"lingua-franca-benchmarks": "lingua-franca-benchmarks",
"lingua-franca-src": "lingua-franca-src",
"lingua-franca-tests": "lingua-franca-tests",
"nixpkgs": "nixpkgs_2",
"reactor-cpp": "reactor-cpp",
"utils": "utils_2"
}
},
"utils": {
"locked": {
"lastModified": 1648297722,
"narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"utils_2": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}