tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
peep: 0.1.4 -> 0.1.4-post.2021-08-17, remove patch
figsoda
4 years ago
6ffaaa41
77c92998
+4
-575
2 changed files
expand all
collapse all
unified
split
pkgs
tools
misc
peep
0001-Add-Cargo.lock-by-running-cargo-vendor.patch
default.nix
-570
pkgs/tools/misc/peep/0001-Add-Cargo.lock-by-running-cargo-vendor.patch
···
1
1
-
From 153e9acd6fb50c50db5ebdd03303a42f56ec05e0 Mon Sep 17 00:00:00 2001
2
2
-
From: Maximilian Bosch <maximilian@mbosch.me>
3
3
-
Date: Tue, 17 Mar 2020 23:14:36 +0100
4
4
-
Subject: [PATCH] Add Cargo.lock by running `cargo vendor`
5
5
-
6
6
-
---
7
7
-
Cargo.lock | 551 +++++++++++++++++++++++++++++++++++++++++++++++++++++
8
8
-
1 file changed, 551 insertions(+)
9
9
-
create mode 100644 Cargo.lock
10
10
-
11
11
-
diff --git a/Cargo.lock b/Cargo.lock
12
12
-
new file mode 100644
13
13
-
index 0000000..91f9100
14
14
-
--- /dev/null
15
15
-
+++ b/Cargo.lock
16
16
-
@@ -0,0 +1,551 @@
17
17
-
+# This file is automatically @generated by Cargo.
18
18
-
+# It is not intended for manual editing.
19
19
-
+[[package]]
20
20
-
+name = "aho-corasick"
21
21
-
+version = "0.7.10"
22
22
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
23
23
-
+checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
24
24
-
+dependencies = [
25
25
-
+ "memchr",
26
26
-
+]
27
27
-
+
28
28
-
+[[package]]
29
29
-
+name = "autocfg"
30
30
-
+version = "1.0.0"
31
31
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
32
32
-
+checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
33
33
-
+
34
34
-
+[[package]]
35
35
-
+name = "bitflags"
36
36
-
+version = "1.2.1"
37
37
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
38
38
-
+checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
39
39
-
+
40
40
-
+[[package]]
41
41
-
+name = "byteorder"
42
42
-
+version = "1.3.4"
43
43
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
44
44
-
+checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
45
45
-
+
46
46
-
+[[package]]
47
47
-
+name = "bytes"
48
48
-
+version = "0.4.12"
49
49
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
50
50
-
+checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
51
51
-
+dependencies = [
52
52
-
+ "byteorder",
53
53
-
+ "iovec",
54
54
-
+]
55
55
-
+
56
56
-
+[[package]]
57
57
-
+name = "cc"
58
58
-
+version = "1.0.50"
59
59
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
60
60
-
+checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
61
61
-
+
62
62
-
+[[package]]
63
63
-
+name = "cfg-if"
64
64
-
+version = "0.1.10"
65
65
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
66
66
-
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
67
67
-
+
68
68
-
+[[package]]
69
69
-
+name = "cloudabi"
70
70
-
+version = "0.0.3"
71
71
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
72
72
-
+checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
73
73
-
+dependencies = [
74
74
-
+ "bitflags",
75
75
-
+]
76
76
-
+
77
77
-
+[[package]]
78
78
-
+name = "crossbeam-utils"
79
79
-
+version = "0.7.2"
80
80
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
81
81
-
+checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
82
82
-
+dependencies = [
83
83
-
+ "autocfg",
84
84
-
+ "cfg-if",
85
85
-
+ "lazy_static",
86
86
-
+]
87
87
-
+
88
88
-
+[[package]]
89
89
-
+name = "ctrlc"
90
90
-
+version = "3.1.4"
91
91
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
92
92
-
+checksum = "7a4ba686dff9fa4c1c9636ce1010b0cf98ceb421361b0bb3d6faeec43bd217a7"
93
93
-
+dependencies = [
94
94
-
+ "nix 0.17.0",
95
95
-
+ "winapi 0.3.8",
96
96
-
+]
97
97
-
+
98
98
-
+[[package]]
99
99
-
+name = "fnv"
100
100
-
+version = "1.0.6"
101
101
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
102
102
-
+checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
103
103
-
+
104
104
-
+[[package]]
105
105
-
+name = "fuchsia-zircon"
106
106
-
+version = "0.3.3"
107
107
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
108
108
-
+checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
109
109
-
+dependencies = [
110
110
-
+ "bitflags",
111
111
-
+ "fuchsia-zircon-sys",
112
112
-
+]
113
113
-
+
114
114
-
+[[package]]
115
115
-
+name = "fuchsia-zircon-sys"
116
116
-
+version = "0.3.3"
117
117
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
118
118
-
+checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
119
119
-
+
120
120
-
+[[package]]
121
121
-
+name = "futures"
122
122
-
+version = "0.1.29"
123
123
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
124
124
-
+checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
125
125
-
+
126
126
-
+[[package]]
127
127
-
+name = "getopts"
128
128
-
+version = "0.2.21"
129
129
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
130
130
-
+checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
131
131
-
+dependencies = [
132
132
-
+ "unicode-width",
133
133
-
+]
134
134
-
+
135
135
-
+[[package]]
136
136
-
+name = "hermit-abi"
137
137
-
+version = "0.1.8"
138
138
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
139
139
-
+checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
140
140
-
+dependencies = [
141
141
-
+ "libc",
142
142
-
+]
143
143
-
+
144
144
-
+[[package]]
145
145
-
+name = "inotify"
146
146
-
+version = "0.6.1"
147
147
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
148
148
-
+checksum = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
149
149
-
+dependencies = [
150
150
-
+ "bitflags",
151
151
-
+ "futures",
152
152
-
+ "inotify-sys",
153
153
-
+ "libc",
154
154
-
+ "mio",
155
155
-
+ "tokio-io",
156
156
-
+ "tokio-reactor",
157
157
-
+]
158
158
-
+
159
159
-
+[[package]]
160
160
-
+name = "inotify-sys"
161
161
-
+version = "0.1.3"
162
162
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
163
163
-
+checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
164
164
-
+dependencies = [
165
165
-
+ "libc",
166
166
-
+]
167
167
-
+
168
168
-
+[[package]]
169
169
-
+name = "iovec"
170
170
-
+version = "0.1.4"
171
171
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
172
172
-
+checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
173
173
-
+dependencies = [
174
174
-
+ "libc",
175
175
-
+]
176
176
-
+
177
177
-
+[[package]]
178
178
-
+name = "kernel32-sys"
179
179
-
+version = "0.2.2"
180
180
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
181
181
-
+checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
182
182
-
+dependencies = [
183
183
-
+ "winapi 0.2.8",
184
184
-
+ "winapi-build",
185
185
-
+]
186
186
-
+
187
187
-
+[[package]]
188
188
-
+name = "lazy_static"
189
189
-
+version = "1.4.0"
190
190
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
191
191
-
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
192
192
-
+
193
193
-
+[[package]]
194
194
-
+name = "libc"
195
195
-
+version = "0.2.68"
196
196
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
197
197
-
+checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
198
198
-
+
199
199
-
+[[package]]
200
200
-
+name = "lock_api"
201
201
-
+version = "0.3.3"
202
202
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
203
203
-
+checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
204
204
-
+dependencies = [
205
205
-
+ "scopeguard",
206
206
-
+]
207
207
-
+
208
208
-
+[[package]]
209
209
-
+name = "log"
210
210
-
+version = "0.4.8"
211
211
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
212
212
-
+checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
213
213
-
+dependencies = [
214
214
-
+ "cfg-if",
215
215
-
+]
216
216
-
+
217
217
-
+[[package]]
218
218
-
+name = "maybe-uninit"
219
219
-
+version = "2.0.0"
220
220
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
221
221
-
+checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
222
222
-
+
223
223
-
+[[package]]
224
224
-
+name = "memchr"
225
225
-
+version = "2.3.3"
226
226
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
227
227
-
+checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
228
228
-
+
229
229
-
+[[package]]
230
230
-
+name = "mio"
231
231
-
+version = "0.6.21"
232
232
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
233
233
-
+checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
234
234
-
+dependencies = [
235
235
-
+ "cfg-if",
236
236
-
+ "fuchsia-zircon",
237
237
-
+ "fuchsia-zircon-sys",
238
238
-
+ "iovec",
239
239
-
+ "kernel32-sys",
240
240
-
+ "libc",
241
241
-
+ "log",
242
242
-
+ "miow",
243
243
-
+ "net2",
244
244
-
+ "slab",
245
245
-
+ "winapi 0.2.8",
246
246
-
+]
247
247
-
+
248
248
-
+[[package]]
249
249
-
+name = "miow"
250
250
-
+version = "0.2.1"
251
251
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
252
252
-
+checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
253
253
-
+dependencies = [
254
254
-
+ "kernel32-sys",
255
255
-
+ "net2",
256
256
-
+ "winapi 0.2.8",
257
257
-
+ "ws2_32-sys",
258
258
-
+]
259
259
-
+
260
260
-
+[[package]]
261
261
-
+name = "net2"
262
262
-
+version = "0.2.33"
263
263
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
264
264
-
+checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
265
265
-
+dependencies = [
266
266
-
+ "cfg-if",
267
267
-
+ "libc",
268
268
-
+ "winapi 0.3.8",
269
269
-
+]
270
270
-
+
271
271
-
+[[package]]
272
272
-
+name = "nix"
273
273
-
+version = "0.11.1"
274
274
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
275
275
-
+checksum = "becb657d662f1cd2ef38c7ad480ec6b8cf9e96b27adb543e594f9cf0f2e6065c"
276
276
-
+dependencies = [
277
277
-
+ "bitflags",
278
278
-
+ "cc",
279
279
-
+ "cfg-if",
280
280
-
+ "libc",
281
281
-
+ "void",
282
282
-
+]
283
283
-
+
284
284
-
+[[package]]
285
285
-
+name = "nix"
286
286
-
+version = "0.17.0"
287
287
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
288
288
-
+checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
289
289
-
+dependencies = [
290
290
-
+ "bitflags",
291
291
-
+ "cc",
292
292
-
+ "cfg-if",
293
293
-
+ "libc",
294
294
-
+ "void",
295
295
-
+]
296
296
-
+
297
297
-
+[[package]]
298
298
-
+name = "num_cpus"
299
299
-
+version = "1.12.0"
300
300
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
301
301
-
+checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
302
302
-
+dependencies = [
303
303
-
+ "hermit-abi",
304
304
-
+ "libc",
305
305
-
+]
306
306
-
+
307
307
-
+[[package]]
308
308
-
+name = "numtoa"
309
309
-
+version = "0.1.0"
310
310
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
311
311
-
+checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
312
312
-
+
313
313
-
+[[package]]
314
314
-
+name = "parking_lot"
315
315
-
+version = "0.9.0"
316
316
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
317
317
-
+checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
318
318
-
+dependencies = [
319
319
-
+ "lock_api",
320
320
-
+ "parking_lot_core",
321
321
-
+ "rustc_version",
322
322
-
+]
323
323
-
+
324
324
-
+[[package]]
325
325
-
+name = "parking_lot_core"
326
326
-
+version = "0.6.2"
327
327
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
328
328
-
+checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
329
329
-
+dependencies = [
330
330
-
+ "cfg-if",
331
331
-
+ "cloudabi",
332
332
-
+ "libc",
333
333
-
+ "redox_syscall",
334
334
-
+ "rustc_version",
335
335
-
+ "smallvec",
336
336
-
+ "winapi 0.3.8",
337
337
-
+]
338
338
-
+
339
339
-
+[[package]]
340
340
-
+name = "peep"
341
341
-
+version = "0.1.4"
342
342
-
+dependencies = [
343
343
-
+ "ctrlc",
344
344
-
+ "getopts",
345
345
-
+ "inotify",
346
346
-
+ "libc",
347
347
-
+ "mio",
348
348
-
+ "nix 0.11.1",
349
349
-
+ "regex",
350
350
-
+ "termion",
351
351
-
+ "termios",
352
352
-
+ "unicode-width",
353
353
-
+]
354
354
-
+
355
355
-
+[[package]]
356
356
-
+name = "redox_syscall"
357
357
-
+version = "0.1.56"
358
358
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
359
359
-
+checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
360
360
-
+
361
361
-
+[[package]]
362
362
-
+name = "redox_termios"
363
363
-
+version = "0.1.1"
364
364
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
365
365
-
+checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
366
366
-
+dependencies = [
367
367
-
+ "redox_syscall",
368
368
-
+]
369
369
-
+
370
370
-
+[[package]]
371
371
-
+name = "regex"
372
372
-
+version = "1.3.5"
373
373
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
374
374
-
+checksum = "8900ebc1363efa7ea1c399ccc32daed870b4002651e0bed86e72d501ebbe0048"
375
375
-
+dependencies = [
376
376
-
+ "aho-corasick",
377
377
-
+ "memchr",
378
378
-
+ "regex-syntax",
379
379
-
+ "thread_local",
380
380
-
+]
381
381
-
+
382
382
-
+[[package]]
383
383
-
+name = "regex-syntax"
384
384
-
+version = "0.6.17"
385
385
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
386
386
-
+checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
387
387
-
+
388
388
-
+[[package]]
389
389
-
+name = "rustc_version"
390
390
-
+version = "0.2.3"
391
391
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
392
392
-
+checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
393
393
-
+dependencies = [
394
394
-
+ "semver",
395
395
-
+]
396
396
-
+
397
397
-
+[[package]]
398
398
-
+name = "scopeguard"
399
399
-
+version = "1.1.0"
400
400
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
401
401
-
+checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
402
402
-
+
403
403
-
+[[package]]
404
404
-
+name = "semver"
405
405
-
+version = "0.9.0"
406
406
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
407
407
-
+checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
408
408
-
+dependencies = [
409
409
-
+ "semver-parser",
410
410
-
+]
411
411
-
+
412
412
-
+[[package]]
413
413
-
+name = "semver-parser"
414
414
-
+version = "0.7.0"
415
415
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
416
416
-
+checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
417
417
-
+
418
418
-
+[[package]]
419
419
-
+name = "slab"
420
420
-
+version = "0.4.2"
421
421
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
422
422
-
+checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
423
423
-
+
424
424
-
+[[package]]
425
425
-
+name = "smallvec"
426
426
-
+version = "0.6.13"
427
427
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
428
428
-
+checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
429
429
-
+dependencies = [
430
430
-
+ "maybe-uninit",
431
431
-
+]
432
432
-
+
433
433
-
+[[package]]
434
434
-
+name = "termion"
435
435
-
+version = "1.5.5"
436
436
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
437
437
-
+checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
438
438
-
+dependencies = [
439
439
-
+ "libc",
440
440
-
+ "numtoa",
441
441
-
+ "redox_syscall",
442
442
-
+ "redox_termios",
443
443
-
+]
444
444
-
+
445
445
-
+[[package]]
446
446
-
+name = "termios"
447
447
-
+version = "0.3.1"
448
448
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
449
449
-
+checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
450
450
-
+dependencies = [
451
451
-
+ "libc",
452
452
-
+]
453
453
-
+
454
454
-
+[[package]]
455
455
-
+name = "thread_local"
456
456
-
+version = "1.0.1"
457
457
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
458
458
-
+checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
459
459
-
+dependencies = [
460
460
-
+ "lazy_static",
461
461
-
+]
462
462
-
+
463
463
-
+[[package]]
464
464
-
+name = "tokio-executor"
465
465
-
+version = "0.1.10"
466
466
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
467
467
-
+checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
468
468
-
+dependencies = [
469
469
-
+ "crossbeam-utils",
470
470
-
+ "futures",
471
471
-
+]
472
472
-
+
473
473
-
+[[package]]
474
474
-
+name = "tokio-io"
475
475
-
+version = "0.1.13"
476
476
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
477
477
-
+checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
478
478
-
+dependencies = [
479
479
-
+ "bytes",
480
480
-
+ "futures",
481
481
-
+ "log",
482
482
-
+]
483
483
-
+
484
484
-
+[[package]]
485
485
-
+name = "tokio-reactor"
486
486
-
+version = "0.1.12"
487
487
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
488
488
-
+checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
489
489
-
+dependencies = [
490
490
-
+ "crossbeam-utils",
491
491
-
+ "futures",
492
492
-
+ "lazy_static",
493
493
-
+ "log",
494
494
-
+ "mio",
495
495
-
+ "num_cpus",
496
496
-
+ "parking_lot",
497
497
-
+ "slab",
498
498
-
+ "tokio-executor",
499
499
-
+ "tokio-io",
500
500
-
+ "tokio-sync",
501
501
-
+]
502
502
-
+
503
503
-
+[[package]]
504
504
-
+name = "tokio-sync"
505
505
-
+version = "0.1.8"
506
506
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
507
507
-
+checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
508
508
-
+dependencies = [
509
509
-
+ "fnv",
510
510
-
+ "futures",
511
511
-
+]
512
512
-
+
513
513
-
+[[package]]
514
514
-
+name = "unicode-width"
515
515
-
+version = "0.1.7"
516
516
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
517
517
-
+checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
518
518
-
+
519
519
-
+[[package]]
520
520
-
+name = "void"
521
521
-
+version = "1.0.2"
522
522
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
523
523
-
+checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
524
524
-
+
525
525
-
+[[package]]
526
526
-
+name = "winapi"
527
527
-
+version = "0.2.8"
528
528
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
529
529
-
+checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
530
530
-
+
531
531
-
+[[package]]
532
532
-
+name = "winapi"
533
533
-
+version = "0.3.8"
534
534
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
535
535
-
+checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
536
536
-
+dependencies = [
537
537
-
+ "winapi-i686-pc-windows-gnu",
538
538
-
+ "winapi-x86_64-pc-windows-gnu",
539
539
-
+]
540
540
-
+
541
541
-
+[[package]]
542
542
-
+name = "winapi-build"
543
543
-
+version = "0.1.1"
544
544
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
545
545
-
+checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
546
546
-
+
547
547
-
+[[package]]
548
548
-
+name = "winapi-i686-pc-windows-gnu"
549
549
-
+version = "0.4.0"
550
550
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
551
551
-
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
552
552
-
+
553
553
-
+[[package]]
554
554
-
+name = "winapi-x86_64-pc-windows-gnu"
555
555
-
+version = "0.4.0"
556
556
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
557
557
-
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
558
558
-
+
559
559
-
+[[package]]
560
560
-
+name = "ws2_32-sys"
561
561
-
+version = "0.2.1"
562
562
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
563
563
-
+checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
564
564
-
+dependencies = [
565
565
-
+ "winapi 0.2.8",
566
566
-
+ "winapi-build",
567
567
-
+]
568
568
-
--
569
569
-
2.25.0
570
570
-
+4
-5
pkgs/tools/misc/peep/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "peep";
5
5
-
version = "0.1.4";
5
5
+
version = "0.1.4-post.2021-08-17";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "ryochack";
9
9
repo = "peep";
10
10
-
rev = "v${version}";
11
11
-
sha256 = "0c0fphnhq9vg9jjnkl35k56jbcnyz2ballsnkbm2xrh8vbyvk1av";
10
10
+
rev = "0eceafe16ff1f9c6d6784cca75b6f612c38901c4";
11
11
+
sha256 = "sha256-HtyT9kFS7derPhiBzICHIz3AvYVcYpUj1OW+t5RivRs=";
12
12
};
13
13
14
14
-
cargoPatches = [ ./0001-Add-Cargo.lock-by-running-cargo-vendor.patch ];
15
15
-
cargoSha256 = "12jqhvf8kdi17c442hl8sfpgxhni07x59khjwyyn54bnwc5h3zf9";
14
14
+
cargoSha256 = "sha256-sHsmHCMuHc56Mkqk2NUtZgC0RGyqhPvW1fKHkEAhqYk=";
16
15
17
16
meta = with lib; {
18
17
description = "The CLI text viewer tool that works like less command on small pane within the terminal window";