vimPlugins.vim-clap: 0.46 -> 0.47

+267 -13
+265 -11
pkgs/applications/editors/vim/plugins/vim-clap/Cargo.lock
··· 150 150 checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 151 151 152 152 [[package]] 153 + name = "bincode" 154 + version = "1.3.3" 155 + source = "registry+https://github.com/rust-lang/crates.io-index" 156 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 157 + dependencies = [ 158 + "serde", 159 + ] 160 + 161 + [[package]] 153 162 name = "bitflags" 154 163 version = "1.3.2" 155 164 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 201 210 checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 202 211 203 212 [[package]] 213 + name = "camino" 214 + version = "1.1.6" 215 + source = "registry+https://github.com/rust-lang/crates.io-index" 216 + checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 217 + dependencies = [ 218 + "serde", 219 + ] 220 + 221 + [[package]] 204 222 name = "cargo-lock" 205 223 version = "9.0.0" 206 224 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 213 231 ] 214 232 215 233 [[package]] 234 + name = "cargo-platform" 235 + version = "0.1.3" 236 + source = "registry+https://github.com/rust-lang/crates.io-index" 237 + checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" 238 + dependencies = [ 239 + "serde", 240 + ] 241 + 242 + [[package]] 243 + name = "cargo_metadata" 244 + version = "0.18.0" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8" 247 + dependencies = [ 248 + "camino", 249 + "cargo-platform", 250 + "semver", 251 + "serde", 252 + "serde_json", 253 + "thiserror", 254 + ] 255 + 256 + [[package]] 216 257 name = "cc" 217 258 version = "1.0.83" 218 259 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 361 402 checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 362 403 363 404 [[package]] 405 + name = "colorsys" 406 + version = "0.6.7" 407 + source = "registry+https://github.com/rust-lang/crates.io-index" 408 + checksum = "54261aba646433cb567ec89844be4c4825ca92a4f8afba52fc4dd88436e31bbd" 409 + 410 + [[package]] 364 411 name = "combine" 365 412 version = "4.6.6" 366 413 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 399 446 checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 400 447 401 448 [[package]] 449 + name = "crc32fast" 450 + version = "1.3.2" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 453 + dependencies = [ 454 + "cfg-if", 455 + ] 456 + 457 + [[package]] 402 458 name = "crossbeam-channel" 403 459 version = "0.5.8" 404 460 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 442 498 ] 443 499 444 500 [[package]] 501 + name = "darling" 502 + version = "0.20.3" 503 + source = "registry+https://github.com/rust-lang/crates.io-index" 504 + checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" 505 + dependencies = [ 506 + "darling_core", 507 + "darling_macro", 508 + ] 509 + 510 + [[package]] 511 + name = "darling_core" 512 + version = "0.20.3" 513 + source = "registry+https://github.com/rust-lang/crates.io-index" 514 + checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" 515 + dependencies = [ 516 + "fnv", 517 + "ident_case", 518 + "proc-macro2", 519 + "quote", 520 + "strsim", 521 + "syn", 522 + ] 523 + 524 + [[package]] 525 + name = "darling_macro" 526 + version = "0.20.3" 527 + source = "registry+https://github.com/rust-lang/crates.io-index" 528 + checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" 529 + dependencies = [ 530 + "darling_core", 531 + "quote", 532 + "syn", 533 + ] 534 + 535 + [[package]] 445 536 name = "deranged" 446 537 version = "0.3.8" 447 538 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 569 660 "tracing", 570 661 "types", 571 662 "utils", 663 + ] 664 + 665 + [[package]] 666 + name = "flate2" 667 + version = "1.0.27" 668 + source = "registry+https://github.com/rust-lang/crates.io-index" 669 + checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 670 + dependencies = [ 671 + "crc32fast", 672 + "miniz_oxide", 572 673 ] 573 674 574 675 [[package]] ··· 810 911 checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 811 912 812 913 [[package]] 914 + name = "highlighter" 915 + version = "0.1.0" 916 + dependencies = [ 917 + "anyhow", 918 + "colorsys", 919 + "once_cell", 920 + "rgb2ansi256", 921 + "serde", 922 + "syntect", 923 + "tracing", 924 + "utils", 925 + ] 926 + 927 + [[package]] 813 928 name = "home" 814 929 version = "0.5.5" 815 930 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 921 1036 "pattern", 922 1037 "serde_json", 923 1038 ] 1039 + 1040 + [[package]] 1041 + name = "ident_case" 1042 + version = "1.0.1" 1043 + source = "registry+https://github.com/rust-lang/crates.io-index" 1044 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 924 1045 925 1046 [[package]] 926 1047 name = "idna" ··· 1096 1217 ] 1097 1218 1098 1219 [[package]] 1220 + name = "line-wrap" 1221 + version = "0.1.1" 1222 + source = "registry+https://github.com/rust-lang/crates.io-index" 1223 + checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" 1224 + dependencies = [ 1225 + "safemem", 1226 + ] 1227 + 1228 + [[package]] 1229 + name = "linked-hash-map" 1230 + version = "0.5.6" 1231 + source = "registry+https://github.com/rust-lang/crates.io-index" 1232 + checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1233 + 1234 + [[package]] 1235 + name = "linter" 1236 + version = "0.1.0" 1237 + dependencies = [ 1238 + "async-trait", 1239 + "cargo_metadata", 1240 + "once_cell", 1241 + "parking_lot", 1242 + "paths", 1243 + "regex", 1244 + "serde", 1245 + "serde_json", 1246 + "tokio", 1247 + "tracing", 1248 + ] 1249 + 1250 + [[package]] 1099 1251 name = "linux-raw-sys" 1100 1252 version = "0.4.5" 1101 1253 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1128 1280 1129 1281 [[package]] 1130 1282 name = "maple" 1131 - version = "0.1.46" 1283 + version = "0.1.47" 1132 1284 dependencies = [ 1133 1285 "built", 1134 1286 "chrono", ··· 1156 1308 "futures", 1157 1309 "grep-matcher", 1158 1310 "grep-searcher", 1311 + "highlighter", 1159 1312 "icon", 1160 1313 "ignore", 1161 1314 "itertools", 1315 + "linter", 1316 + "maple_derive", 1162 1317 "matcher", 1163 1318 "once_cell", 1164 1319 "parking_lot", ··· 1181 1336 ] 1182 1337 1183 1338 [[package]] 1339 + name = "maple_derive" 1340 + version = "0.1.0" 1341 + dependencies = [ 1342 + "darling", 1343 + "once_cell", 1344 + "proc-macro2", 1345 + "quote", 1346 + "syn", 1347 + "types", 1348 + ] 1349 + 1350 + [[package]] 1184 1351 name = "matcher" 1185 1352 version = "0.1.0" 1186 1353 dependencies = [ ··· 1195 1362 1196 1363 [[package]] 1197 1364 name = "memchr" 1198 - version = "2.5.0" 1365 + version = "2.6.3" 1199 1366 source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1367 + checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 1201 1368 1202 1369 [[package]] 1203 1370 name = "memmap2" ··· 1309 1476 checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1310 1477 1311 1478 [[package]] 1479 + name = "onig" 1480 + version = "6.4.0" 1481 + source = "registry+https://github.com/rust-lang/crates.io-index" 1482 + checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 1483 + dependencies = [ 1484 + "bitflags 1.3.2", 1485 + "libc", 1486 + "once_cell", 1487 + "onig_sys", 1488 + ] 1489 + 1490 + [[package]] 1491 + name = "onig_sys" 1492 + version = "69.8.1" 1493 + source = "registry+https://github.com/rust-lang/crates.io-index" 1494 + checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" 1495 + dependencies = [ 1496 + "cc", 1497 + "pkg-config", 1498 + ] 1499 + 1500 + [[package]] 1312 1501 name = "overload" 1313 1502 version = "0.1.1" 1314 1503 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1385 1574 checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1386 1575 1387 1576 [[package]] 1577 + name = "plist" 1578 + version = "1.5.0" 1579 + source = "registry+https://github.com/rust-lang/crates.io-index" 1580 + checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06" 1581 + dependencies = [ 1582 + "base64 0.21.2", 1583 + "indexmap 1.9.3", 1584 + "line-wrap", 1585 + "quick-xml", 1586 + "serde", 1587 + "time 0.3.27", 1588 + ] 1589 + 1590 + [[package]] 1388 1591 name = "printer" 1389 1592 version = "0.1.0" 1390 1593 dependencies = [ ··· 1404 1607 checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 1405 1608 dependencies = [ 1406 1609 "unicode-ident", 1610 + ] 1611 + 1612 + [[package]] 1613 + name = "quick-xml" 1614 + version = "0.29.0" 1615 + source = "registry+https://github.com/rust-lang/crates.io-index" 1616 + checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" 1617 + dependencies = [ 1618 + "memchr", 1407 1619 ] 1408 1620 1409 1621 [[package]] ··· 1474 1686 1475 1687 [[package]] 1476 1688 name = "regex" 1477 - version = "1.9.3" 1689 + version = "1.9.5" 1478 1690 source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a" 1691 + checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" 1480 1692 dependencies = [ 1481 1693 "aho-corasick 1.0.4", 1482 1694 "memchr", 1483 1695 "regex-automata", 1484 - "regex-syntax 0.7.4", 1696 + "regex-syntax 0.7.5", 1485 1697 ] 1486 1698 1487 1699 [[package]] 1488 1700 name = "regex-automata" 1489 - version = "0.3.6" 1701 + version = "0.3.8" 1490 1702 source = "registry+https://github.com/rust-lang/crates.io-index" 1491 - checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69" 1703 + checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" 1492 1704 dependencies = [ 1493 1705 "aho-corasick 1.0.4", 1494 1706 "memchr", 1495 - "regex-syntax 0.7.4", 1707 + "regex-syntax 0.7.5", 1496 1708 ] 1497 1709 1498 1710 [[package]] ··· 1503 1715 1504 1716 [[package]] 1505 1717 name = "regex-syntax" 1506 - version = "0.7.4" 1718 + version = "0.7.5" 1507 1719 source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 1720 + checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 1509 1721 1510 1722 [[package]] 1511 1723 name = "reqwest" ··· 1547 1759 ] 1548 1760 1549 1761 [[package]] 1762 + name = "rgb2ansi256" 1763 + version = "0.1.1" 1764 + source = "registry+https://github.com/rust-lang/crates.io-index" 1765 + checksum = "1ebca96b1c05912d531790498048bab5b7b97a756a7bb9df71fa4ef7ef9814e1" 1766 + 1767 + [[package]] 1550 1768 name = "ring" 1551 1769 version = "0.16.20" 1552 1770 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1626 1844 version = "1.0.15" 1627 1845 source = "registry+https://github.com/rust-lang/crates.io-index" 1628 1846 checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 1847 + 1848 + [[package]] 1849 + name = "safemem" 1850 + version = "0.3.3" 1851 + source = "registry+https://github.com/rust-lang/crates.io-index" 1852 + checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 1629 1853 1630 1854 [[package]] 1631 1855 name = "same-file" ··· 1802 2026 "proc-macro2", 1803 2027 "quote", 1804 2028 "unicode-ident", 2029 + ] 2030 + 2031 + [[package]] 2032 + name = "syntect" 2033 + version = "5.1.0" 2034 + source = "registry+https://github.com/rust-lang/crates.io-index" 2035 + checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91" 2036 + dependencies = [ 2037 + "bincode", 2038 + "bitflags 1.3.2", 2039 + "flate2", 2040 + "fnv", 2041 + "once_cell", 2042 + "onig", 2043 + "plist", 2044 + "regex-syntax 0.7.5", 2045 + "serde", 2046 + "serde_json", 2047 + "thiserror", 2048 + "walkdir", 2049 + "yaml-rust", 1805 2050 ] 1806 2051 1807 2052 [[package]] ··· 2486 2731 "cfg-if", 2487 2732 "windows-sys 0.48.0", 2488 2733 ] 2734 + 2735 + [[package]] 2736 + name = "yaml-rust" 2737 + version = "0.4.5" 2738 + source = "registry+https://github.com/rust-lang/crates.io-index" 2739 + checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 2740 + dependencies = [ 2741 + "linked-hash-map", 2742 + ]
+2 -2
pkgs/applications/editors/vim/plugins/vim-clap/default.nix
··· 11 11 }: 12 12 13 13 let 14 - version = "0.46"; 14 + version = "0.47"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "liuchengxu"; 18 18 repo = "vim-clap"; 19 19 rev = "v${version}"; 20 - hash = "sha256-KWBuoZ2GxjwIu7L1PPq/7u3iuYFp5QrlsleL2RQTdUE="; 20 + hash = "sha256-CYv5AZsGvN2dtN7t58b50a8PH7804Lnm4d4wAX6Mm5Q="; 21 21 }; 22 22 23 23 meta = with lib; {