-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.lock
108 lines (108 loc) · 2.64 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
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1669465383,
"narHash": "sha256-fVbG427suESAEb8/P47O/zD/G9BSeFxLh94IUzgOchs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "899e7caf59d1954882a8e2dff45ccc0387c186f6",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-2111": {
"locked": {
"lastModified": 1659446231,
"narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "eabc38219184cc3e04a974fe31857d8e0eac098d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-21.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs-2111": "nixpkgs-2111",
"tetra-kit-player": "tetra-kit-player",
"tetra-receiver": "tetra-receiver",
"utils": "utils"
}
},
"tetra-kit-player": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": [
"utils"
]
},
"locked": {
"lastModified": 1671140987,
"narHash": "sha256-O8AdjAK5/ZmIzldYnrKAsScBo0SYEzWqow/n4+B3Fck=",
"owner": "marenz2569",
"repo": "tetra-kit-player",
"rev": "e518c86de064f58ccec6f51af29f6b16ac8e31b6",
"type": "github"
},
"original": {
"owner": "marenz2569",
"repo": "tetra-kit-player",
"type": "github"
}
},
"tetra-receiver": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": [
"utils"
]
},
"locked": {
"lastModified": 1671111446,
"narHash": "sha256-n5D6RuCaSv3BrZUWuosOeCKXZ4vc/6m4yBgwxKrFK2I=",
"owner": "marenz2569",
"repo": "tetra-receiver",
"rev": "8fa11cd267d463b8336758d02624866089b2c826",
"type": "github"
},
"original": {
"owner": "marenz2569",
"repo": "tetra-receiver",
"type": "github"
}
},
"utils": {
"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
}