forked from ethereum/hevm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.lock
112 lines (112 loc) · 2.95 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
{
"nodes": {
"ethereum-tests": {
"flake": false,
"locked": {
"lastModified": 1668955227,
"narHash": "sha256-t9GV1TUfXr6xwgRvCaf43oGhBLdlYJwNCmaR4rIYV1M=",
"owner": "ethereum",
"repo": "tests",
"rev": "a16217cff68fa587a4a8b8b008e5cf374a6086b5",
"type": "github"
},
"original": {
"owner": "ethereum",
"ref": "v11.2",
"repo": "tests",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1678901627,
"narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1679085797,
"narHash": "sha256-/VNuZ3gbgUaRkZuXMB4BkKqVCwqhEVrOY60IYtlo2mQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c333779d748a996a9a305b3d1fcf6b12b51564ed",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-solc": {
"locked": {
"lastModified": 1672059513,
"narHash": "sha256-4R7lESB3biVNyE6rXkjw3mhowzg4zTQgZElM4/dRUv8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1b71def42b74811323de2df52f180b795ec506fc",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1b71def42b74811323de2df52f180b795ec506fc",
"type": "github"
}
},
"root": {
"inputs": {
"ethereum-tests": "ethereum-tests",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgs-solc": "nixpkgs-solc",
"solidity": "solidity"
}
},
"solidity": {
"flake": false,
"locked": {
"lastModified": 1670421565,
"narHash": "sha256-VCZDKQHnMsXu+ucsT5BLPYQoZ2FYjpyGbDVoDYjr1W8=",
"owner": "ethereum",
"repo": "solidity",
"rev": "1c8745c54a239d20b6fb0f79a8bd2628d779b27e",
"type": "github"
},
"original": {
"owner": "ethereum",
"repo": "solidity",
"rev": "1c8745c54a239d20b6fb0f79a8bd2628d779b27e",
"type": "github"
}
}
},
"root": "root",
"version": 7
}