crosvm: 100.14526.0.0-rc1 -> 103.3

This is the first update using the new versioning scheme in introduced
in the previous commit.

+504 -149
+489 -134
pkgs/applications/virtualization/crosvm/Cargo.lock
··· 15 15 "kvm", 16 16 "kvm_sys", 17 17 "libc", 18 + "memoffset 0.6.5", 18 19 "minijail", 19 20 "remain", 20 21 "resources", ··· 33 34 ] 34 35 35 36 [[package]] 36 - name = "android_log-sys" 37 - version = "0.2.0" 37 + name = "aho-corasick" 38 + version = "0.7.18" 38 39 source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e" 40 + checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 41 + dependencies = [ 42 + "memchr", 43 + ] 44 + 45 + [[package]] 46 + name = "ansi_term" 47 + version = "0.12.1" 48 + source = "registry+https://github.com/rust-lang/crates.io-index" 49 + checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 50 + dependencies = [ 51 + "winapi", 52 + ] 40 53 41 54 [[package]] 42 55 name = "anyhow" 43 - version = "1.0.56" 56 + version = "1.0.58" 44 57 source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" 58 + checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" 46 59 47 60 [[package]] 48 61 name = "arch" 49 62 version = "0.1.0" 50 63 dependencies = [ 51 64 "acpi_tables", 65 + "anyhow", 52 66 "base", 53 67 "devices", 54 68 "gdbstub_arch", ··· 67 81 68 82 [[package]] 69 83 name = "argh" 70 - version = "0.1.7" 84 + version = "0.1.8" 71 85 source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "dbb41d85d92dfab96cb95ab023c265c5e4261bb956c0fb49ca06d90c570f1958" 86 + checksum = "a7e7e4aa7e40747e023c0761dafcb42333a9517575bbf1241747f68dd3177a62" 73 87 dependencies = [ 74 88 "argh_derive", 75 89 "argh_shared", ··· 77 91 78 92 [[package]] 79 93 name = "argh_derive" 80 - version = "0.1.7" 94 + version = "0.1.8" 81 95 source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "be69f70ef5497dd6ab331a50bd95c6ac6b8f7f17a7967838332743fbd58dc3b5" 96 + checksum = "69f2bd7ff6ed6414f4e5521bd509bae46454bbd513801767ced3f21a751ab4bc" 83 97 dependencies = [ 84 98 "argh_shared", 85 99 "heck", ··· 90 104 91 105 [[package]] 92 106 name = "argh_shared" 93 - version = "0.1.7" 107 + version = "0.1.8" 94 108 source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "e6f8c380fa28aa1b36107cd97f0196474bb7241bb95a453c5c01a15ac74b2eac" 109 + checksum = "47253b98986dafc7a3e1cf3259194f1f47ac61abb57a57f46ec09e48d004ecda" 96 110 97 111 [[package]] 98 112 name = "assertions" ··· 100 114 101 115 [[package]] 102 116 name = "async-task" 103 - version = "4.2.0" 117 + version = "4.3.0" 104 118 source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9" 119 + checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 106 120 107 121 [[package]] 108 122 name = "async-trait" 109 - version = "0.1.53" 123 + version = "0.1.56" 110 124 source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600" 125 + checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" 112 126 dependencies = [ 113 127 "proc-macro2", 114 128 "quote", ··· 116 130 ] 117 131 118 132 [[package]] 133 + name = "atty" 134 + version = "0.2.14" 135 + source = "registry+https://github.com/rust-lang/crates.io-index" 136 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 137 + dependencies = [ 138 + "hermit-abi", 139 + "libc", 140 + "winapi", 141 + ] 142 + 143 + [[package]] 119 144 name = "audio_streams" 120 145 version = "0.1.0" 121 146 dependencies = [ 122 147 "async-trait", 123 - "cros_async", 148 + "futures", 124 149 "remain", 125 - "sync", 126 150 "thiserror", 127 151 ] 128 152 ··· 153 177 version = "0.1.0" 154 178 dependencies = [ 155 179 "audio_streams", 156 - "cros_async", 180 + "base_poll_token_derive", 181 + "cfg-if", 182 + "chrono", 157 183 "data_model", 184 + "lazy_static", 158 185 "libc", 186 + "log", 187 + "rand 0.8.5", 188 + "regex", 159 189 "remain", 160 190 "serde", 161 191 "serde_json", 162 192 "smallvec", 163 193 "sync", 164 - "sys_util", 194 + "tempfile", 165 195 "thiserror", 196 + "win_util", 197 + "winapi", 198 + ] 199 + 200 + [[package]] 201 + name = "base_poll_token_derive" 202 + version = "0.1.0" 203 + dependencies = [ 204 + "proc-macro2", 205 + "quote", 206 + "syn", 166 207 ] 167 208 168 209 [[package]] ··· 186 227 version = "1.3.2" 187 228 source = "registry+https://github.com/rust-lang/crates.io-index" 188 229 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 230 + 231 + [[package]] 232 + name = "cbindgen" 233 + version = "0.20.0" 234 + source = "registry+https://github.com/rust-lang/crates.io-index" 235 + checksum = "51e3973b165dc0f435831a9e426de67e894de532754ff7a3f307c03ee5dec7dc" 236 + dependencies = [ 237 + "clap", 238 + "heck", 239 + "indexmap", 240 + "log", 241 + "proc-macro2", 242 + "quote", 243 + "serde", 244 + "serde_json", 245 + "syn", 246 + "tempfile", 247 + "toml", 248 + ] 189 249 190 250 [[package]] 191 251 name = "cc" ··· 195 255 196 256 [[package]] 197 257 name = "cfg-if" 198 - version = "0.1.10" 258 + version = "1.0.0" 199 259 source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 260 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 201 261 202 262 [[package]] 203 - name = "cfg-if" 204 - version = "1.0.0" 263 + name = "chrono" 264 + version = "0.4.19" 205 265 source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 266 + checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 267 + dependencies = [ 268 + "libc", 269 + "num-integer", 270 + "num-traits", 271 + "time", 272 + "winapi", 273 + ] 274 + 275 + [[package]] 276 + name = "clap" 277 + version = "2.34.0" 278 + source = "registry+https://github.com/rust-lang/crates.io-index" 279 + checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 280 + dependencies = [ 281 + "ansi_term", 282 + "atty", 283 + "bitflags", 284 + "strsim", 285 + "textwrap", 286 + "unicode-width", 287 + "vec_map", 288 + ] 207 289 208 290 [[package]] 209 291 name = "cloudabi" ··· 215 297 ] 216 298 217 299 [[package]] 300 + name = "const-sha1" 301 + version = "0.2.0" 302 + source = "registry+https://github.com/rust-lang/crates.io-index" 303 + checksum = "fb58b6451e8c2a812ad979ed1d83378caa5e927eef2622017a45f251457c2c9d" 304 + 305 + [[package]] 218 306 name = "crc32fast" 219 307 version = "1.3.2" 220 308 source = "registry+https://github.com/rust-lang/crates.io-index" 221 309 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 222 310 dependencies = [ 223 - "cfg-if 1.0.0", 311 + "cfg-if", 224 312 ] 225 313 226 314 [[package]] 227 315 name = "cros_async" 228 - version = "0.1.0" 316 + version = "0.1.1" 229 317 dependencies = [ 318 + "anyhow", 230 319 "async-task", 231 320 "async-trait", 321 + "audio_streams", 322 + "base", 323 + "cfg-if", 232 324 "data_model", 233 325 "futures", 326 + "futures-executor", 327 + "futures-util", 234 328 "intrusive-collections", 235 329 "io_uring", 236 330 "libc", ··· 238 332 "paste", 239 333 "pin-utils", 240 334 "remain", 335 + "serde", 241 336 "slab", 337 + "smallvec", 242 338 "sync", 243 - "sys_util", 339 + "tempfile", 244 340 "thiserror", 341 + "win_util", 342 + "winapi", 245 343 ] 246 344 247 345 [[package]] ··· 252 350 ] 253 351 254 352 [[package]] 353 + name = "crossbeam-utils" 354 + version = "0.8.10" 355 + source = "registry+https://github.com/rust-lang/crates.io-index" 356 + checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83" 357 + dependencies = [ 358 + "cfg-if", 359 + "once_cell", 360 + ] 361 + 362 + [[package]] 255 363 name = "crosvm" 256 364 version = "0.1.0" 257 365 dependencies = [ ··· 263 371 "audio_streams", 264 372 "base", 265 373 "bit_field", 374 + "cfg-if", 266 375 "crosvm_plugin", 267 376 "data_model", 268 377 "devices", ··· 275 384 "kernel_loader", 276 385 "kvm", 277 386 "kvm_sys", 387 + "lazy_static", 278 388 "libc", 279 389 "libcras", 390 + "log", 280 391 "minijail", 281 392 "net_util", 282 393 "p9", ··· 287 398 "rutabaga_gfx", 288 399 "scudo", 289 400 "serde_json", 401 + "serde_keyvalue", 290 402 "sync", 291 403 "tempfile", 404 + "terminal_size", 292 405 "thiserror", 406 + "tube_transporter", 407 + "uuid", 293 408 "vhost", 294 409 "vm_control", 295 410 "vm_memory", ··· 309 424 "hypervisor", 310 425 "kernel_loader", 311 426 "libc", 312 - "rand", 427 + "rand 0.6.5", 313 428 "tempfile", 314 429 "usb_util", 315 430 "vm_memory", ··· 319 434 name = "crosvm_control" 320 435 version = "0.1.0" 321 436 dependencies = [ 437 + "anyhow", 322 438 "base", 439 + "cbindgen", 323 440 "libc", 324 441 "vm_control", 325 442 ] ··· 341 458 version = "0.1.0" 342 459 dependencies = [ 343 460 "assertions", 461 + "cfg-if", 344 462 "libc", 345 463 "remain", 346 464 "serde", 347 465 "thiserror", 466 + "winapi", 348 467 ] 349 468 350 469 [[package]] 351 470 name = "dbus" 352 - version = "0.9.5" 471 + version = "0.9.6" 353 472 source = "registry+https://github.com/rust-lang/crates.io-index" 354 - checksum = "de0a745c25b32caa56b82a3950f5fec7893a960f4c10ca3b02060b0c38d8c2ce" 473 + checksum = "6f8bcdd56d2e5c4ed26a529c5a9029f5db8290d433497506f958eae3be148eb6" 355 474 dependencies = [ 356 475 "libc", 357 476 "libdbus-sys", ··· 370 489 "balloon_control", 371 490 "base", 372 491 "bit_field", 492 + "cfg-if", 373 493 "cros_async", 374 494 "data_model", 375 495 "dbus", ··· 384 504 "libcras", 385 505 "libvda", 386 506 "linux_input_sys", 507 + "memoffset 0.6.5", 387 508 "minijail", 388 509 "net_sys", 389 510 "net_util", ··· 397 518 "rutabaga_gfx", 398 519 "serde", 399 520 "serde_json", 521 + "serde_keyvalue", 400 522 "smallvec", 401 523 "sync", 402 - "sys_util", 403 524 "system_api", 404 525 "tempfile", 405 526 "thiserror", 406 527 "tpm2", 407 528 "usb_util", 529 + "uuid", 408 530 "vfio_sys", 409 531 "vhost", 410 532 "virtio_sys", ··· 441 563 442 564 [[package]] 443 565 name = "either" 444 - version = "1.6.1" 566 + version = "1.7.0" 445 567 source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 568 + checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" 447 569 448 570 [[package]] 449 571 name = "enumn" 450 - version = "0.1.3" 572 + version = "0.1.4" 451 573 source = "registry+https://github.com/rust-lang/crates.io-index" 452 - checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4" 574 + checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344" 453 575 dependencies = [ 454 576 "proc-macro2", 455 577 "quote", ··· 477 599 dependencies = [ 478 600 "base", 479 601 "bitflags", 602 + "crossbeam-utils", 480 603 "data_model", 481 604 "enumn", 482 605 "libc", ··· 492 615 dependencies = [ 493 616 "futures-channel", 494 617 "futures-core", 618 + "futures-executor", 495 619 "futures-io", 496 620 "futures-sink", 497 621 "futures-task", ··· 515 639 checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" 516 640 517 641 [[package]] 642 + name = "futures-executor" 643 + version = "0.3.21" 644 + source = "registry+https://github.com/rust-lang/crates.io-index" 645 + checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" 646 + dependencies = [ 647 + "futures-core", 648 + "futures-task", 649 + "futures-util", 650 + "num_cpus", 651 + ] 652 + 653 + [[package]] 518 654 name = "futures-io" 519 655 version = "0.3.21" 520 656 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 563 699 564 700 [[package]] 565 701 name = "gdbstub" 566 - version = "0.5.0" 702 + version = "0.6.2" 567 703 source = "registry+https://github.com/rust-lang/crates.io-index" 568 - checksum = "7e135587d3f6eee6fa02c4ba174270c2337424e6d852c156942c0840b3c0f5cc" 704 + checksum = "1c1f9371c87c11642ee94dcf92cb48b1484ba250b8e8bff3df71c28651f3f4e7" 569 705 dependencies = [ 570 - "cfg-if 0.1.10", 706 + "bitflags", 707 + "cfg-if", 571 708 "log", 572 709 "managed", 573 710 "num-traits", ··· 576 713 577 714 [[package]] 578 715 name = "gdbstub_arch" 579 - version = "0.1.1" 716 + version = "0.2.3" 580 717 source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "e358b9c0e1468eae66099062e47bb502849308b987b74b5e72f1936397c33c16" 718 + checksum = "c24f469ba9556c5a063d6df35a8a338025fccf96ecae44f330a156b686f7a268" 582 719 dependencies = [ 583 720 "gdbstub", 584 721 "num-traits", ··· 586 723 587 724 [[package]] 588 725 name = "getrandom" 589 - version = "0.2.6" 726 + version = "0.2.7" 590 727 source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad" 728 + checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 592 729 dependencies = [ 593 - "cfg-if 1.0.0", 730 + "cfg-if", 594 731 "libc", 595 - "wasi", 732 + "wasi 0.11.0+wasi-snapshot-preview1", 596 733 ] 597 734 598 735 [[package]] ··· 610 747 ] 611 748 612 749 [[package]] 750 + name = "hashbrown" 751 + version = "0.12.2" 752 + source = "registry+https://github.com/rust-lang/crates.io-index" 753 + checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022" 754 + 755 + [[package]] 613 756 name = "heck" 614 757 version = "0.3.3" 615 758 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 619 762 ] 620 763 621 764 [[package]] 765 + name = "hermit-abi" 766 + version = "0.1.19" 767 + source = "registry+https://github.com/rust-lang/crates.io-index" 768 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 769 + dependencies = [ 770 + "libc", 771 + ] 772 + 773 + [[package]] 622 774 name = "hypervisor" 623 775 version = "0.1.0" 624 776 dependencies = [ ··· 630 782 "kvm", 631 783 "kvm_sys", 632 784 "libc", 785 + "memoffset 0.6.5", 633 786 "serde", 634 787 "sync", 635 788 "vm_memory", 636 789 ] 637 790 638 791 [[package]] 792 + name = "indexmap" 793 + version = "1.9.1" 794 + source = "registry+https://github.com/rust-lang/crates.io-index" 795 + checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 796 + dependencies = [ 797 + "autocfg 1.1.0", 798 + "hashbrown", 799 + ] 800 + 801 + [[package]] 639 802 name = "instant" 640 803 version = "0.1.12" 641 804 source = "registry+https://github.com/rust-lang/crates.io-index" 642 805 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 643 806 dependencies = [ 644 - "cfg-if 1.0.0", 807 + "cfg-if", 645 808 ] 646 809 647 810 [[package]] ··· 658 821 659 822 [[package]] 660 823 name = "intrusive-collections" 661 - version = "0.9.3" 824 + version = "0.9.4" 662 825 source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "fb484b70a4ebad7f571bf84e9cd06b5bfb6a7e4db0c36e13dd1570c6b449c10d" 826 + checksum = "bfe531a7789d7120f3e17d4f3f2cd95f54418ba7354f60b7b622b6644a07888a" 664 827 dependencies = [ 665 - "memoffset", 828 + "memoffset 0.5.6", 666 829 ] 667 830 668 831 [[package]] 669 832 name = "io_uring" 670 - version = "0.1.0" 833 + version = "0.1.1" 671 834 dependencies = [ 835 + "base", 672 836 "data_model", 673 837 "libc", 674 838 "remain", 675 839 "sync", 676 - "sys_util", 840 + "tempfile", 677 841 "thiserror", 678 842 ] 679 843 680 844 [[package]] 681 845 name = "itoa" 682 - version = "1.0.1" 846 + version = "1.0.2" 683 847 source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 848 + checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" 685 849 686 850 [[package]] 687 851 name = "kernel_cmdline" ··· 734 898 735 899 [[package]] 736 900 name = "libc" 737 - version = "0.2.121" 901 + version = "0.2.126" 738 902 source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f" 903 + checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 740 904 741 905 [[package]] 742 906 name = "libcras" ··· 771 935 772 936 [[package]] 773 937 name = "log" 774 - version = "0.4.16" 938 + version = "0.4.17" 775 939 source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" 940 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 777 941 dependencies = [ 778 - "cfg-if 1.0.0", 942 + "cfg-if", 779 943 ] 780 944 781 945 [[package]] ··· 786 950 787 951 [[package]] 788 952 name = "memchr" 789 - version = "2.4.1" 953 + version = "2.5.0" 790 954 source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 955 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 792 956 793 957 [[package]] 794 958 name = "memoffset" ··· 800 964 ] 801 965 802 966 [[package]] 967 + name = "memoffset" 968 + version = "0.6.5" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 971 + dependencies = [ 972 + "autocfg 1.1.0", 973 + ] 974 + 975 + [[package]] 803 976 name = "minijail" 804 977 version = "0.2.3" 805 978 dependencies = [ ··· 821 994 version = "0.1.0" 822 995 dependencies = [ 823 996 "base", 997 + "libc", 824 998 ] 825 999 826 1000 [[package]] ··· 828 1002 version = "0.1.0" 829 1003 dependencies = [ 830 1004 "base", 1005 + "cfg-if", 831 1006 "cros_async", 832 1007 "data_model", 833 1008 "libc", 834 1009 "net_sys", 835 1010 "remain", 1011 + "serde", 836 1012 "thiserror", 837 1013 ] 838 1014 839 1015 [[package]] 1016 + name = "num-integer" 1017 + version = "0.1.45" 1018 + source = "registry+https://github.com/rust-lang/crates.io-index" 1019 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1020 + dependencies = [ 1021 + "autocfg 1.1.0", 1022 + "num-traits", 1023 + ] 1024 + 1025 + [[package]] 840 1026 name = "num-traits" 841 - version = "0.2.14" 1027 + version = "0.2.15" 842 1028 source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 1029 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 844 1030 dependencies = [ 845 1031 "autocfg 1.1.0", 846 1032 ] 847 1033 848 1034 [[package]] 1035 + name = "num_cpus" 1036 + version = "1.13.1" 1037 + source = "registry+https://github.com/rust-lang/crates.io-index" 1038 + checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 1039 + dependencies = [ 1040 + "hermit-abi", 1041 + "libc", 1042 + ] 1043 + 1044 + [[package]] 849 1045 name = "once_cell" 850 - version = "1.10.0" 1046 + version = "1.13.0" 851 1047 source = "registry+https://github.com/rust-lang/crates.io-index" 852 - checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" 1048 + checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" 853 1049 854 1050 [[package]] 855 1051 name = "p9" 856 1052 version = "0.1.0" 857 1053 dependencies = [ 858 1054 "libc", 859 - "sys_util", 860 1055 "wire_format_derive", 861 1056 ] 862 1057 ··· 868 1063 869 1064 [[package]] 870 1065 name = "pin-project-lite" 871 - version = "0.2.8" 1066 + version = "0.2.9" 872 1067 source = "registry+https://github.com/rust-lang/crates.io-index" 873 - checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" 1068 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 874 1069 875 1070 [[package]] 876 1071 name = "pin-utils" ··· 885 1080 checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 886 1081 887 1082 [[package]] 888 - name = "poll_token_derive" 889 - version = "0.1.0" 890 - dependencies = [ 891 - "proc-macro2", 892 - "quote", 893 - "syn", 894 - ] 895 - 896 - [[package]] 897 1083 name = "power_monitor" 898 1084 version = "0.1.0" 899 1085 dependencies = [ ··· 906 1092 ] 907 1093 908 1094 [[package]] 1095 + name = "ppv-lite86" 1096 + version = "0.2.16" 1097 + source = "registry+https://github.com/rust-lang/crates.io-index" 1098 + checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 1099 + 1100 + [[package]] 909 1101 name = "proc-macro2" 910 - version = "1.0.36" 1102 + version = "1.0.40" 911 1103 source = "registry+https://github.com/rust-lang/crates.io-index" 912 - checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" 1104 + checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7" 913 1105 dependencies = [ 914 - "unicode-xid", 1106 + "unicode-ident", 915 1107 ] 916 1108 917 1109 [[package]] ··· 964 1156 name = "qcow_utils" 965 1157 version = "0.1.0" 966 1158 dependencies = [ 967 - "argh", 968 1159 "base", 969 1160 "disk", 970 1161 "libc", ··· 972 1163 973 1164 [[package]] 974 1165 name = "quote" 975 - version = "1.0.17" 1166 + version = "1.0.20" 976 1167 source = "registry+https://github.com/rust-lang/crates.io-index" 977 - checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58" 1168 + checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" 978 1169 dependencies = [ 979 1170 "proc-macro2", 980 1171 ] ··· 987 1178 dependencies = [ 988 1179 "autocfg 0.1.8", 989 1180 "libc", 990 - "rand_chacha", 1181 + "rand_chacha 0.1.1", 991 1182 "rand_core 0.4.2", 992 1183 "rand_hc", 993 1184 "rand_isaac", ··· 999 1190 ] 1000 1191 1001 1192 [[package]] 1193 + name = "rand" 1194 + version = "0.8.5" 1195 + source = "registry+https://github.com/rust-lang/crates.io-index" 1196 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1197 + dependencies = [ 1198 + "libc", 1199 + "rand_chacha 0.3.1", 1200 + "rand_core 0.6.3", 1201 + ] 1202 + 1203 + [[package]] 1002 1204 name = "rand_chacha" 1003 1205 version = "0.1.1" 1004 1206 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1009 1211 ] 1010 1212 1011 1213 [[package]] 1214 + name = "rand_chacha" 1215 + version = "0.3.1" 1216 + source = "registry+https://github.com/rust-lang/crates.io-index" 1217 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1218 + dependencies = [ 1219 + "ppv-lite86", 1220 + "rand_core 0.6.3", 1221 + ] 1222 + 1223 + [[package]] 1012 1224 name = "rand_core" 1013 1225 version = "0.3.1" 1014 1226 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1022 1234 version = "0.4.2" 1023 1235 source = "registry+https://github.com/rust-lang/crates.io-index" 1024 1236 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 1237 + 1238 + [[package]] 1239 + name = "rand_core" 1240 + version = "0.6.3" 1241 + source = "registry+https://github.com/rust-lang/crates.io-index" 1242 + checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 1243 + dependencies = [ 1244 + "getrandom", 1245 + ] 1025 1246 1026 1247 [[package]] 1027 1248 name = "rand_hc" ··· 1104 1325 ] 1105 1326 1106 1327 [[package]] 1328 + name = "regex" 1329 + version = "1.6.0" 1330 + source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 1332 + dependencies = [ 1333 + "aho-corasick", 1334 + "memchr", 1335 + "regex-syntax", 1336 + ] 1337 + 1338 + [[package]] 1339 + name = "regex-syntax" 1340 + version = "0.6.27" 1341 + source = "registry+https://github.com/rust-lang/crates.io-index" 1342 + checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 1343 + 1344 + [[package]] 1107 1345 name = "remain" 1108 - version = "0.2.2" 1346 + version = "0.2.3" 1109 1347 source = "registry+https://github.com/rust-lang/crates.io-index" 1110 - checksum = "70ba1e78fa68412cb93ef642fd4d20b9a941be49ee9333875ebaf13112673ea7" 1348 + checksum = "0c35270ea384ac1762895831cc8acb96f171468e52cec82ed9186f9416209fa4" 1111 1349 dependencies = [ 1112 1350 "proc-macro2", 1113 1351 "quote", ··· 1149 1387 ] 1150 1388 1151 1389 [[package]] 1152 - name = "rutabaga_gfx_ffi" 1153 - version = "0.1.0" 1154 - dependencies = [ 1155 - "base", 1156 - "data_model", 1157 - "libc", 1158 - "rutabaga_gfx", 1159 - ] 1160 - 1161 - [[package]] 1162 1390 name = "ryu" 1163 - version = "1.0.9" 1391 + version = "1.0.10" 1164 1392 source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" 1393 + checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" 1166 1394 1167 1395 [[package]] 1168 1396 name = "scudo" ··· 1186 1414 1187 1415 [[package]] 1188 1416 name = "serde" 1189 - version = "1.0.136" 1417 + version = "1.0.139" 1190 1418 source = "registry+https://github.com/rust-lang/crates.io-index" 1191 - checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" 1419 + checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6" 1192 1420 dependencies = [ 1193 1421 "serde_derive", 1194 1422 ] 1195 1423 1196 1424 [[package]] 1197 1425 name = "serde_derive" 1198 - version = "1.0.136" 1426 + version = "1.0.139" 1199 1427 source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" 1428 + checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb" 1201 1429 dependencies = [ 1202 1430 "proc-macro2", 1203 1431 "quote", ··· 1206 1434 1207 1435 [[package]] 1208 1436 name = "serde_json" 1209 - version = "1.0.79" 1437 + version = "1.0.82" 1210 1438 source = "registry+https://github.com/rust-lang/crates.io-index" 1211 - checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" 1439 + checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" 1212 1440 dependencies = [ 1213 1441 "itoa", 1214 1442 "ryu", ··· 1216 1444 ] 1217 1445 1218 1446 [[package]] 1447 + name = "serde_keyvalue" 1448 + version = "0.1.0" 1449 + dependencies = [ 1450 + "argh", 1451 + "remain", 1452 + "serde", 1453 + "serde_keyvalue_derive", 1454 + "thiserror", 1455 + ] 1456 + 1457 + [[package]] 1458 + name = "serde_keyvalue_derive" 1459 + version = "0.1.0" 1460 + dependencies = [ 1461 + "argh", 1462 + "proc-macro2", 1463 + "quote", 1464 + "syn", 1465 + ] 1466 + 1467 + [[package]] 1219 1468 name = "slab" 1220 1469 version = "0.4.6" 1221 1470 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1223 1472 1224 1473 [[package]] 1225 1474 name = "smallvec" 1226 - version = "1.8.0" 1475 + version = "1.9.0" 1476 + source = "registry+https://github.com/rust-lang/crates.io-index" 1477 + checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" 1478 + 1479 + [[package]] 1480 + name = "strsim" 1481 + version = "0.8.0" 1227 1482 source = "registry+https://github.com/rust-lang/crates.io-index" 1228 - checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" 1483 + checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1229 1484 1230 1485 [[package]] 1231 1486 name = "syn" 1232 - version = "1.0.90" 1487 + version = "1.0.98" 1233 1488 source = "registry+https://github.com/rust-lang/crates.io-index" 1234 - checksum = "704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f" 1489 + checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" 1235 1490 dependencies = [ 1236 1491 "proc-macro2", 1237 1492 "quote", 1238 - "unicode-xid", 1493 + "unicode-ident", 1239 1494 ] 1240 1495 1241 1496 [[package]] ··· 1243 1498 version = "0.1.0" 1244 1499 1245 1500 [[package]] 1246 - name = "sys_util" 1247 - version = "0.1.0" 1248 - dependencies = [ 1249 - "android_log-sys", 1250 - "data_model", 1251 - "libc", 1252 - "poll_token_derive", 1253 - "remain", 1254 - "serde", 1255 - "serde_json", 1256 - "sync", 1257 - "tempfile", 1258 - "thiserror", 1259 - ] 1260 - 1261 - [[package]] 1262 1501 name = "system_api" 1263 1502 version = "0.1.0" 1264 1503 ··· 1268 1507 source = "registry+https://github.com/rust-lang/crates.io-index" 1269 1508 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 1270 1509 dependencies = [ 1271 - "cfg-if 1.0.0", 1510 + "cfg-if", 1272 1511 "fastrand", 1273 1512 "libc", 1274 1513 "redox_syscall", ··· 1277 1516 ] 1278 1517 1279 1518 [[package]] 1519 + name = "terminal_size" 1520 + version = "0.1.17" 1521 + source = "registry+https://github.com/rust-lang/crates.io-index" 1522 + checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 1523 + dependencies = [ 1524 + "libc", 1525 + "winapi", 1526 + ] 1527 + 1528 + [[package]] 1529 + name = "textwrap" 1530 + version = "0.11.0" 1531 + source = "registry+https://github.com/rust-lang/crates.io-index" 1532 + checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1533 + dependencies = [ 1534 + "unicode-width", 1535 + ] 1536 + 1537 + [[package]] 1280 1538 name = "thiserror" 1281 - version = "1.0.30" 1539 + version = "1.0.31" 1282 1540 source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" 1541 + checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" 1284 1542 dependencies = [ 1285 1543 "thiserror-impl", 1286 1544 ] 1287 1545 1288 1546 [[package]] 1289 1547 name = "thiserror-impl" 1290 - version = "1.0.30" 1548 + version = "1.0.31" 1291 1549 source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" 1550 + checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" 1293 1551 dependencies = [ 1294 1552 "proc-macro2", 1295 1553 "quote", ··· 1297 1555 ] 1298 1556 1299 1557 [[package]] 1558 + name = "time" 1559 + version = "0.1.44" 1560 + source = "registry+https://github.com/rust-lang/crates.io-index" 1561 + checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 1562 + dependencies = [ 1563 + "libc", 1564 + "wasi 0.10.0+wasi-snapshot-preview1", 1565 + "winapi", 1566 + ] 1567 + 1568 + [[package]] 1569 + name = "toml" 1570 + version = "0.5.9" 1571 + source = "registry+https://github.com/rust-lang/crates.io-index" 1572 + checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 1573 + dependencies = [ 1574 + "serde", 1575 + ] 1576 + 1577 + [[package]] 1300 1578 name = "tpm2" 1301 1579 version = "0.1.0" 1302 1580 dependencies = [ ··· 1312 1590 ] 1313 1591 1314 1592 [[package]] 1593 + name = "tube_transporter" 1594 + version = "0.1.0" 1595 + dependencies = [ 1596 + "base", 1597 + "data_model", 1598 + "rand 0.8.5", 1599 + "serde", 1600 + "serde_json", 1601 + "thiserror", 1602 + "win_util", 1603 + "winapi", 1604 + ] 1605 + 1606 + [[package]] 1607 + name = "unicode-ident" 1608 + version = "1.0.2" 1609 + source = "registry+https://github.com/rust-lang/crates.io-index" 1610 + checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7" 1611 + 1612 + [[package]] 1315 1613 name = "unicode-segmentation" 1316 1614 version = "1.9.0" 1317 1615 source = "registry+https://github.com/rust-lang/crates.io-index" 1318 1616 checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" 1319 1617 1320 1618 [[package]] 1321 - name = "unicode-xid" 1322 - version = "0.2.2" 1619 + name = "unicode-width" 1620 + version = "0.1.9" 1323 1621 source = "registry+https://github.com/rust-lang/crates.io-index" 1324 - checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 1622 + checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 1325 1623 1326 1624 [[package]] 1327 1625 name = "usb_sys" ··· 1351 1649 dependencies = [ 1352 1650 "getrandom", 1353 1651 ] 1652 + 1653 + [[package]] 1654 + name = "vec_map" 1655 + version = "0.8.2" 1656 + source = "registry+https://github.com/rust-lang/crates.io-index" 1657 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1354 1658 1355 1659 [[package]] 1356 1660 name = "vfio_sys" 1357 1661 version = "0.1.0" 1358 1662 dependencies = [ 1359 1663 "base", 1664 + "data_model", 1360 1665 ] 1361 1666 1362 1667 [[package]] ··· 1378 1683 version = "0.1.0" 1379 1684 dependencies = [ 1380 1685 "base", 1686 + "data_model", 1381 1687 ] 1382 1688 1383 1689 [[package]] ··· 1410 1716 "data_model", 1411 1717 "libc", 1412 1718 "remain", 1719 + "serde", 1413 1720 "thiserror", 1414 1721 ] 1415 1722 ··· 1418 1725 version = "0.1.0" 1419 1726 dependencies = [ 1420 1727 "anyhow", 1728 + "base", 1421 1729 "bitflags", 1730 + "cfg-if", 1422 1731 "data_model", 1423 1732 "libc", 1424 1733 "remain", 1425 - "sys_util", 1734 + "serde", 1735 + "serde_json", 1426 1736 "tempfile", 1427 1737 "thiserror", 1428 1738 ] 1429 1739 1430 1740 [[package]] 1431 1741 name = "wasi" 1432 - version = "0.10.2+wasi-snapshot-preview1" 1742 + version = "0.10.0+wasi-snapshot-preview1" 1743 + source = "registry+https://github.com/rust-lang/crates.io-index" 1744 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1745 + 1746 + [[package]] 1747 + name = "wasi" 1748 + version = "0.11.0+wasi-snapshot-preview1" 1433 1749 source = "registry+https://github.com/rust-lang/crates.io-index" 1434 - checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 1750 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1435 1751 1436 1752 [[package]] 1437 1753 name = "which" ··· 1445 1761 ] 1446 1762 1447 1763 [[package]] 1764 + name = "win_util" 1765 + version = "0.1.0" 1766 + dependencies = [ 1767 + "anyhow", 1768 + "lazy_static", 1769 + "libc", 1770 + "winapi", 1771 + "windows", 1772 + ] 1773 + 1774 + [[package]] 1448 1775 name = "winapi" 1449 1776 version = "0.3.9" 1450 1777 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1467 1794 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1468 1795 1469 1796 [[package]] 1797 + name = "windows" 1798 + version = "0.10.0" 1799 + source = "registry+https://github.com/rust-lang/crates.io-index" 1800 + checksum = "a43e544233e20425d5a58e9671cf76d6aed9e6f211508c050facb29b188dc10f" 1801 + dependencies = [ 1802 + "const-sha1", 1803 + "windows_gen", 1804 + "windows_macros", 1805 + ] 1806 + 1807 + [[package]] 1808 + name = "windows_gen" 1809 + version = "0.10.0" 1810 + source = "registry+https://github.com/rust-lang/crates.io-index" 1811 + checksum = "bc6283570a39b3594e31c64a498f48058758cc063eb087d972bb6476ad134a16" 1812 + 1813 + [[package]] 1814 + name = "windows_macros" 1815 + version = "0.10.0" 1816 + source = "registry+https://github.com/rust-lang/crates.io-index" 1817 + checksum = "f757e7665f81f33ace9f89b0f0fc3a7c770e24ff4fa1475c6503bb35b4524893" 1818 + dependencies = [ 1819 + "syn", 1820 + "windows_gen", 1821 + ] 1822 + 1823 + [[package]] 1470 1824 name = "wire_format_derive" 1471 1825 version = "0.1.0" 1472 1826 dependencies = [ ··· 1480 1834 version = "0.1.0" 1481 1835 dependencies = [ 1482 1836 "acpi_tables", 1837 + "anyhow", 1483 1838 "arch", 1484 1839 "assertions", 1485 1840 "base",
+10 -10
pkgs/applications/virtualization/crosvm/default-seccomp-policy-dir.diff
··· 1 - diff --git a/src/crosvm.rs b/src/crosvm.rs 2 - index b7055df..5989c87 100644 3 - --- a/src/crosvm.rs 4 - +++ b/src/crosvm.rs 5 - @@ -141,7 +141,9 @@ impl Default for Config { 6 - x_display: None, 7 - shared_dirs: Vec::new(), 8 - sandbox: !cfg!(feature = "default-no-sandbox"), 1 + diff --git i/src/crosvm.rs w/src/crosvm.rs 2 + index ab7c466b..636dc140 100644 3 + --- i/src/crosvm.rs 4 + +++ w/src/crosvm.rs 5 + @@ -345,7 +345,9 @@ impl Default for JailConfig { 6 + fn default() -> Self { 7 + JailConfig { 8 + pivot_root: PathBuf::from(option_env!("DEFAULT_PIVOT_ROOT").unwrap_or("/var/empty")), 9 9 - seccomp_policy_dir: PathBuf::from(SECCOMP_POLICY_DIR), 10 10 + seccomp_policy_dir: PathBuf::from( 11 11 + option_env!("DEFAULT_SECCOMP_POLICY_DIR").unwrap_or(SECCOMP_POLICY_DIR), 12 12 + ), 13 13 seccomp_log_failures: false, 14 - cras_audio: false, 15 - cras_capture: false, 14 + } 15 + }
+5 -5
pkgs/applications/virtualization/crosvm/upstream-info.json
··· 1 1 { 2 - "version": "100.14526.0.0-rc1", 2 + "version": "103.3", 3 3 "src": { 4 4 "url": "https://chromium.googlesource.com/chromiumos/platform/crosvm", 5 - "rev": "bdf5e4d4379030cfa2d0510328b8acce73162217", 6 - "date": "2022-02-14T19:13:41+00:00", 7 - "path": "/nix/store/xw31chiwnpzgcp07nf448g2npcwiwkkm-crosvm-bdf5e4d", 8 - "sha256": "0mrnjyyqmz24z1yvdq2mysmhmz0577k8kf9y4v51g7860crqp9ji", 5 + "rev": "e7db3a5cc78ca90ab06aadd5f08bb151090269b6", 6 + "date": "2022-06-01T00:13:12+00:00", 7 + "path": "/nix/store/r08jyffmjdq38f8yy57v8wgfjiil6586-crosvm", 8 + "sha256": "0hyz0mg5fn6hi97awfpxfykgv68m935r037sdf85v3vcwjy5n5ki", 9 9 "fetchLFS": false, 10 10 "fetchSubmodules": true, 11 11 "deepClone": false,