forked from crypto-org-chain/chain-main
-
Notifications
You must be signed in to change notification settings - Fork 2
/
flake.lock
102 lines (102 loc) · 2.54 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1656065134,
"narHash": "sha256-oc6E6ByIw3oJaIyc67maaFcnjYOz1mMcOtHxbEf9NwQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "bee6a7250dd1b01844a2de7e02e4df7d8a0a206c",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gomod2nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": [
"flake-utils"
]
},
"locked": {
"lastModified": 1662095654,
"narHash": "sha256-v2WMKnkpkz5YLYTBwh0NVgi3Xl4En249LCdrKTA4Nek=",
"owner": "nix-community",
"repo": "gomod2nix",
"rev": "cc75990c60d01d9eedcf32ff4bf0055dd49c3ea1",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "gomod2nix",
"type": "github"
}
},
"nix-bundle-exe": {
"flake": false,
"locked": {
"lastModified": 1653422978,
"narHash": "sha256-mSgXJLc1DGb4oADxT/3wmZmuGE4e8y2KuKvgGtroWYk=",
"owner": "3noch",
"repo": "nix-bundle-exe",
"rev": "1831e9967242a039a417dac594e2c0d275f1e055",
"type": "github"
},
"original": {
"owner": "3noch",
"repo": "nix-bundle-exe",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1666159535,
"narHash": "sha256-x9A2+KCa393XqX04I4IKVzsgtuHOn7CU8eQONDM4KUU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "216f82bfc090015b6309a19a6d8ea441da69bffe",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"rocksdb-src": {
"flake": false,
"locked": {
"lastModified": 1648583659,
"narHash": "sha256-m6twgWcPTVD6uzcLuskKX6voeq7qAF3rozfLqSakI7s=",
"owner": "facebook",
"repo": "rocksdb",
"rev": "da11a59034584ea2d0911268b8136e5249d6b692",
"type": "github"
},
"original": {
"owner": "facebook",
"ref": "v6.29.5",
"repo": "rocksdb",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"gomod2nix": "gomod2nix",
"nix-bundle-exe": "nix-bundle-exe",
"nixpkgs": "nixpkgs",
"rocksdb-src": "rocksdb-src"
}
}
},
"root": "root",
"version": 7
}