-
Notifications
You must be signed in to change notification settings - Fork 10
/
flake.lock
128 lines (128 loc) · 3.2 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
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1655719320,
"narHash": "sha256-8ZWWJEDypkTCrzIWUxpin7CS2M3uPjjbl/8mpcVZQ9I=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "280d485b6f94d5ee8645aaf098c61a5def5df2be",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1655718010,
"narHash": "sha256-hipsRbWmmRtaPyNqb0h6XDe/BN7LLTKJMMDdSMf6XAw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9d6e2bde556f0ed4b946acb8358aa113a37f0446",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1655707439,
"narHash": "sha256-pLQHpTFguAtlpKA/iXw4EYKvTUKj4pAa3I/XYf8Yi1U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c8f6b47ac9ed1e9b7f4672ef108299c8d4046a3f",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"nixpkgs_4": {
"locked": {
"lastModified": 1655707439,
"narHash": "sha256-pLQHpTFguAtlpKA/iXw4EYKvTUKj4pAa3I/XYf8Yi1U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c8f6b47ac9ed1e9b7f4672ef108299c8d4046a3f",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"udbm": "udbm",
"uutils": "uutils_2"
}
},
"udbm": {
"inputs": {
"nixpkgs": "nixpkgs_2",
"uutils": "uutils"
},
"locked": {
"lastModified": 1656675450,
"narHash": "sha256-EAZke5xMdPa8gtWKLwy7W5KIoCRmr79xLWMaDptqsZs=",
"owner": "UPPAALModelChecker",
"repo": "UDBM",
"rev": "85f47af9222d513cbfe9e7c7d9ee3a727b009325",
"type": "github"
},
"original": {
"owner": "UPPAALModelChecker",
"repo": "UDBM",
"type": "github"
}
},
"uutils": {
"inputs": {
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1656658058,
"narHash": "sha256-URCYXr+pwdqEh12pfjZ0K0KTom0pT4nXUB3HV9lBFyA=",
"owner": "UPPAALModelChecker",
"repo": "UUtils",
"rev": "4b9af0c1c4b630dcf24e4516c27766b84e9866d7",
"type": "github"
},
"original": {
"owner": "UPPAALModelChecker",
"repo": "UUtils",
"type": "github"
}
},
"uutils_2": {
"inputs": {
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1656658058,
"narHash": "sha256-URCYXr+pwdqEh12pfjZ0K0KTom0pT4nXUB3HV9lBFyA=",
"owner": "UPPAALModelChecker",
"repo": "UUtils",
"rev": "4b9af0c1c4b630dcf24e4516c27766b84e9866d7",
"type": "github"
},
"original": {
"owner": "UPPAALModelChecker",
"repo": "UUtils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}