forked from juspay/haskell-sequelize
-
Notifications
You must be signed in to change notification settings - Fork 1
/
flake.lock
139 lines (139 loc) · 3.49 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
{
"nodes": {
"beam": {
"inputs": {
"euler-build": [
"euler-build"
]
},
"locked": {
"lastModified": 1618840279,
"narHash": "sha256-Pbn0ZwbZTj9TdjfyjDk5coC9tvV6DgQiN/XR9Jha4aM=",
"owner": "juspay",
"repo": "beam",
"rev": "372542ec6c49d18e8c1c4ef9da15ff0b97c07ed8",
"type": "github"
},
"original": {
"id": "beam",
"type": "indirect"
}
},
"beam-mysql": {
"inputs": {
"beam": [
"beam"
],
"euler-build": [
"euler-build"
]
},
"locked": {
"lastModified": 1638188779,
"narHash": "sha256-hSv5Hg40NZFNDnFJ7sKndZq5xiDzeUB2CZOxN4umTwk=",
"owner": "juspay",
"repo": "beam-mysql",
"rev": "1371202ebc3ec7e9ef3e16d1e99f805596022217",
"type": "github"
},
"original": {
"id": "beam-mysql",
"type": "indirect"
}
},
"euler-build": {
"inputs": {
"flake-utils": "flake-utils",
"nix-inclusive": "nix-inclusive",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1620054696,
"narHash": "sha256-316JgoGBQs+29untwjJokSWc0OW2PoCCL33aC/hvPKw=",
"ref": "master",
"rev": "c6af205a7adb1b7abac18f06830f4ed196bfd6e4",
"revCount": 41,
"type": "git",
"url": "ssh://[email protected]/juspay/euler-build"
},
"original": {
"id": "euler-build",
"type": "indirect"
}
},
"flake-utils": {
"locked": {
"lastModified": 1600209923,
"narHash": "sha256-zoOWauTliFEjI++esk6Jzk7QO5EKpddWXQm9yQK24iM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3cd06d3c1df6879c9e41cb2c33113df10566c760",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nix-inclusive": {
"inputs": {
"stdlib": "stdlib"
},
"locked": {
"lastModified": 1604413592,
"narHash": "sha256-3cr2RRBCXNb+6Q1s3tEQiN4LjoFC8OsMSG8WuCyGe/g=",
"owner": "juspay",
"repo": "nix-inclusive",
"rev": "2ca1706029bfcf4bb7eaf17b4f32e49f436a148e",
"type": "github"
},
"original": {
"owner": "juspay",
"repo": "nix-inclusive",
"rev": "2ca1706029bfcf4bb7eaf17b4f32e49f436a148e",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1618072958,
"narHash": "sha256-QDKj58ECixtb4EJMWV5D5Lb2xdCgab1Opi4zjQWbDOg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a73020b2a150322c9832b50baeb0296ba3b13dd7",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a73020b2a150322c9832b50baeb0296ba3b13dd7",
"type": "github"
}
},
"root": {
"inputs": {
"beam": "beam",
"beam-mysql": "beam-mysql",
"euler-build": "euler-build"
}
},
"stdlib": {
"locked": {
"lastModified": 1590026685,
"narHash": "sha256-E5INrVvYX/P/UpcoUFDAsuHem+lsqT+/teBs9O7oc9Q=",
"owner": "manveru",
"repo": "nix-lib",
"rev": "99088cf7febcdb21afd375a335dcafa959bef3ed",
"type": "github"
},
"original": {
"owner": "manveru",
"repo": "nix-lib",
"type": "github"
}
}
},
"root": "root",
"version": 7
}