Merge remote-tracking branch 'origin/master' into staging-next

+703 -587
+25
pkgs/applications/misc/udict/0001-update-version-in-lock-file.patch
··· 1 + From 4952ceece60ff2e7eabec45411b8824da6673bff Mon Sep 17 00:00:00 2001 2 + From: m <m@linuxistsuper.de> 3 + Date: Sun, 5 Mar 2023 11:25:40 +0100 4 + Subject: [PATCH] update version in lock file 5 + 6 + --- 7 + Cargo.lock | 2 +- 8 + 1 file changed, 1 insertion(+), 1 deletion(-) 9 + 10 + diff --git a/Cargo.lock b/Cargo.lock 11 + index d571155..ca28bef 100644 12 + --- a/Cargo.lock 13 + +++ b/Cargo.lock 14 + @@ -1554,7 +1554,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 15 + 16 + [[package]] 17 + name = "udict" 18 + -version = "0.1.1" 19 + +version = "0.1.2" 20 + dependencies = [ 21 + "reqwest", 22 + "scraper", 23 + -- 24 + 2.38.4 25 +
+44
pkgs/applications/misc/udict/default.nix
··· 1 + { lib 2 + , stdenv 3 + , rustPlatform 4 + , fetchFromGitHub 5 + , pkg-config 6 + , openssl 7 + , darwin 8 + }: 9 + 10 + rustPlatform.buildRustPackage rec { 11 + pname = "udict"; 12 + version = "0.1.2"; 13 + 14 + src = fetchFromGitHub { 15 + owner = "lsmb"; 16 + repo = "udict"; 17 + rev = "v${version}"; 18 + hash = "sha256-vcyzMw2tWil4MULEkf25S6kXzqMG6JXIx6GibxxspkY="; 19 + }; 20 + 21 + cargoHash = "sha256-WI+dz7FKa3kot3gWr/JK/v6Ua/u2ioZ04Jwk8t9r1ls="; 22 + 23 + cargoPatches = [ 24 + ./0001-update-version-in-lock-file.patch 25 + ]; 26 + 27 + nativeBuildInputs = [ 28 + pkg-config 29 + ]; 30 + 31 + buildInputs = [ 32 + openssl 33 + ] ++ lib.optionals stdenv.isDarwin [ 34 + darwin.apple_sdk.frameworks.CoreFoundation 35 + darwin.apple_sdk.frameworks.Security 36 + ]; 37 + 38 + meta = with lib; { 39 + description = "Urban Dictionary CLI - written in Rust"; 40 + homepage = "https://github.com/lsmb/udict"; 41 + license = licenses.mit; 42 + maintainers = with maintainers; [ ]; 43 + }; 44 + }
+3 -3
pkgs/applications/networking/cluster/linkerd/edge.nix
··· 2 2 3 3 (callPackage ./generic.nix { }) { 4 4 channel = "edge"; 5 - version = "23.2.3"; 6 - sha256 = "0lqbsh3237hh1rifi7w3h1mq4m6cnpxvb1h3dxghv5sblyivqfz9"; 7 - vendorSha256 = "sha256-gZ9t10Lj0wXeVBfmxKax9FYrcNL+ZEJOqhQfYw9Qwzw="; 5 + version = "23.3.1"; 6 + sha256 = "10vl3lay9f823qp0cqh4a7fzfkh8qcl0k6jwdjvrd93d4rasvnsm"; 7 + vendorSha256 = "sha256-DPYGh2lUgyYqquaNVRWb2CCAAFi0bm3ZKHNOoVq6dJ4="; 8 8 }
+334 -397
pkgs/applications/version-management/sapling/Cargo.lock
··· 22 22 ] 23 23 24 24 [[package]] 25 + name = "addr2line" 26 + version = "0.19.0" 27 + source = "registry+https://github.com/rust-lang/crates.io-index" 28 + checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 29 + dependencies = [ 30 + "gimli", 31 + ] 32 + 33 + [[package]] 25 34 name = "adler" 26 35 version = "1.0.2" 27 36 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 91 100 version = "1.0.69" 92 101 source = "registry+https://github.com/rust-lang/crates.io-index" 93 102 checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 103 + dependencies = [ 104 + "backtrace", 105 + ] 106 + 107 + [[package]] 108 + name = "arbitrary" 109 + version = "1.2.3" 110 + source = "registry+https://github.com/rust-lang/crates.io-index" 111 + checksum = "3e90af4de65aa7b293ef2d09daff88501eb254f58edde2e1ac02c82d873eadad" 94 112 95 113 [[package]] 96 114 name = "arc-swap" ··· 155 173 156 174 [[package]] 157 175 name = "async-lock" 158 - version = "2.6.0" 176 + version = "2.7.0" 159 177 source = "registry+https://github.com/rust-lang/crates.io-index" 160 - checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685" 178 + checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 161 179 dependencies = [ 162 180 "event-listener", 163 - "futures-lite", 164 181 ] 165 182 166 183 [[package]] ··· 175 192 176 193 [[package]] 177 194 name = "async-trait" 178 - version = "0.1.64" 195 + version = "0.1.65" 179 196 source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" 197 + checksum = "095183a3539c7c7649b2beb87c2d3f0591f3a7fed07761cc546d244e27e0238c" 181 198 dependencies = [ 182 199 "proc-macro2", 183 200 "quote", 184 201 "syn", 202 + ] 203 + 204 + [[package]] 205 + name = "atexit" 206 + version = "0.1.0" 207 + dependencies = [ 208 + "once_cell", 209 + ] 210 + 211 + [[package]] 212 + name = "atomic" 213 + version = "0.5.1" 214 + source = "registry+https://github.com/rust-lang/crates.io-index" 215 + checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" 216 + dependencies = [ 217 + "autocfg", 185 218 ] 186 219 187 220 [[package]] ··· 261 294 ] 262 295 263 296 [[package]] 297 + name = "backtrace" 298 + version = "0.3.67" 299 + source = "registry+https://github.com/rust-lang/crates.io-index" 300 + checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 301 + dependencies = [ 302 + "addr2line", 303 + "cc", 304 + "cfg-if 1.0.0", 305 + "libc", 306 + "miniz_oxide 0.6.2", 307 + "object", 308 + "rustc-demangle", 309 + ] 310 + 311 + [[package]] 264 312 name = "base64" 265 313 version = "0.10.1" 266 314 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 314 362 "cpython", 315 363 "cpython_ext", 316 364 "paste", 365 + "pyatexit", 317 366 "pyauth", 318 367 "pyblackbox", 319 368 "pybytes", ··· 321 370 "pycheckout", 322 371 "pyclientinfo", 323 372 "pycliparser", 373 + "pyconchparser", 324 374 "pyconfigloader", 375 + "pycopytrace", 325 376 "pydag", 326 377 "pydiffhelpers", 327 378 "pydirs", ··· 460 511 461 512 [[package]] 462 513 name = "bstr" 463 - version = "0.2.17" 464 - source = "registry+https://github.com/rust-lang/crates.io-index" 465 - checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 466 - dependencies = [ 467 - "lazy_static", 468 - "memchr", 469 - "regex-automata", 470 - "serde", 471 - ] 472 - 473 - [[package]] 474 - name = "bstr" 475 - version = "1.2.0" 514 + version = "1.3.0" 476 515 source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "b7f0778972c64420fdedc63f09919c8a88bda7b25135357fd25a5d9f3257e832" 516 + checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" 478 517 dependencies = [ 479 518 "memchr", 480 519 "serde", ··· 482 521 483 522 [[package]] 484 523 name = "bufsize" 485 - version = "1.0.4" 524 + version = "1.0.5" 486 525 source = "registry+https://github.com/rust-lang/crates.io-index" 487 - checksum = "0ccc76d50a81d3a49665c71444ecefed1d1386477cb700c6fb7db517454fe1ff" 526 + checksum = "51bbc61bc8800fb287f3394487c159af745cdf2e74743f12245d874ce20eb529" 488 527 dependencies = [ 489 528 "bytes 1.4.0", 490 529 ] ··· 543 582 544 583 [[package]] 545 584 name = "camino" 546 - version = "1.1.2" 585 + version = "1.1.3" 547 586 source = "registry+https://github.com/rust-lang/crates.io-index" 548 - checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055" 587 + checksum = "6031a462f977dd38968b6f23378356512feeace69cef817e1a4475108093cec3" 549 588 dependencies = [ 550 589 "serde", 551 590 ] ··· 667 706 "atty", 668 707 "bitflags", 669 708 "strsim 0.8.0", 670 - "term_size", 671 709 "textwrap 0.11.0", 672 710 "unicode-width", 673 711 "vec_map", ··· 688 726 "regex", 689 727 "strsim 0.10.0", 690 728 "termcolor", 691 - "terminal_size 0.2.3", 729 + "terminal_size 0.2.5", 692 730 "textwrap 0.16.0", 693 731 "unicase", 694 732 ] ··· 784 822 [[package]] 785 823 name = "cloned" 786 824 version = "0.1.0" 787 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 825 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 788 826 789 827 [[package]] 790 828 name = "codegen_includer_proc_macro" 791 829 version = "0.1.0" 792 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 830 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 793 831 dependencies = [ 794 832 "quote", 795 833 ] ··· 839 877 "lazy_static", 840 878 "log", 841 879 "mime", 880 + "parking_lot 0.11.2", 842 881 "regex", 843 882 "reqwest", 844 883 "reqwest-eventsource", ··· 872 911 source = "registry+https://github.com/rust-lang/crates.io-index" 873 912 checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" 874 913 dependencies = [ 875 - "crossbeam-utils 0.8.14", 914 + "crossbeam-utils 0.8.15", 876 915 ] 877 916 878 917 [[package]] ··· 1008 1047 ] 1009 1048 1010 1049 [[package]] 1050 + name = "copytrace" 1051 + version = "0.1.0" 1052 + dependencies = [ 1053 + "anyhow", 1054 + "dag", 1055 + "git2", 1056 + "types", 1057 + ] 1058 + 1059 + [[package]] 1011 1060 name = "core-foundation" 1012 1061 version = "0.9.3" 1013 1062 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1141 1190 checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" 1142 1191 dependencies = [ 1143 1192 "cfg-if 1.0.0", 1144 - "crossbeam-channel 0.5.6", 1145 - "crossbeam-deque 0.8.2", 1146 - "crossbeam-epoch 0.9.13", 1193 + "crossbeam-channel 0.5.7", 1194 + "crossbeam-deque 0.8.3", 1195 + "crossbeam-epoch 0.9.14", 1147 1196 "crossbeam-queue 0.3.8", 1148 - "crossbeam-utils 0.8.14", 1197 + "crossbeam-utils 0.8.15", 1149 1198 ] 1150 1199 1151 1200 [[package]] ··· 1169 1218 1170 1219 [[package]] 1171 1220 name = "crossbeam-channel" 1172 - version = "0.5.6" 1221 + version = "0.5.7" 1173 1222 source = "registry+https://github.com/rust-lang/crates.io-index" 1174 - checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 1223 + checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 1175 1224 dependencies = [ 1176 1225 "cfg-if 1.0.0", 1177 - "crossbeam-utils 0.8.14", 1226 + "crossbeam-utils 0.8.15", 1178 1227 ] 1179 1228 1180 1229 [[package]] ··· 1190 1239 1191 1240 [[package]] 1192 1241 name = "crossbeam-deque" 1193 - version = "0.8.2" 1242 + version = "0.8.3" 1194 1243 source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 1244 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 1196 1245 dependencies = [ 1197 1246 "cfg-if 1.0.0", 1198 - "crossbeam-epoch 0.9.13", 1199 - "crossbeam-utils 0.8.14", 1247 + "crossbeam-epoch 0.9.14", 1248 + "crossbeam-utils 0.8.15", 1200 1249 ] 1201 1250 1202 1251 [[package]] ··· 1216 1265 1217 1266 [[package]] 1218 1267 name = "crossbeam-epoch" 1219 - version = "0.9.13" 1268 + version = "0.9.14" 1220 1269 source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 1270 + checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 1222 1271 dependencies = [ 1223 1272 "autocfg", 1224 1273 "cfg-if 1.0.0", 1225 - "crossbeam-utils 0.8.14", 1226 - "memoffset 0.7.1", 1274 + "crossbeam-utils 0.8.15", 1275 + "memoffset 0.8.0", 1227 1276 "scopeguard", 1228 1277 ] 1229 1278 ··· 1245 1294 checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" 1246 1295 dependencies = [ 1247 1296 "cfg-if 1.0.0", 1248 - "crossbeam-utils 0.8.14", 1297 + "crossbeam-utils 0.8.15", 1249 1298 ] 1250 1299 1251 1300 [[package]] ··· 1271 1320 1272 1321 [[package]] 1273 1322 name = "crossbeam-utils" 1274 - version = "0.8.14" 1323 + version = "0.8.15" 1275 1324 source = "registry+https://github.com/rust-lang/crates.io-index" 1276 - checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 1325 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 1277 1326 dependencies = [ 1278 1327 "cfg-if 1.0.0", 1279 1328 ] ··· 1289 1338 "libc", 1290 1339 "mio 0.7.14", 1291 1340 "parking_lot 0.11.2", 1292 - "signal-hook 0.3.14", 1341 + "signal-hook 0.3.15", 1293 1342 "signal-hook-mio", 1294 1343 "winapi 0.3.9", 1295 1344 ] ··· 1335 1384 1336 1385 [[package]] 1337 1386 name = "csv" 1338 - version = "1.1.6" 1387 + version = "1.2.0" 1339 1388 source = "registry+https://github.com/rust-lang/crates.io-index" 1340 - checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 1389 + checksum = "af91f40b7355f82b0a891f50e70399475945bb0b0da4f1700ce60761c9d3e359" 1341 1390 dependencies = [ 1342 - "bstr 0.2.17", 1343 1391 "csv-core", 1344 - "itoa 0.4.8", 1392 + "itoa 1.0.6", 1345 1393 "ryu", 1346 1394 "serde", 1347 1395 ] ··· 1366 1414 ] 1367 1415 1368 1416 [[package]] 1417 + name = "ctrlc" 1418 + version = "3.2.5" 1419 + source = "registry+https://github.com/rust-lang/crates.io-index" 1420 + checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639" 1421 + dependencies = [ 1422 + "nix 0.26.2", 1423 + "windows-sys 0.45.0", 1424 + ] 1425 + 1426 + [[package]] 1369 1427 name = "curl" 1370 1428 version = "0.4.44" 1371 1429 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1382 1440 1383 1441 [[package]] 1384 1442 name = "curl-sys" 1385 - version = "0.4.59+curl-7.86.0" 1443 + version = "0.4.60+curl-7.88.1" 1386 1444 source = "registry+https://github.com/rust-lang/crates.io-index" 1387 - checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407" 1445 + checksum = "717abe2cb465a5da6ce06617388a3980c9a2844196734bec8ccb8e575250f13f" 1388 1446 dependencies = [ 1389 1447 "cc", 1390 1448 "libc", ··· 1398 1456 1399 1457 [[package]] 1400 1458 name = "cxx" 1401 - version = "1.0.89" 1459 + version = "1.0.91" 1402 1460 source = "registry+https://github.com/rust-lang/crates.io-index" 1403 - checksum = "bc831ee6a32dd495436e317595e639a587aa9907bef96fe6e6abc290ab6204e9" 1461 + checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62" 1404 1462 dependencies = [ 1405 1463 "cc", 1406 1464 "cxxbridge-flags", ··· 1410 1468 1411 1469 [[package]] 1412 1470 name = "cxx-build" 1413 - version = "1.0.89" 1471 + version = "1.0.91" 1414 1472 source = "registry+https://github.com/rust-lang/crates.io-index" 1415 - checksum = "94331d54f1b1a8895cd81049f7eaaaef9d05a7dcb4d1fd08bf3ff0806246789d" 1473 + checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690" 1416 1474 dependencies = [ 1417 1475 "cc", 1418 1476 "codespan-reporting", ··· 1425 1483 1426 1484 [[package]] 1427 1485 name = "cxxbridge-flags" 1428 - version = "1.0.89" 1486 + version = "1.0.91" 1429 1487 source = "registry+https://github.com/rust-lang/crates.io-index" 1430 - checksum = "48dcd35ba14ca9b40d6e4b4b39961f23d835dbb8eed74565ded361d93e1feb8a" 1488 + checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf" 1431 1489 1432 1490 [[package]] 1433 1491 name = "cxxbridge-macro" 1434 - version = "1.0.89" 1492 + version = "1.0.91" 1435 1493 source = "registry+https://github.com/rust-lang/crates.io-index" 1436 - checksum = "81bbeb29798b407ccd82a3324ade1a7286e0d29851475990b612670f6f5124d2" 1494 + checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892" 1437 1495 dependencies = [ 1438 1496 "proc-macro2", 1439 1497 "quote", ··· 1527 1585 [[package]] 1528 1586 name = "deltae" 1529 1587 version = "0.3.0" 1530 - source = "git+https://github.com/markbt/deltae?rev=1c6e9c7c9184751bd17795d78896d522e77a2ce4#1c6e9c7c9184751bd17795d78896d522e77a2ce4" 1588 + source = "registry+https://github.com/rust-lang/crates.io-index" 1589 + checksum = "e412cd91a4ec62fcc739ea50c40babe21e3de60d69f36393cce377c7c04ead5a" 1531 1590 1532 1591 [[package]] 1533 1592 name = "dev-logger" ··· 1581 1640 1582 1641 [[package]] 1583 1642 name = "dirs" 1584 - version = "3.0.2" 1585 - source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" 1587 - dependencies = [ 1588 - "dirs-sys", 1589 - ] 1590 - 1591 - [[package]] 1592 - name = "dirs" 1593 1643 version = "4.0.0" 1594 1644 source = "registry+https://github.com/rust-lang/crates.io-index" 1595 1645 checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" ··· 1944 1994 1945 1995 [[package]] 1946 1996 name = "fastrand" 1947 - version = "1.8.0" 1997 + version = "1.9.0" 1948 1998 source = "registry+https://github.com/rust-lang/crates.io-index" 1949 - checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 1999 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1950 2000 dependencies = [ 1951 2001 "instant", 1952 2002 ] ··· 1954 2004 [[package]] 1955 2005 name = "fb303_core" 1956 2006 version = "0.0.0" 1957 - source = "git+https://github.com/facebook/fb303.git?branch=main#d35b962b6f3dc787ed64c8d6b1b49a986e69f4d0" 2007 + source = "git+https://github.com/facebook/fb303.git?branch=main#5d78ac1eb00320cb53f4333c5c55fecf51177393" 1958 2008 dependencies = [ 1959 2009 "anyhow", 1960 2010 "async-trait", ··· 1975 2025 [[package]] 1976 2026 name = "fbinit" 1977 2027 version = "0.1.2" 1978 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 2028 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 1979 2029 dependencies = [ 1980 2030 "fbinit_macros", 1981 2031 "quickcheck", ··· 1984 2034 [[package]] 1985 2035 name = "fbinit_macros" 1986 2036 version = "0.1.2" 1987 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 2037 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 1988 2038 dependencies = [ 1989 2039 "proc-macro2", 1990 2040 "quote", ··· 1994 2044 [[package]] 1995 2045 name = "fbthrift" 1996 2046 version = "0.0.1+unstable" 1997 - source = "git+https://github.com/facebook/fbthrift.git?branch=main#f5641439382254134d192ca8fe3c9af23f87b5fa" 2047 + source = "git+https://github.com/facebook/fbthrift.git?branch=main#a8ffeb94383c4c6dbdff5997a49851e830a18984" 1998 2048 dependencies = [ 1999 2049 "anyhow", 2000 2050 "async-trait", ··· 2015 2065 [[package]] 2016 2066 name = "fbthrift_framed" 2017 2067 version = "0.1.0" 2018 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 2068 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 2019 2069 dependencies = [ 2020 2070 "byteorder", 2021 2071 "bytes 1.4.0", ··· 2025 2075 [[package]] 2026 2076 name = "fbthrift_socket" 2027 2077 version = "0.1.0" 2028 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 2078 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 2029 2079 dependencies = [ 2030 2080 "anyhow", 2031 2081 "bytes 1.4.0", ··· 2042 2092 [[package]] 2043 2093 name = "fbthrift_util" 2044 2094 version = "0.1.0" 2045 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 2095 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 2046 2096 dependencies = [ 2047 2097 "tokio", 2048 2098 ] ··· 2060 2110 2061 2111 [[package]] 2062 2112 name = "filetime" 2063 - version = "0.2.19" 2113 + version = "0.2.20" 2064 2114 source = "registry+https://github.com/rust-lang/crates.io-index" 2065 - checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9" 2115 + checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" 2066 2116 dependencies = [ 2067 2117 "cfg-if 1.0.0", 2068 2118 "libc", 2069 2119 "redox_syscall", 2070 - "windows-sys 0.42.0", 2120 + "windows-sys 0.45.0", 2071 2121 ] 2072 2122 2073 2123 [[package]] ··· 2092 2142 "crc32fast", 2093 2143 "futures 0.1.31", 2094 2144 "libc", 2095 - "miniz_oxide", 2145 + "miniz_oxide 0.4.4", 2096 2146 "tokio-io", 2097 2147 ] 2098 2148 ··· 2149 2199 ] 2150 2200 2151 2201 [[package]] 2152 - name = "fsevent" 2153 - version = "0.4.0" 2154 - source = "registry+https://github.com/rust-lang/crates.io-index" 2155 - checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 2156 - dependencies = [ 2157 - "bitflags", 2158 - "fsevent-sys", 2159 - ] 2160 - 2161 - [[package]] 2162 - name = "fsevent-sys" 2163 - version = "2.0.1" 2164 - source = "registry+https://github.com/rust-lang/crates.io-index" 2165 - checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 2166 - dependencies = [ 2167 - "libc", 2168 - ] 2169 - 2170 - [[package]] 2171 2202 name = "fsinfo" 2172 2203 version = "0.1.0" 2173 2204 dependencies = [ ··· 2201 2232 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 2202 2233 2203 2234 [[package]] 2204 - name = "fuchsia-zircon" 2205 - version = "0.3.3" 2206 - source = "registry+https://github.com/rust-lang/crates.io-index" 2207 - checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 2208 - dependencies = [ 2209 - "bitflags", 2210 - "fuchsia-zircon-sys", 2211 - ] 2212 - 2213 - [[package]] 2214 - name = "fuchsia-zircon-sys" 2215 - version = "0.3.3" 2216 - source = "registry+https://github.com/rust-lang/crates.io-index" 2217 - checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 2218 - 2219 - [[package]] 2220 2235 name = "futures" 2221 2236 version = "0.1.31" 2222 2237 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2235 2250 "futures-sink", 2236 2251 "futures-task", 2237 2252 "futures-util", 2238 - ] 2239 - 2240 - [[package]] 2241 - name = "futures-batch" 2242 - version = "0.6.1" 2243 - source = "registry+https://github.com/rust-lang/crates.io-index" 2244 - checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a" 2245 - dependencies = [ 2246 - "futures 0.3.26", 2247 - "futures-timer", 2248 - "pin-utils", 2249 2253 ] 2250 2254 2251 2255 [[package]] ··· 2397 2401 ] 2398 2402 2399 2403 [[package]] 2404 + name = "gimli" 2405 + version = "0.27.2" 2406 + source = "registry+https://github.com/rust-lang/crates.io-index" 2407 + checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 2408 + 2409 + [[package]] 2400 2410 name = "git2" 2401 2411 version = "0.14.4" 2402 2412 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2449 2459 checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 2450 2460 dependencies = [ 2451 2461 "aho-corasick", 2452 - "bstr 1.2.0", 2462 + "bstr", 2453 2463 "fnv", 2454 2464 "log", 2455 2465 "regex", ··· 2457 2467 2458 2468 [[package]] 2459 2469 name = "h2" 2460 - version = "0.3.15" 2470 + version = "0.3.16" 2461 2471 source = "registry+https://github.com/rust-lang/crates.io-index" 2462 - checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" 2472 + checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 2463 2473 dependencies = [ 2464 2474 "bytes 1.4.0", 2465 2475 "fnv", ··· 2470 2480 "indexmap", 2471 2481 "slab", 2472 2482 "tokio", 2473 - "tokio-util 0.7.4", 2483 + "tokio-util 0.7.7", 2474 2484 "tracing", 2475 2485 ] 2476 2486 ··· 2660 2670 version = "0.1.0" 2661 2671 dependencies = [ 2662 2672 "anyhow", 2673 + "atexit", 2663 2674 "clidispatch", 2664 2675 "configloader", 2676 + "ctrlc", 2665 2677 "dirs 2.0.2", 2666 2678 "encoding", 2667 2679 "hgcommands", ··· 2693 2705 [[package]] 2694 2706 name = "hostcaps" 2695 2707 version = "0.1.0" 2696 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 2708 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 2697 2709 dependencies = [ 2698 2710 "lazy_static", 2699 2711 ] ··· 2701 2713 [[package]] 2702 2714 name = "hostname" 2703 2715 version = "0.1.0" 2704 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 2716 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 2705 2717 dependencies = [ 2706 2718 "anyhow", 2707 2719 "hostname 0.3.1", ··· 2720 2732 2721 2733 [[package]] 2722 2734 name = "http" 2723 - version = "0.2.8" 2735 + version = "0.2.9" 2724 2736 source = "registry+https://github.com/rust-lang/crates.io-index" 2725 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 2737 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 2726 2738 dependencies = [ 2727 2739 "bytes 1.4.0", 2728 2740 "fnv", 2729 - "itoa 1.0.5", 2741 + "itoa 1.0.6", 2730 2742 ] 2731 2743 2732 2744 [[package]] ··· 2817 2829 "http-body", 2818 2830 "httparse", 2819 2831 "httpdate", 2820 - "itoa 1.0.5", 2832 + "itoa 1.0.6", 2821 2833 "pin-project-lite", 2822 2834 "socket2", 2823 2835 "tokio", ··· 2936 2948 "fs2", 2937 2949 "hex", 2938 2950 "libc", 2939 - "memmap", 2951 + "memmap2", 2940 2952 "minibench", 2941 2953 "minibytes", 2942 2954 "once_cell", ··· 2955 2967 source = "registry+https://github.com/rust-lang/crates.io-index" 2956 2968 checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 2957 2969 dependencies = [ 2970 + "arbitrary", 2958 2971 "autocfg", 2959 2972 "hashbrown 0.12.3", 2960 2973 "rayon", ··· 2962 2975 ] 2963 2976 2964 2977 [[package]] 2965 - name = "inotify" 2966 - version = "0.7.1" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 2969 - dependencies = [ 2970 - "bitflags", 2971 - "inotify-sys", 2972 - "libc", 2973 - ] 2974 - 2975 - [[package]] 2976 - name = "inotify-sys" 2977 - version = "0.1.5" 2978 - source = "registry+https://github.com/rust-lang/crates.io-index" 2979 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2980 - dependencies = [ 2981 - "libc", 2982 - ] 2983 - 2984 - [[package]] 2985 2978 name = "insta" 2986 - version = "1.26.0" 2979 + version = "1.28.0" 2987 2980 source = "registry+https://github.com/rust-lang/crates.io-index" 2988 - checksum = "f6f0f08b46e4379744de2ab67aa8f7de3ffd1da3e275adc41fcc82053ede46ff" 2981 + checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099" 2989 2982 dependencies = [ 2990 2983 "console", 2991 2984 "lazy_static", ··· 3089 3082 3090 3083 [[package]] 3091 3084 name = "itoa" 3092 - version = "1.0.5" 3085 + version = "1.0.6" 3093 3086 source = "registry+https://github.com/rust-lang/crates.io-index" 3094 - checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 3087 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 3095 3088 3096 3089 [[package]] 3097 3090 name = "jobserver" 3098 - version = "0.1.25" 3091 + version = "0.1.26" 3099 3092 source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" 3093 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 3101 3094 dependencies = [ 3102 3095 "libc", 3103 3096 ] ··· 3132 3125 version = "1.4.0" 3133 3126 source = "registry+https://github.com/rust-lang/crates.io-index" 3134 3127 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 3135 - 3136 - [[package]] 3137 - name = "lazycell" 3138 - version = "1.3.0" 3139 - source = "registry+https://github.com/rust-lang/crates.io-index" 3140 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 3141 3128 3142 3129 [[package]] 3143 3130 name = "lazystr" ··· 3328 3315 version = "0.1.0" 3329 3316 dependencies = [ 3330 3317 "anyhow", 3331 - "async-runtime", 3332 - "futures 0.3.26", 3333 - "futures-batch", 3318 + "crossbeam 0.8.2", 3334 3319 "manifest", 3335 3320 "minibench", 3336 3321 "minibytes", ··· 3341 3326 "quickcheck", 3342 3327 "rand 0.8.5", 3343 3328 "rand_chacha 0.3.1", 3344 - "sha-1", 3329 + "sha1", 3345 3330 "storemodel", 3346 3331 "thiserror", 3347 3332 "tracing", ··· 3388 3373 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 3389 3374 3390 3375 [[package]] 3391 - name = "memmap" 3392 - version = "0.7.0" 3393 - source = "registry+https://github.com/rust-lang/crates.io-index" 3394 - checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" 3395 - dependencies = [ 3396 - "libc", 3397 - "winapi 0.3.9", 3398 - ] 3399 - 3400 - [[package]] 3401 3376 name = "memmap2" 3402 - version = "0.5.8" 3377 + version = "0.5.10" 3403 3378 source = "registry+https://github.com/rust-lang/crates.io-index" 3404 - checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" 3379 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 3405 3380 dependencies = [ 3406 3381 "libc", 3407 3382 ] ··· 3432 3407 3433 3408 [[package]] 3434 3409 name = "memoffset" 3435 - version = "0.7.1" 3410 + version = "0.8.0" 3436 3411 source = "registry+https://github.com/rust-lang/crates.io-index" 3437 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 3412 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 3438 3413 dependencies = [ 3439 3414 "autocfg", 3440 3415 ] ··· 3523 3498 version = "0.1.0" 3524 3499 dependencies = [ 3525 3500 "bytes 1.4.0", 3526 - "memmap", 3501 + "memmap2", 3527 3502 "quickcheck", 3528 3503 "serde", 3529 3504 ] ··· 3545 3520 ] 3546 3521 3547 3522 [[package]] 3548 - name = "mio" 3549 - version = "0.6.23" 3523 + name = "miniz_oxide" 3524 + version = "0.6.2" 3550 3525 source = "registry+https://github.com/rust-lang/crates.io-index" 3551 - checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 3526 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 3552 3527 dependencies = [ 3553 - "cfg-if 0.1.10", 3554 - "fuchsia-zircon", 3555 - "fuchsia-zircon-sys", 3556 - "iovec", 3557 - "kernel32-sys", 3558 - "libc", 3559 - "log", 3560 - "miow 0.2.2", 3561 - "net2", 3562 - "slab", 3563 - "winapi 0.2.8", 3528 + "adler", 3564 3529 ] 3565 3530 3566 3531 [[package]] ··· 3571 3536 dependencies = [ 3572 3537 "libc", 3573 3538 "log", 3574 - "miow 0.3.7", 3539 + "miow", 3575 3540 "ntapi", 3576 3541 "winapi 0.3.9", 3577 3542 ] 3578 3543 3579 3544 [[package]] 3580 3545 name = "mio" 3581 - version = "0.8.5" 3546 + version = "0.8.6" 3582 3547 source = "registry+https://github.com/rust-lang/crates.io-index" 3583 - checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 3548 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 3584 3549 dependencies = [ 3585 3550 "libc", 3586 3551 "log", 3587 3552 "wasi 0.11.0+wasi-snapshot-preview1", 3588 - "windows-sys 0.42.0", 3589 - ] 3590 - 3591 - [[package]] 3592 - name = "mio-extras" 3593 - version = "2.0.6" 3594 - source = "registry+https://github.com/rust-lang/crates.io-index" 3595 - checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 3596 - dependencies = [ 3597 - "lazycell", 3598 - "log", 3599 - "mio 0.6.23", 3600 - "slab", 3601 - ] 3602 - 3603 - [[package]] 3604 - name = "miow" 3605 - version = "0.2.2" 3606 - source = "registry+https://github.com/rust-lang/crates.io-index" 3607 - checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 3608 - dependencies = [ 3609 - "kernel32-sys", 3610 - "net2", 3611 - "winapi 0.2.8", 3612 - "ws2_32-sys", 3553 + "windows-sys 0.45.0", 3613 3554 ] 3614 3555 3615 3556 [[package]] ··· 3628 3569 "anyhow", 3629 3570 "clap 3.2.23", 3630 3571 "dirs 2.0.2", 3572 + "hex", 3631 3573 "identity", 3632 3574 "libc", 3633 3575 "serde", 3576 + "sha2 0.10.6", 3634 3577 "toml", 3635 3578 ] 3636 3579 ··· 3703 3646 ] 3704 3647 3705 3648 [[package]] 3706 - name = "net2" 3707 - version = "0.2.38" 3708 - source = "registry+https://github.com/rust-lang/crates.io-index" 3709 - checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 3710 - dependencies = [ 3711 - "cfg-if 0.1.10", 3712 - "libc", 3713 - "winapi 0.3.9", 3714 - ] 3715 - 3716 - [[package]] 3717 3649 name = "network-doctor" 3718 3650 version = "0.1.0" 3719 3651 dependencies = [ ··· 3739 3671 "cfg-if 1.0.0", 3740 3672 "libc", 3741 3673 "memoffset 0.6.5", 3674 + ] 3675 + 3676 + [[package]] 3677 + name = "nix" 3678 + version = "0.26.2" 3679 + source = "registry+https://github.com/rust-lang/crates.io-index" 3680 + checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 3681 + dependencies = [ 3682 + "bitflags", 3683 + "cfg-if 1.0.0", 3684 + "libc", 3685 + "static_assertions", 3742 3686 ] 3743 3687 3744 3688 [[package]] ··· 3781 3725 ] 3782 3726 3783 3727 [[package]] 3784 - name = "notify" 3785 - version = "4.0.17" 3786 - source = "registry+https://github.com/rust-lang/crates.io-index" 3787 - checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 3788 - dependencies = [ 3789 - "bitflags", 3790 - "filetime", 3791 - "fsevent", 3792 - "fsevent-sys", 3793 - "inotify", 3794 - "libc", 3795 - "mio 0.6.23", 3796 - "mio-extras", 3797 - "walkdir", 3798 - "winapi 0.3.9", 3799 - ] 3800 - 3801 - [[package]] 3802 3728 name = "ntapi" 3803 3729 version = "0.3.7" 3804 3730 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3878 3804 ] 3879 3805 3880 3806 [[package]] 3807 + name = "object" 3808 + version = "0.30.3" 3809 + source = "registry+https://github.com/rust-lang/crates.io-index" 3810 + checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 3811 + dependencies = [ 3812 + "memchr", 3813 + ] 3814 + 3815 + [[package]] 3881 3816 name = "once_cell" 3882 - version = "1.17.0" 3817 + version = "1.17.1" 3883 3818 source = "registry+https://github.com/rust-lang/crates.io-index" 3884 - checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 3819 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 3885 3820 3886 3821 [[package]] 3887 3822 name = "oorandom" ··· 4109 4044 4110 4045 [[package]] 4111 4046 name = "pest" 4112 - version = "2.5.4" 4047 + version = "2.5.6" 4113 4048 source = "registry+https://github.com/rust-lang/crates.io-index" 4114 - checksum = "4ab62d2fa33726dbe6321cc97ef96d8cde531e3eeaf858a058de53a8a6d40d8f" 4049 + checksum = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7" 4115 4050 dependencies = [ 4116 4051 "thiserror", 4117 4052 "ucd-trie", ··· 4119 4054 4120 4055 [[package]] 4121 4056 name = "pest_derive" 4122 - version = "2.5.4" 4057 + version = "2.5.6" 4123 4058 source = "registry+https://github.com/rust-lang/crates.io-index" 4124 - checksum = "8bf026e2d0581559db66d837fe5242320f525d85c76283c61f4d51a1238d65ea" 4059 + checksum = "a81186863f3d0a27340815be8f2078dd8050b14cd71913db9fbda795e5f707d7" 4125 4060 dependencies = [ 4126 4061 "pest", 4127 4062 "pest_generator", ··· 4129 4064 4130 4065 [[package]] 4131 4066 name = "pest_generator" 4132 - version = "2.5.4" 4067 + version = "2.5.6" 4133 4068 source = "registry+https://github.com/rust-lang/crates.io-index" 4134 - checksum = "2b27bd18aa01d91c8ed2b61ea23406a676b42d82609c6e2581fba42f0c15f17f" 4069 + checksum = "75a1ef20bf3193c15ac345acb32e26b3dc3223aff4d77ae4fc5359567683796b" 4135 4070 dependencies = [ 4136 4071 "pest", 4137 4072 "pest_meta", ··· 4142 4077 4143 4078 [[package]] 4144 4079 name = "pest_meta" 4145 - version = "2.5.4" 4080 + version = "2.5.6" 4146 4081 source = "registry+https://github.com/rust-lang/crates.io-index" 4147 - checksum = "9f02b677c1859756359fc9983c2e56a0237f18624a3789528804406b7e915e5d" 4082 + checksum = "5e3b284b1f13a20dc5ebc90aff59a51b8d7137c221131b52a7260c08cbc1cc80" 4148 4083 dependencies = [ 4149 4084 "once_cell", 4150 4085 "pest", ··· 4427 4362 ] 4428 4363 4429 4364 [[package]] 4365 + name = "pyatexit" 4366 + version = "0.1.0" 4367 + dependencies = [ 4368 + "atexit", 4369 + "cpython", 4370 + "cpython_ext", 4371 + ] 4372 + 4373 + [[package]] 4430 4374 name = "pyauth" 4431 4375 version = "0.1.0" 4432 4376 dependencies = [ ··· 4515 4459 ] 4516 4460 4517 4461 [[package]] 4462 + name = "pyconchparser" 4463 + version = "0.1.0" 4464 + dependencies = [ 4465 + "conch-parser", 4466 + "cpython", 4467 + "cpython_ext", 4468 + ] 4469 + 4470 + [[package]] 4518 4471 name = "pyconfigloader" 4519 4472 version = "0.1.0" 4520 4473 dependencies = [ ··· 4527 4480 ] 4528 4481 4529 4482 [[package]] 4483 + name = "pycopytrace" 4484 + version = "0.1.0" 4485 + dependencies = [ 4486 + "copytrace", 4487 + "cpython", 4488 + "cpython_ext", 4489 + "parking_lot 0.11.2", 4490 + "types", 4491 + ] 4492 + 4493 + [[package]] 4530 4494 name = "pydag" 4531 4495 version = "0.1.0" 4532 4496 dependencies = [ ··· 5015 4979 "cpython", 5016 4980 "cpython_ext", 5017 4981 "crossbeam 0.7.3", 5018 - "memmap", 4982 + "memmap2", 5019 4983 "minibytes", 5020 4984 "pyrevisionstore", 5021 4985 "quickcheck", ··· 5085 5049 [[package]] 5086 5050 name = "quickcheck_arbitrary_derive" 5087 5051 version = "0.1.0" 5088 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 5052 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 5089 5053 dependencies = [ 5090 5054 "proc-macro2", 5091 5055 "quickcheck", ··· 5225 5189 5226 5190 [[package]] 5227 5191 name = "rayon" 5228 - version = "1.6.1" 5192 + version = "1.7.0" 5229 5193 source = "registry+https://github.com/rust-lang/crates.io-index" 5230 - checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" 5194 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 5231 5195 dependencies = [ 5232 5196 "either", 5233 5197 "rayon-core", ··· 5235 5199 5236 5200 [[package]] 5237 5201 name = "rayon-core" 5238 - version = "1.10.2" 5202 + version = "1.11.0" 5239 5203 source = "registry+https://github.com/rust-lang/crates.io-index" 5240 - checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" 5204 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 5241 5205 dependencies = [ 5242 - "crossbeam-channel 0.5.6", 5243 - "crossbeam-deque 0.8.2", 5244 - "crossbeam-utils 0.8.14", 5206 + "crossbeam-channel 0.5.7", 5207 + "crossbeam-deque 0.8.3", 5208 + "crossbeam-utils 0.8.15", 5245 5209 "num_cpus", 5246 5210 ] 5247 5211 ··· 5276 5240 5277 5241 [[package]] 5278 5242 name = "ref-cast" 5279 - version = "1.0.14" 5243 + version = "1.0.15" 5280 5244 source = "registry+https://github.com/rust-lang/crates.io-index" 5281 - checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed" 5245 + checksum = "a9af2cf09ef80e610097515e80095b7f76660a92743c4185aff5406cd5ce3dd5" 5282 5246 dependencies = [ 5283 5247 "ref-cast-impl", 5284 5248 ] 5285 5249 5286 5250 [[package]] 5287 5251 name = "ref-cast-impl" 5288 - version = "1.0.14" 5252 + version = "1.0.15" 5289 5253 source = "registry+https://github.com/rust-lang/crates.io-index" 5290 - checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f" 5254 + checksum = "9c501201393982e275433bc55de7d6ae6f00e7699cd5572c5b57581cd69c881b" 5291 5255 dependencies = [ 5292 5256 "proc-macro2", 5293 5257 "quote", ··· 5356 5320 "async-runtime", 5357 5321 "configloader", 5358 5322 "configmodel", 5323 + "eagerepo", 5359 5324 "edenapi", 5360 5325 "fail", 5326 + "gitstore", 5361 5327 "hgcommits", 5362 5328 "identity", 5363 5329 "manifest-tree", ··· 5434 5400 "tokio", 5435 5401 "tokio-native-tls", 5436 5402 "tokio-rustls", 5437 - "tokio-util 0.7.4", 5403 + "tokio-util 0.7.7", 5438 5404 "tower-service", 5439 5405 "trust-dns-resolver", 5440 5406 "url", ··· 5500 5466 "lz4-pyframe", 5501 5467 "manifest-tree", 5502 5468 "maplit", 5503 - "memmap", 5469 + "memmap2", 5504 5470 "mincode", 5505 5471 "minibytes", 5506 5472 "mockito", ··· 5517 5483 "serde", 5518 5484 "serde_derive", 5519 5485 "serde_json", 5520 - "sha-1", 5486 + "sha1", 5521 5487 "sha2 0.10.6", 5522 5488 "storemodel", 5523 5489 "tempfile", ··· 5624 5590 ] 5625 5591 5626 5592 [[package]] 5593 + name = "rustc-demangle" 5594 + version = "0.1.21" 5595 + source = "registry+https://github.com/rust-lang/crates.io-index" 5596 + checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 5597 + 5598 + [[package]] 5627 5599 name = "rustc_version" 5628 5600 version = "0.4.0" 5629 5601 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5634 5606 5635 5607 [[package]] 5636 5608 name = "rustix" 5637 - version = "0.36.8" 5609 + version = "0.36.9" 5638 5610 source = "registry+https://github.com/rust-lang/crates.io-index" 5639 - checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 5611 + checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc" 5640 5612 dependencies = [ 5641 5613 "bitflags", 5642 5614 "errno", ··· 5681 5653 5682 5654 [[package]] 5683 5655 name = "ryu" 5684 - version = "1.0.12" 5656 + version = "1.0.13" 5685 5657 source = "registry+https://github.com/rust-lang/crates.io-index" 5686 - checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 5658 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 5687 5659 5688 5660 [[package]] 5689 5661 name = "safemem" ··· 5733 5705 5734 5706 [[package]] 5735 5707 name = "scratch" 5736 - version = "1.0.3" 5708 + version = "1.0.4" 5737 5709 source = "registry+https://github.com/rust-lang/crates.io-index" 5738 - checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" 5710 + checksum = "5d5e082f6ea090deaf0e6dd04b68360fd5cddb152af6ce8927c9d25db299f98c" 5739 5711 5740 5712 [[package]] 5741 5713 name = "sct" ··· 5810 5782 [[package]] 5811 5783 name = "serde_bser" 5812 5784 version = "0.3.1" 5813 - source = "git+https://github.com/facebook/watchman.git?branch=main#5cba53852d5970c5fa6c5ffe8f35afc908b77279" 5785 + source = "git+https://github.com/facebook/watchman.git?branch=main#12a12d48d21300a67ce900d434aa3172ee9fbd90" 5814 5786 dependencies = [ 5815 5787 "anyhow", 5816 5788 "byteorder", 5817 5789 "bytes 1.4.0", 5818 5790 "serde", 5791 + "serde_bytes", 5819 5792 "thiserror", 5820 5793 ] 5821 5794 ··· 5851 5824 5852 5825 [[package]] 5853 5826 name = "serde_json" 5854 - version = "1.0.92" 5827 + version = "1.0.93" 5855 5828 source = "registry+https://github.com/rust-lang/crates.io-index" 5856 - checksum = "7434af0dc1cbd59268aa98b4c22c131c0584d2232f6fb166efb993e2832e896a" 5829 + checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" 5857 5830 dependencies = [ 5858 - "itoa 1.0.5", 5831 + "itoa 1.0.6", 5859 5832 "ryu", 5860 5833 "serde", 5861 5834 ] ··· 5879 5852 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 5880 5853 dependencies = [ 5881 5854 "form_urlencoded", 5882 - "itoa 1.0.5", 5855 + "itoa 1.0.6", 5883 5856 "ryu", 5884 5857 "serde", 5885 5858 ] 5886 5859 5887 5860 [[package]] 5888 - name = "sha-1" 5889 - version = "0.10.1" 5861 + name = "sha1" 5862 + version = "0.10.5" 5890 5863 source = "registry+https://github.com/rust-lang/crates.io-index" 5891 - checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" 5864 + checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 5892 5865 dependencies = [ 5893 5866 "cfg-if 1.0.0", 5894 5867 "cpufeatures", 5895 5868 "digest 0.10.6", 5896 - ] 5897 - 5898 - [[package]] 5899 - name = "sha1" 5900 - version = "0.6.1" 5901 - source = "registry+https://github.com/rust-lang/crates.io-index" 5902 - checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" 5903 - dependencies = [ 5904 - "sha1_smol", 5905 5869 ] 5906 5870 5907 5871 [[package]] ··· 5970 5934 5971 5935 [[package]] 5972 5936 name = "signal-hook" 5973 - version = "0.3.14" 5937 + version = "0.3.15" 5974 5938 source = "registry+https://github.com/rust-lang/crates.io-index" 5975 - checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 5939 + checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 5976 5940 dependencies = [ 5977 5941 "libc", 5978 5942 "signal-hook-registry", ··· 5986 5950 dependencies = [ 5987 5951 "libc", 5988 5952 "mio 0.7.14", 5989 - "signal-hook 0.3.14", 5953 + "signal-hook 0.3.15", 5990 5954 ] 5991 5955 5992 5956 [[package]] 5993 5957 name = "signal-hook-registry" 5994 - version = "1.4.0" 5958 + version = "1.4.1" 5995 5959 source = "registry+https://github.com/rust-lang/crates.io-index" 5996 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 5960 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 5997 5961 dependencies = [ 5998 5962 "libc", 5999 5963 ] ··· 6033 5997 6034 5998 [[package]] 6035 5999 name = "slab" 6036 - version = "0.4.7" 6000 + version = "0.4.8" 6037 6001 source = "registry+https://github.com/rust-lang/crates.io-index" 6038 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 6002 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 6039 6003 dependencies = [ 6040 6004 "autocfg", 6041 6005 ] ··· 6048 6012 6049 6013 [[package]] 6050 6014 name = "socket2" 6051 - version = "0.4.7" 6015 + version = "0.4.9" 6052 6016 source = "registry+https://github.com/rust-lang/crates.io-index" 6053 - checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 6017 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 6054 6018 dependencies = [ 6055 6019 "libc", 6056 6020 "winapi 0.3.9", ··· 6059 6023 [[package]] 6060 6024 name = "sorted_vector_map" 6061 6025 version = "0.1.0" 6062 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 6026 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 6063 6027 dependencies = [ 6064 6028 "itertools 0.10.5", 6065 6029 "quickcheck", ··· 6141 6105 [[package]] 6142 6106 name = "streampager" 6143 6107 version = "0.10.3" 6144 - source = "registry+https://github.com/rust-lang/crates.io-index" 6145 - checksum = "d43e4988f446d8d15c370527d38cdd35b470139775edeeca4c03921486c9b65a" 6146 6108 dependencies = [ 6147 - "anyhow", 6148 6109 "bit-set", 6149 - "clap 2.34.0", 6150 - "dirs 3.0.2", 6110 + "dirs 2.0.2", 6151 6111 "enum_dispatch", 6152 6112 "indexmap", 6153 6113 "lazy_static", 6154 6114 "lru", 6155 6115 "memmap2", 6156 - "notify", 6157 - "pest", 6158 - "pest_derive", 6159 6116 "regex", 6160 6117 "scopeguard", 6161 6118 "serde", ··· 6237 6194 6238 6195 [[package]] 6239 6196 name = "subtle" 6240 - version = "2.4.1" 6197 + version = "2.5.0" 6241 6198 source = "registry+https://github.com/rust-lang/crates.io-index" 6242 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 6199 + checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 6243 6200 6244 6201 [[package]] 6245 6202 name = "sval" ··· 6249 6206 6250 6207 [[package]] 6251 6208 name = "syn" 6252 - version = "1.0.107" 6209 + version = "1.0.109" 6253 6210 source = "registry+https://github.com/rust-lang/crates.io-index" 6254 - checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 6211 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 6255 6212 dependencies = [ 6256 6213 "proc-macro2", 6257 6214 "quote", ··· 6282 6239 6283 6240 [[package]] 6284 6241 name = "tempfile" 6285 - version = "3.3.0" 6242 + version = "3.4.0" 6286 6243 source = "registry+https://github.com/rust-lang/crates.io-index" 6287 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 6244 + checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" 6288 6245 dependencies = [ 6289 6246 "cfg-if 1.0.0", 6290 6247 "fastrand", 6291 - "libc", 6292 6248 "redox_syscall", 6293 - "remove_dir_all", 6294 - "winapi 0.3.9", 6295 - ] 6296 - 6297 - [[package]] 6298 - name = "term_size" 6299 - version = "0.3.2" 6300 - source = "registry+https://github.com/rust-lang/crates.io-index" 6301 - checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" 6302 - dependencies = [ 6303 - "libc", 6304 - "winapi 0.3.9", 6249 + "rustix", 6250 + "windows-sys 0.42.0", 6305 6251 ] 6306 6252 6307 6253 [[package]] ··· 6325 6271 6326 6272 [[package]] 6327 6273 name = "terminal_size" 6328 - version = "0.2.3" 6274 + version = "0.2.5" 6329 6275 source = "registry+https://github.com/rust-lang/crates.io-index" 6330 - checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907" 6276 + checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a" 6331 6277 dependencies = [ 6332 6278 "rustix", 6333 - "windows-sys 0.42.0", 6279 + "windows-sys 0.45.0", 6334 6280 ] 6335 6281 6336 6282 [[package]] ··· 6396 6342 "libc", 6397 6343 "log", 6398 6344 "memmem", 6399 - "nix", 6345 + "nix 0.24.3", 6400 6346 "num-derive", 6401 6347 "num-traits", 6402 6348 "ordered-float 3.4.0", ··· 6426 6372 source = "registry+https://github.com/rust-lang/crates.io-index" 6427 6373 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 6428 6374 dependencies = [ 6429 - "term_size", 6430 6375 "unicode-width", 6431 6376 ] 6432 6377 ··· 6436 6381 source = "registry+https://github.com/rust-lang/crates.io-index" 6437 6382 checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 6438 6383 dependencies = [ 6439 - "terminal_size 0.2.3", 6384 + "terminal_size 0.2.5", 6440 6385 "unicode-width", 6441 6386 ] 6442 6387 ··· 6462 6407 6463 6408 [[package]] 6464 6409 name = "thread_local" 6465 - version = "1.1.4" 6410 + version = "1.1.7" 6466 6411 source = "registry+https://github.com/rust-lang/crates.io-index" 6467 - checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 6412 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 6468 6413 dependencies = [ 6414 + "cfg-if 1.0.0", 6469 6415 "once_cell", 6470 6416 ] 6471 6417 ··· 6509 6455 [[package]] 6510 6456 name = "thrift_compiler" 6511 6457 version = "0.1.0" 6512 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 6458 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 6513 6459 dependencies = [ 6514 6460 "anyhow", 6515 6461 "clap 2.34.0", ··· 6529 6475 6530 6476 [[package]] 6531 6477 name = "time" 6532 - version = "0.3.17" 6478 + version = "0.3.20" 6533 6479 source = "registry+https://github.com/rust-lang/crates.io-index" 6534 - checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" 6480 + checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 6535 6481 dependencies = [ 6536 - "itoa 1.0.5", 6482 + "itoa 1.0.6", 6537 6483 "libc", 6538 6484 "num_threads", 6539 6485 "serde", ··· 6549 6495 6550 6496 [[package]] 6551 6497 name = "time-macros" 6552 - version = "0.2.6" 6498 + version = "0.2.8" 6553 6499 source = "registry+https://github.com/rust-lang/crates.io-index" 6554 - checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2" 6500 + checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 6555 6501 dependencies = [ 6556 6502 "time-core", 6557 6503 ] ··· 6583 6529 6584 6530 [[package]] 6585 6531 name = "tokio" 6586 - version = "1.25.0" 6532 + version = "1.26.0" 6587 6533 source = "registry+https://github.com/rust-lang/crates.io-index" 6588 - checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" 6534 + checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 6589 6535 dependencies = [ 6590 6536 "autocfg", 6591 6537 "bytes 1.4.0", 6592 6538 "libc", 6593 6539 "memchr", 6594 - "mio 0.8.5", 6540 + "mio 0.8.6", 6595 6541 "num_cpus", 6596 6542 "parking_lot 0.12.1", 6597 6543 "pin-project-lite", ··· 6599 6545 "socket2", 6600 6546 "tokio-macros", 6601 6547 "tracing", 6602 - "windows-sys 0.42.0", 6548 + "windows-sys 0.45.0", 6603 6549 ] 6604 6550 6605 6551 [[package]] ··· 6626 6572 6627 6573 [[package]] 6628 6574 name = "tokio-native-tls" 6629 - version = "0.3.0" 6575 + version = "0.3.1" 6630 6576 source = "registry+https://github.com/rust-lang/crates.io-index" 6631 - checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 6577 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 6632 6578 dependencies = [ 6633 6579 "native-tls", 6634 6580 "tokio", ··· 6647 6593 6648 6594 [[package]] 6649 6595 name = "tokio-stream" 6650 - version = "0.1.11" 6596 + version = "0.1.12" 6651 6597 source = "registry+https://github.com/rust-lang/crates.io-index" 6652 - checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" 6598 + checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" 6653 6599 dependencies = [ 6654 6600 "futures-core", 6655 6601 "pin-project-lite", 6656 6602 "tokio", 6657 - "tokio-util 0.7.4", 6603 + "tokio-util 0.7.7", 6658 6604 ] 6659 6605 6660 6606 [[package]] ··· 6677 6623 [[package]] 6678 6624 name = "tokio-uds-compat" 6679 6625 version = "0.1.0" 6680 - source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#885afcb11d04db1fd59d1e2acdd18cc095f45eb2" 6626 + source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#fda41b401e251976b4a645650a3f429c6ef28f1a" 6681 6627 dependencies = [ 6682 6628 "async-io", 6683 6629 "futures 0.3.26", ··· 6704 6650 6705 6651 [[package]] 6706 6652 name = "tokio-util" 6707 - version = "0.7.4" 6653 + version = "0.7.7" 6708 6654 source = "registry+https://github.com/rust-lang/crates.io-index" 6709 - checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" 6655 + checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 6710 6656 dependencies = [ 6711 6657 "bytes 1.4.0", 6712 6658 "futures-core", ··· 6889 6835 "sharded-slab", 6890 6836 "smallvec", 6891 6837 "thread_local", 6892 - "time 0.3.17", 6838 + "time 0.3.20", 6893 6839 "tracing", 6894 6840 "tracing-core", 6895 6841 "tracing-log", ··· 7018 6964 "serde_cbor", 7019 6965 "serde_derive", 7020 6966 "serde_json", 7021 - "sha-1", 6967 + "sha1", 7022 6968 "thiserror", 7023 6969 "util", 7024 6970 "vlqencoding", ··· 7057 7003 7058 7004 [[package]] 7059 7005 name = "unicode-ident" 7060 - version = "1.0.6" 7006 + version = "1.0.7" 7061 7007 source = "registry+https://github.com/rust-lang/crates.io-index" 7062 - checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 7008 + checksum = "775c11906edafc97bc378816b94585fbd9a054eabaf86fdd0ced94af449efab7" 7063 7009 7064 7010 [[package]] 7065 7011 name = "unicode-normalization" ··· 7131 7077 "hostname 0.3.1", 7132 7078 "lazystr", 7133 7079 "libc", 7134 - "memmap", 7080 + "memmap2", 7135 7081 "once_cell", 7136 7082 "rand 0.8.5", 7137 7083 "shellexpand", ··· 7143 7089 7144 7090 [[package]] 7145 7091 name = "uuid" 7146 - version = "0.8.2" 7092 + version = "1.3.0" 7147 7093 source = "registry+https://github.com/rust-lang/crates.io-index" 7148 - checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 7094 + checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" 7149 7095 dependencies = [ 7096 + "atomic", 7150 7097 "getrandom 0.2.8", 7151 7098 "serde", 7152 - "sha1", 7099 + "sha1_smol", 7153 7100 ] 7154 7101 7155 7102 [[package]] ··· 7345 7292 [[package]] 7346 7293 name = "watchman_client" 7347 7294 version = "0.8.0" 7348 - source = "git+https://github.com/facebook/watchman.git?branch=main#5cba53852d5970c5fa6c5ffe8f35afc908b77279" 7295 + source = "git+https://github.com/facebook/watchman.git?branch=main#12a12d48d21300a67ce900d434aa3172ee9fbd90" 7349 7296 dependencies = [ 7350 7297 "anyhow", 7351 7298 "bytes 1.4.0", ··· 7631 7578 ] 7632 7579 7633 7580 [[package]] 7634 - name = "ws2_32-sys" 7635 - version = "0.2.1" 7636 - source = "registry+https://github.com/rust-lang/crates.io-index" 7637 - checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 7638 - dependencies = [ 7639 - "winapi 0.2.8", 7640 - "winapi-build", 7641 - ] 7642 - 7643 - [[package]] 7644 7581 name = "xdiff" 7645 7582 version = "0.1.0" 7646 7583 dependencies = [ ··· 7697 7634 7698 7635 [[package]] 7699 7636 name = "zstd-sys" 7700 - version = "2.0.6+zstd.1.5.2" 7637 + version = "2.0.7+zstd.1.5.4" 7701 7638 source = "registry+https://github.com/rust-lang/crates.io-index" 7702 - checksum = "68a3f9792c0c3dc6c165840a75f47ae1f4da402c2d006881129579f6597e801b" 7639 + checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" 7703 7640 dependencies = [ 7704 7641 "cc", 7705 7642 "libc", ··· 7729 7666 "parking_lot 0.11.2", 7730 7667 "quickcheck", 7731 7668 "serde", 7732 - "sha-1", 7669 + "sha1", 7733 7670 "tempfile", 7734 7671 "tracing", 7735 7672 "types",
+6 -7
pkgs/applications/version-management/sapling/default.nix
··· 43 43 owner = "facebook"; 44 44 repo = "sapling"; 45 45 rev = version; 46 - hash = "sha256-WOvkw+vuU/9vWgxCx7ogawQWCr1O7E70uw/LhuLiSzE"; 46 + hash = "sha256-e+S5gyyJF3bu6Yo+KjG2lLfjToYzzFj10GTcrPfzxDE="; 47 47 }; 48 48 49 49 addonsSrc = "${src}/addons"; ··· 51 51 # Fetches the Yarn modules in Nix to to be used as an offline cache 52 52 yarnOfflineCache = fetchYarnDeps { 53 53 yarnLock = "${addonsSrc}/yarn.lock"; 54 - sha256 = "sha256-haeVRO5JBStrO7fjI9WhC5xZwX0IlZR1wxh0Q+m/UQM"; 54 + sha256 = "sha256-bJpfa1i3G5Ym5CLVpCt+7q5FNv34CoJBefXaf4qlxNA="; 55 55 }; 56 56 57 57 # Builds the NodeJS server that runs with `sl web` ··· 101 101 lockFile = ./Cargo.lock; 102 102 outputHashes = { 103 103 "abomonation-0.7.3+smallvec1" = "sha256-AxEXR6GC8gHjycIPOfoViP7KceM29p2ZISIt4iwJzvM="; 104 - "cloned-0.1.0" = "sha256-ZWO3/+O3Oc2Zg99seJ40CInrW1+3rFvL5HjIxhjDW5I="; 105 - "deltae-0.3.0" = "sha256-a9Skaqs+tVTw8x83jga+INBr+TdaMmo35Bf2wbfR6zs="; 106 - "fb303_core-0.0.0" = "sha256-LEib4QL5sMCUyQ9yGWnsOmO6hmlDaE80nfmrTC8elu0="; 107 - "fbthrift-0.0.1+unstable" = "sha256-4SjdZzG6UP8OY7/Qy7ebdKOg1WdZ2USG6wJ7YhA/PxU="; 104 + "cloned-0.1.0" = "sha256-WHsvgnbAYrFx22p3rbMzlCIaZ8+BTsMswiTv4h+A/ZI="; 105 + "fb303_core-0.0.0" = "sha256-bg4+4kdHfgaEbLzkCftdLH++QKherIAfM7IzlWeOWKI="; 106 + "fbthrift-0.0.1+unstable" = "sha256-0qvab0a3PdvlOq2teXKjYrB9UbWLKzMbHgv/3LSsT+4="; 108 107 "reqwest-0.11.11" = "sha256-uhc8XhkGW22XDNo0qreWdXeFF2cslOOZHfTRQ30IBcE="; 109 - "serde_bser-0.3.1" = "sha256-uW7qXEn0p7m6uo5r+rD3TDH/Lf1cBMWml0TbhysgDH8="; 108 + "serde_bser-0.3.1" = "sha256-Sk3prRcLr2ExXvq7Px4+NRXbY8ZaRWOYexnaUAqQ4ao="; 110 109 }; 111 110 }; 112 111 postPatch = ''
+2 -2
pkgs/applications/version-management/sapling/deps.json
··· 73 73 "url": "https://files.pythonhosted.org/packages/4c/76/1e41fbb365ad20b6efab2e61b0f4751518444c953b390f9b2d36cf97eea0/Cython-0.29.32.tar.gz" 74 74 } 75 75 ], 76 - "version": "0.2.20230124-180750-hf8cd450a", 77 - "versionHash": "5465836048527734544" 76 + "version": "0.2.20230228-144002-h9440b05e", 77 + "versionHash": "6463510610610398322" 78 78 }
+7 -2
pkgs/development/compilers/ponyc/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchurl, makeWrapper, pcre2, coreutils, which, openssl, libxml2, cmake, z3, substituteAll, python3, 1 + { lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, pcre2, coreutils, which, openssl, libxml2, cmake, z3, substituteAll, python3, 2 2 cc ? stdenv.cc, lto ? !stdenv.isDarwin }: 3 3 4 4 stdenv.mkDerivation (rec { ··· 35 35 rev = "release-1.10.0"; 36 36 sha256 = "1zbmab9295scgg4z2vclgfgjchfjailjnvzc6f5x9jvlsdi3dpwz"; 37 37 }; 38 + }) 39 + (fetchpatch { 40 + name = "remove-decnet-header.patch"; 41 + url = "https://github.com/ponylang/ponyc/commit/e5b9b5daec5b19415d519b09954cbd3cf5f34220.patch"; 42 + hash = "sha256-60cOhBBwQxWLwEx+svtFtJ7POQkHzJo2LDPRJ5L/bNk="; 38 43 }) 39 44 ]; 40 45 ··· 93 98 homepage = "https://www.ponylang.org"; 94 99 license = licenses.bsd2; 95 100 maintainers = with maintainers; [ kamilchm patternspandemic redvers ]; 96 - platforms = [ "x86_64-linux" "x86_64-darwin" ]; 101 + platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ]; 97 102 }; 98 103 })
+1 -1
pkgs/development/interpreters/trealla/default.nix
··· 27 27 28 28 nativeBuildInputs = [ xxd ]; 29 29 buildInputs = [ readline openssl libffi ]; 30 - checkInputs = [ valgrind ]; 30 + checkInputs = lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [ valgrind ]; 31 31 enableParallelBuilding = true; 32 32 33 33 installPhase = ''
+5 -5
pkgs/development/python-modules/aiodiscover/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "aiodiscover"; 16 - version = "1.4.13"; 16 + version = "1.4.14"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 21 21 src = fetchFromGitHub { 22 22 owner = "bdraco"; 23 23 repo = pname; 24 - rev = "v${version}"; 25 - hash = "sha256-tIbLb4Jk3vR1hVcdUPuYJrse7BcfE4Z/dXShs/uBDBo="; 24 + rev = "refs/tags/v${version}"; 25 + hash = "sha256-AZ6AqobhgMRCrCqtTuCfJjmKZjFlyIIxPqMtHHH9aBA="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [ ··· 35 35 36 36 postPatch = '' 37 37 substituteInPlace setup.py \ 38 - --replace '"pytest-runner>=5.2",' "" \ 39 - --replace "pyroute2>=0.5.18,!=0.6.1" "pyroute2" 38 + --replace '"pytest-runner>=5.2",' "" 40 39 ''; 41 40 42 41 nativeCheckInputs = [ ··· 56 55 meta = with lib; { 57 56 description = "Python module to discover hosts via ARP and PTR lookup"; 58 57 homepage = "https://github.com/bdraco/aiodiscover"; 58 + changelog = "https://github.com/bdraco/aiodiscover/releases/tag/v${version}"; 59 59 license = with licenses; [ asl20 ]; 60 60 maintainers = with maintainers; [ fab ]; 61 61 };
+2 -2
pkgs/development/python-modules/aliyun-python-sdk-iot/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "aliyun-python-sdk-iot"; 10 - version = "8.51.0"; 10 + version = "8.52.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-Aqyvlb+a6Hos6zc6xkd249WUlk8RpdK475eozjwVDDA="; 17 + hash = "sha256-ztuOTjWBlmTS9IvHqNW+mBi1AT0YW3RjwCZTwEcddpE="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [
+3 -7
pkgs/development/python-modules/exchangelib/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "exchangelib"; 30 - version = "4.7.6"; 30 + version = "4.9.0"; 31 31 format = "setuptools"; 32 32 33 33 disabled = pythonOlder "3.7"; ··· 36 36 owner = "ecederstrand"; 37 37 repo = pname; 38 38 rev = "refs/tags/v${version}"; 39 - hash = "sha256-Oarmdc2PuE4kQ/qUqQhuzdTpIrrMFCK72CrVmoSH1DI="; 39 + hash = "sha256-4oRIL5s2qN1tB8uijLiPkQTR4cXg4KsxqyZebw/cVkE="; 40 40 }; 41 41 42 42 patches = [ 43 - (fetchpatch { 44 - name = "tests-timezones.patch"; 45 - url = "https://github.com/ecederstrand/exchangelib/commit/d5d386f54adec8ab02f871332b89e1176c214ba2.diff"; 46 - hash = "sha256-E3Ys6IDJ/yMsvi+1GKbwckkhbNrc9JLM/+GrPtUz+mY="; 47 - }) 48 43 (fetchpatch { 49 44 name = "tests-timezones-2.patch"; 50 45 url = "https://github.com/ecederstrand/exchangelib/commit/419eafcd9261bfd0617823ee437204d5556a8271.diff"; ··· 87 82 meta = with lib; { 88 83 description = "Client for Microsoft Exchange Web Services (EWS)"; 89 84 homepage = "https://github.com/ecederstrand/exchangelib"; 85 + changelog = "https://github.com/ecederstrand/exchangelib/blob/v${version}/CHANGELOG.md"; 90 86 license = licenses.bsd2; 91 87 maintainers = with maintainers; [ catern ]; 92 88 };
+2 -1
pkgs/development/python-modules/ospd/default.nix
··· 21 21 src = fetchFromGitHub { 22 22 owner = "greenbone"; 23 23 repo = pname; 24 - rev = "v${version}"; 24 + rev = "refs/tags/v${version}"; 25 25 hash = "sha256-dZgs+G2vJQIKnN9xHcNeNViG7mOIdKb+Ms2AKE+FC4M="; 26 26 }; 27 27 ··· 44 44 meta = with lib; { 45 45 description = "Framework for vulnerability scanners which support OSP"; 46 46 homepage = "https://github.com/greenbone/ospd"; 47 + changelog = "https://github.com/greenbone/ospd/releases/tag/v${version}"; 47 48 license = with licenses; [ agpl3Plus ]; 48 49 maintainers = with maintainers; [ fab ]; 49 50 };
+16 -6
pkgs/development/tools/jid/default.nix
··· 1 - { lib, buildGoPackage, fetchFromGitHub }: 1 + { lib, buildGoModule, fetchFromGitHub, testers, jid }: 2 2 3 - buildGoPackage rec { 3 + buildGoModule rec { 4 4 pname = "jid"; 5 5 version = "0.7.6"; 6 - 7 - goPackagePath = "github.com/simeji/jid"; 8 6 9 7 src = fetchFromGitHub { 10 8 owner = "simeji"; 11 9 repo = "jid"; 12 10 rev = "v${version}"; 13 - sha256 = "15fgi7cpq5bg2lnpr7rip359xwj2kvlj6j2qzi837c26adnw973x"; 11 + hash = "sha256-fZzEbVNGsDNQ/FhII+meQvKeyrgxn3wtFW8VfNmJz5U="; 14 12 }; 15 13 16 - goDeps = ./deps.nix; 14 + vendorHash = "sha256-Lq8ouTjPsGhqDwrCMpqkSU7FEGszYwAkwl92vAEZ68w="; 15 + 16 + patches = [ 17 + # Run go mod tidy 18 + ./go-mod.patch 19 + ]; 20 + 21 + ldflags = [ "-s" "-w" ]; 22 + 23 + passthru.tests.version = testers.testVersion { 24 + package = jid; 25 + version = "v${version}"; 26 + }; 17 27 18 28 meta = { 19 29 description = "A command-line tool to incrementally drill down JSON";
-75
pkgs/development/tools/jid/deps.nix
··· 1 - # file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix) 2 - [ 3 - { 4 - goPackagePath = "github.com/bitly/go-simplejson"; 5 - fetch = { 6 - type = "git"; 7 - url = "https://github.com/bitly/go-simplejson"; 8 - rev = "v0.5.0"; 9 - sha256 = "0n9f9dz1jn1jx86d48569nznpjn9fmq3knn7r65xpy7jhih284jj"; 10 - }; 11 - } 12 - { 13 - goPackagePath = "github.com/fatih/color"; 14 - fetch = { 15 - type = "git"; 16 - url = "https://github.com/fatih/color"; 17 - rev = "v1.7.0"; 18 - sha256 = "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv"; 19 - }; 20 - } 21 - { 22 - goPackagePath = "github.com/mattn/go-colorable"; 23 - fetch = { 24 - type = "git"; 25 - url = "https://github.com/mattn/go-colorable"; 26 - rev = "v0.0.9"; 27 - sha256 = "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx"; 28 - }; 29 - } 30 - { 31 - goPackagePath = "github.com/mattn/go-isatty"; 32 - fetch = { 33 - type = "git"; 34 - url = "https://github.com/mattn/go-isatty"; 35 - rev = "v0.0.4"; 36 - sha256 = "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w"; 37 - }; 38 - } 39 - { 40 - goPackagePath = "github.com/mattn/go-runewidth"; 41 - fetch = { 42 - type = "git"; 43 - url = "https://github.com/mattn/go-runewidth"; 44 - rev = "v0.0.4"; 45 - sha256 = "00b3ssm7wiqln3k54z2wcnxr3k3c7m1ybyhb9h8ixzbzspld0qzs"; 46 - }; 47 - } 48 - { 49 - goPackagePath = "github.com/nsf/termbox-go"; 50 - fetch = { 51 - type = "git"; 52 - url = "https://github.com/nsf/termbox-go"; 53 - rev = "60ab7e3d12ed"; 54 - sha256 = "040064fh7wzdmv8flw6svi007hiqs1cjk1a3k3gpg7gii3npifsl"; 55 - }; 56 - } 57 - { 58 - goPackagePath = "github.com/nwidger/jsoncolor"; 59 - fetch = { 60 - type = "git"; 61 - url = "https://github.com/nwidger/jsoncolor"; 62 - rev = "75a6de4340e5"; 63 - sha256 = "0aiv42xijrqgrxfx6pfyrndpwqv8i1qwsk190jdczyjxlnki2nki"; 64 - }; 65 - } 66 - { 67 - goPackagePath = "github.com/pkg/errors"; 68 - fetch = { 69 - type = "git"; 70 - url = "https://github.com/pkg/errors"; 71 - rev = "v0.8.0"; 72 - sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5"; 73 - }; 74 - } 75 - ]
+79
pkgs/development/tools/jid/go-mod.patch
··· 1 + diff --git a/go.mod b/go.mod 2 + index d26c293..3276f36 100644 3 + --- a/go.mod 4 + +++ b/go.mod 5 + @@ -1,12 +1,24 @@ 6 + module github.com/simeji/jid 7 + 8 + +go 1.19 9 + + 10 + require ( 11 + github.com/bitly/go-simplejson v0.5.0 12 + - github.com/fatih/color v1.7.0 // indirect 13 + - github.com/mattn/go-colorable v0.0.9 // indirect 14 + - github.com/mattn/go-isatty v0.0.4 // indirect 15 + github.com/mattn/go-runewidth v0.0.4 16 + github.com/nsf/termbox-go v0.0.0-20181027232701-60ab7e3d12ed 17 + github.com/nwidger/jsoncolor v0.0.0-20170215171346-75a6de4340e5 18 + github.com/pkg/errors v0.8.0 19 + + github.com/stretchr/testify v1.8.2 20 + +) 21 + + 22 + +require ( 23 + + github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect 24 + + github.com/davecgh/go-spew v1.1.1 // indirect 25 + + github.com/fatih/color v1.7.0 // indirect 26 + + github.com/kr/pretty v0.3.1 // indirect 27 + + github.com/mattn/go-colorable v0.0.9 // indirect 28 + + github.com/mattn/go-isatty v0.0.4 // indirect 29 + + github.com/pmezard/go-difflib v1.0.0 // indirect 30 + + golang.org/x/sys v0.5.0 // indirect 31 + + gopkg.in/yaml.v3 v3.0.1 // indirect 32 + ) 33 + diff --git a/go.sum b/go.sum 34 + index 2fb379f..07d786d 100644 35 + --- a/go.sum 36 + +++ b/go.sum 37 + @@ -1,7 +1,17 @@ 38 + github.com/bitly/go-simplejson v0.5.0 h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y= 39 + github.com/bitly/go-simplejson v0.5.0/go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngEKAMDJEczWVA= 40 + +github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY= 41 + +github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4= 42 + +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 43 + +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 44 + +github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= 45 + +github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 46 + github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys= 47 + github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= 48 + +github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= 49 + +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= 50 + +github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= 51 + +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= 52 + github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4= 53 + github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= 54 + github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs= 55 + @@ -12,5 +22,24 @@ github.com/nsf/termbox-go v0.0.0-20181027232701-60ab7e3d12ed h1:bAVGG6B+R5qpSylr 56 + github.com/nsf/termbox-go v0.0.0-20181027232701-60ab7e3d12ed/go.mod h1:IuKpRQcYE1Tfu+oAQqaLisqDeXgjyyltCfsaoYN18NQ= 57 + github.com/nwidger/jsoncolor v0.0.0-20170215171346-75a6de4340e5 h1:d+C3xJdxZT7wNlxqEwbXn3R355CwAhYBL9raVNfSnK0= 58 + github.com/nwidger/jsoncolor v0.0.0-20170215171346-75a6de4340e5/go.mod h1:GYFm0zZgTNeoK1QxuIofRDasy2ibmaJZhZLzwsMXUF4= 59 + +github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= 60 + github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw= 61 + github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= 62 + +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= 63 + +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= 64 + +github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= 65 + +github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= 66 + +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= 67 + +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= 68 + +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= 69 + +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= 70 + +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= 71 + +github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= 72 + +github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= 73 + +golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU= 74 + +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= 75 + +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= 76 + +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= 77 + +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 78 + +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= 79 + +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
+2 -2
pkgs/games/BeatSaberModManager/default.nix
··· 17 17 18 18 buildDotnetModule rec { 19 19 pname = "BeatSaberModManager"; 20 - version = "0.0.4"; 20 + version = "0.0.5"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "affederaffe"; 24 24 repo = pname; 25 25 rev = "v${version}"; 26 - sha256 = "sha256-XeyOWg4Wa4hiorLPnbnBrLSjnxheAGGMPTqBleulDGw="; 26 + sha256 = "sha256-HHWC+MAwJ+AMCuBzSuR7FbW3k+wLri0B9J1DftyfNEU="; 27 27 fetchSubmodules = true; # It vendors BSIPA-Linux 28 28 }; 29 29
+44 -58
pkgs/games/BeatSaberModManager/deps.nix
··· 2 2 # Please dont edit it manually, your changes might get overwritten! 3 3 4 4 { fetchNuGet }: [ 5 - (fetchNuGet { pname = "Avalonia"; version = "11.0.0-preview4"; sha256 = "0s2ijp8fbny04c62gy8acg4n769hzj1pl9jml35bqrzk4m29jxs2"; }) 6 - (fetchNuGet { pname = "Avalonia.Angle.Windows.Natives"; version = "2.1.0.2020091801"; sha256 = "04jm83cz7vkhhr6n2c9hya2k8i2462xbf6np4bidk55as0jdq43a"; }) 7 - (fetchNuGet { pname = "Avalonia.Controls.ColorPicker"; version = "11.0.0-preview4"; sha256 = "0dbbigfg5qqqgi16fglsqphg63ihl3hhpfw9f85ypvb5dfjimnq0"; }) 8 - (fetchNuGet { pname = "Avalonia.Controls.DataGrid"; version = "11.0.0-preview4"; sha256 = "10c1w7slmlkn1sjyk2y8awzlkd9rr35zpvwnvsv0i235zbqc3a07"; }) 9 - (fetchNuGet { pname = "Avalonia.Desktop"; version = "11.0.0-preview4"; sha256 = "1ccnfi429hah9qsl6qimkhlz6j29zjjpm77di14wnlr8x3nh19z0"; }) 10 - (fetchNuGet { pname = "Avalonia.Diagnostics"; version = "11.0.0-preview4"; sha256 = "1x8d46p9wxwrfhn4xcgx64x5y9dw08a7v54w8ms9ba58zr01bm74"; }) 11 - (fetchNuGet { pname = "Avalonia.FreeDesktop"; version = "11.0.0-preview4"; sha256 = "1ivrh736xxn3j1b64ni0wy7ydp22sbl2yv5kdircxknhb7bhpigd"; }) 12 - (fetchNuGet { pname = "Avalonia.Markup.Xaml.Loader"; version = "11.0.0-preview4"; sha256 = "16p0va19f83ccq493vxa8rvdgy71jsgijymb078bagk5nsm2alzs"; }) 13 - (fetchNuGet { pname = "Avalonia.Native"; version = "11.0.0-preview4"; sha256 = "0ia7zx7chgchh4piqp400cdpj14jndh313yh2z9nspqxq30xll46"; }) 14 - (fetchNuGet { pname = "Avalonia.ReactiveUI"; version = "11.0.0-preview4"; sha256 = "0qrv6ff3lgsqa57q5nrsmfzfp3w2x6d536xi3hq18616zjv7k1x4"; }) 15 - (fetchNuGet { pname = "Avalonia.Remote.Protocol"; version = "11.0.0-preview4"; sha256 = "1g8j7ll3q9k7v0j54j42dy1mkzkgs9rlyia0gjg3b7z5ilk0rbiz"; }) 16 - (fetchNuGet { pname = "Avalonia.Skia"; version = "11.0.0-preview4"; sha256 = "011flxwy9rnjlvwb1nvn9qlj0nfsr3f4gmvlzkg7abhwh7hzv3vi"; }) 17 - (fetchNuGet { pname = "Avalonia.Themes.Fluent"; version = "11.0.0-preview4"; sha256 = "07lkj6z4fy41i6fbnrzkb22z63czspcnfp5lz25qkvys37vkmhdm"; }) 18 - (fetchNuGet { pname = "Avalonia.Themes.Simple"; version = "11.0.0-preview4"; sha256 = "02cn71h91fxvw9knni2dxlhpf9ihdkq3r0mylvr8z7r493saiqkm"; }) 19 - (fetchNuGet { pname = "Avalonia.Win32"; version = "11.0.0-preview4"; sha256 = "1fqj7jv22ki9pim55hav8qfr01vhjkzdp5rdi1p22xxmgrxws5ws"; }) 20 - (fetchNuGet { pname = "Avalonia.X11"; version = "11.0.0-preview4"; sha256 = "0lmw94qp4y05xzxx6flzgsv4cw6mckcn8ig6mm8hdqpqqsiihc1n"; }) 5 + (fetchNuGet { pname = "Avalonia"; version = "11.0.999-cibuild0030643-beta"; sha256 = "0bcc3h5hxy8mfkgxn07vnnq2rn8whn2gx3d67lmlpm01r16rndyc"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia/11.0.999-cibuild0030643-beta/avalonia.11.0.999-cibuild0030643-beta.nupkg"; }) 6 + (fetchNuGet { pname = "Avalonia.Angle.Windows.Natives"; version = "2.1.0.2023020321"; sha256 = "1az4s1g22ipak9a3xfh55z2h3rm6lpqh7svbpw6ag4ysrgsjjsjd"; }) 7 + (fetchNuGet { pname = "Avalonia.Controls.ColorPicker"; version = "11.0.999-cibuild0030643-beta"; sha256 = "06n0c8dyh1q4a97nm31vyr8b6jzcq8nvvligwzp4xaxdwhkphg2x"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.controls.colorpicker/11.0.999-cibuild0030643-beta/avalonia.controls.colorpicker.11.0.999-cibuild0030643-beta.nupkg"; }) 8 + (fetchNuGet { pname = "Avalonia.Controls.DataGrid"; version = "11.0.999-cibuild0030643-beta"; sha256 = "1vfkbjy9fl24i6skn02wgr047579x4a1liiw79qwbkx7mgvw9pvn"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.controls.datagrid/11.0.999-cibuild0030643-beta/avalonia.controls.datagrid.11.0.999-cibuild0030643-beta.nupkg"; }) 9 + (fetchNuGet { pname = "Avalonia.Desktop"; version = "11.0.999-cibuild0030643-beta"; sha256 = "0nh6hdw07hwq92n0m1sx7qxwp4ccqash5f8sivj3lflx786s9i5f"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.desktop/11.0.999-cibuild0030643-beta/avalonia.desktop.11.0.999-cibuild0030643-beta.nupkg"; }) 10 + (fetchNuGet { pname = "Avalonia.Diagnostics"; version = "11.0.999-cibuild0030643-beta"; sha256 = "0ddcq2w54cywpzcwb9av54zkblvpnp0g7xs4dsw6s39wrxyh8spw"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.diagnostics/11.0.999-cibuild0030643-beta/avalonia.diagnostics.11.0.999-cibuild0030643-beta.nupkg"; }) 11 + (fetchNuGet { pname = "Avalonia.FreeDesktop"; version = "11.0.999-cibuild0030643-beta"; sha256 = "1wshqaikd1b2a91yixgsnvl8i1arhmlviavjywi67a2w1xv98das"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.freedesktop/11.0.999-cibuild0030643-beta/avalonia.freedesktop.11.0.999-cibuild0030643-beta.nupkg"; }) 12 + (fetchNuGet { pname = "Avalonia.Native"; version = "11.0.999-cibuild0030643-beta"; sha256 = "10pp6lh5hlcfs3xrqg1rv7xkckkpnbvdvx0ndfqgpfqxyv99jdhd"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.native/11.0.999-cibuild0030643-beta/avalonia.native.11.0.999-cibuild0030643-beta.nupkg"; }) 13 + (fetchNuGet { pname = "Avalonia.ReactiveUI"; version = "11.0.999-cibuild0030643-beta"; sha256 = "1pl35gkpc36hydd350ch6iilyfngbg8wxw3vkx5a971761lqrgbz"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.reactiveui/11.0.999-cibuild0030643-beta/avalonia.reactiveui.11.0.999-cibuild0030643-beta.nupkg"; }) 14 + (fetchNuGet { pname = "Avalonia.Remote.Protocol"; version = "11.0.999-cibuild0030643-beta"; sha256 = "179l5w9j2hy683fhxi25q98sfgz03l48qj8mgg1asjjpqcbybgh2"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.remote.protocol/11.0.999-cibuild0030643-beta/avalonia.remote.protocol.11.0.999-cibuild0030643-beta.nupkg"; }) 15 + (fetchNuGet { pname = "Avalonia.Skia"; version = "11.0.999-cibuild0030643-beta"; sha256 = "0fvc83phdjxhfg3pndr7j178i2km5wjbm1xiplh4bvg6pwa2xypz"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.skia/11.0.999-cibuild0030643-beta/avalonia.skia.11.0.999-cibuild0030643-beta.nupkg"; }) 16 + (fetchNuGet { pname = "Avalonia.Themes.Fluent"; version = "11.0.999-cibuild0030643-beta"; sha256 = "1ch7v19xpg4nkq2aqap82sd237735g5nrp06h1i0m83kks4xz6as"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.themes.fluent/11.0.999-cibuild0030643-beta/avalonia.themes.fluent.11.0.999-cibuild0030643-beta.nupkg"; }) 17 + (fetchNuGet { pname = "Avalonia.Themes.Simple"; version = "11.0.999-cibuild0030643-beta"; sha256 = "0aify5nh31bf347k4s4d5c36mhh6yc6q4l6araq3fxb05v4pb5c0"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.themes.simple/11.0.999-cibuild0030643-beta/avalonia.themes.simple.11.0.999-cibuild0030643-beta.nupkg"; }) 18 + (fetchNuGet { pname = "Avalonia.Win32"; version = "11.0.999-cibuild0030643-beta"; sha256 = "1b86hlr25w8i3hdxxxb9qrbaf91d56vmiwm5ikywglk28c9x8zyq"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.win32/11.0.999-cibuild0030643-beta/avalonia.win32.11.0.999-cibuild0030643-beta.nupkg"; }) 19 + (fetchNuGet { pname = "Avalonia.X11"; version = "11.0.999-cibuild0030643-beta"; sha256 = "15pcbv0hw099080s2ndi7cqm3gnyzcvva3jgp8z33g4h8qaiiyvn"; url = "https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/5ebc1fbc-7d49-4641-8a57-d18c55ed6602/nuget/v3/flat2/avalonia.x11/11.0.999-cibuild0030643-beta/avalonia.x11.11.0.999-cibuild0030643-beta.nupkg"; }) 20 + (fetchNuGet { pname = "Devlooped.SponsorLink"; version = "0.9.6"; sha256 = "0d6sdy4312fb9g7l3q9x78vmw4ngrzf2f961778h4zqga8nc23rm"; }) 21 21 (fetchNuGet { pname = "DynamicData"; version = "7.9.5"; sha256 = "1m9qx8g6na5ka6kd9vhg8gjmxrnkzb6v5cl5yqp1kdjsw4rcwy6x"; }) 22 - (fetchNuGet { pname = "HarfBuzzSharp"; version = "2.8.2.1-preview.108"; sha256 = "0xs4px4fy5b6glc77rqswzpi5ddhxvbar1md6q9wla7hckabnq0z"; }) 23 - (fetchNuGet { pname = "HarfBuzzSharp.NativeAssets.Linux"; version = "2.8.2.1-preview.108"; sha256 = "16wvgvyra2g1b38rxxgkk85wbz89hspixs54zfcm4racgmj1mrj4"; }) 24 - (fetchNuGet { pname = "HarfBuzzSharp.NativeAssets.macOS"; version = "2.8.2.1-preview.108"; sha256 = "16v7lrwwif2f5zfkx08n6y6w3m56mh4hy757biv0w9yffaf200js"; }) 25 - (fetchNuGet { pname = "HarfBuzzSharp.NativeAssets.WebAssembly"; version = "2.8.2.1-preview.108"; sha256 = "15kqb353snwpavz3jja63mq8xjqsrw1f902scm8wxmsqrm5q6x55"; }) 26 - (fetchNuGet { pname = "HarfBuzzSharp.NativeAssets.Win32"; version = "2.8.2.1-preview.108"; sha256 = "0n6ymn9jqms3mk5hg0ar4y9jmh96myl6q0jimn7ahb1a8viq55k1"; }) 27 - (fetchNuGet { pname = "JetBrains.Annotations"; version = "10.3.0"; sha256 = "1grdx28ga9fp4hwwpwv354rizm8anfq4lp045q4ss41gvhggr3z8"; }) 22 + (fetchNuGet { pname = "HarfBuzzSharp"; version = "2.8.2.3"; sha256 = "115aybicqs9ijjlcv6k6r5v0agkjm1bm1nkd0rj3jglv8s0xvmp2"; }) 23 + (fetchNuGet { pname = "HarfBuzzSharp.NativeAssets.Linux"; version = "2.8.2.3"; sha256 = "1f18ahwkaginrg0vwsi6s56lvnqvvxv7pzklfs5lnknasxy1a76z"; }) 24 + (fetchNuGet { pname = "HarfBuzzSharp.NativeAssets.macOS"; version = "2.8.2.3"; sha256 = "052d8frpkj4ijs6fm6xp55xbv95b1s9biqwa0w8zp3rgm88m9236"; }) 25 + (fetchNuGet { pname = "HarfBuzzSharp.NativeAssets.WebAssembly"; version = "2.8.2.3"; sha256 = "043hv36bg5240znbm8x5la7py17m4jfzy57q3ka32f6zjld83j36"; }) 26 + (fetchNuGet { pname = "HarfBuzzSharp.NativeAssets.Win32"; version = "2.8.2.3"; sha256 = "08khd2jqm8sw58ljz5srangzfm2sz3gd2q1jzc5fr80lj8rv6r74"; }) 28 27 (fetchNuGet { pname = "MicroCom.Runtime"; version = "0.11.0"; sha256 = "0p9c3m0zk59x9dcqw077hzd2yk60myisbacvm36mnwpcjwzjkp2m"; }) 29 28 (fetchNuGet { pname = "Microsoft.AspNetCore.App.Ref"; version = "6.0.13"; sha256 = "1k49nrz5rw1yglkjypmmnclahib2qiwm838008yahk00ysy039f4"; }) 30 29 (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "6.0.13"; sha256 = "1a80w34yb700cvjzfcsq3c5sb32bk95ccgjfcvyqxkpzlgcc50xn"; }) 31 30 (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "6.0.13"; sha256 = "1y2gnkrc788y9k79sygx7dmgkj674qwdajyrxizx0a70rwmjszmw"; }) 31 + (fetchNuGet { pname = "Microsoft.Bcl.AsyncInterfaces"; version = "6.0.0"; sha256 = "15gqy2m14fdlvy1g59207h5kisznm355kbw010gy19vh47z8gpz3"; }) 32 32 (fetchNuGet { pname = "Microsoft.CodeAnalysis.Analyzers"; version = "3.0.0"; sha256 = "0bbl0jpqywqmzz2gagld1p2gvdfldjfjmm25hil9wj2nq1zc4di8"; }) 33 33 (fetchNuGet { pname = "Microsoft.CodeAnalysis.Common"; version = "3.8.0"; sha256 = "12n7rvr39bzkf2maw7zplw8rwpxpxss4ich3bb2pw770rx4nyvyw"; }) 34 34 (fetchNuGet { pname = "Microsoft.CodeAnalysis.CSharp"; version = "3.8.0"; sha256 = "1kmry65csvfn72zzc16vj1nfbfwam28wcmlrk3m5rzb8ydbzgylb"; }) 35 35 (fetchNuGet { pname = "Microsoft.CodeAnalysis.CSharp.Scripting"; version = "3.8.0"; sha256 = "0w0yx0lpg54iw5jazqk46h48gx43ij32gwac8iywdj6kxfxm03vw"; }) 36 36 (fetchNuGet { pname = "Microsoft.CodeAnalysis.Scripting.Common"; version = "3.8.0"; sha256 = "0hjgxcsj5zy27lqk0986m59n5dbplx2vjjla2lsvg4bwg8qa7bpk"; }) 37 37 (fetchNuGet { pname = "Microsoft.CSharp"; version = "4.3.0"; sha256 = "0gw297dgkh0al1zxvgvncqs0j15lsna9l1wpqas4rflmys440xvb"; }) 38 - (fetchNuGet { pname = "Microsoft.CSharp"; version = "4.5.0"; sha256 = "01i28nvzccxbqmiz217fxs6hnjwmd5fafs37rd49a6qp53y6623l"; }) 38 + (fetchNuGet { pname = "Microsoft.CSharp"; version = "4.7.0"; sha256 = "0gd67zlw554j098kabg887b5a6pq9kzavpa3jjy5w53ccjzjfy8j"; }) 39 39 (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "6.0.13"; sha256 = "1xy7x37mkdiv907xbxxc0aijjhgi2hli1s79adqn4adw8fbn2aki"; }) 40 40 (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "6.0.13"; sha256 = "0ph1r2vhnqg7agk1zz4873983qy2i5nwa10q40ba3g96rdy2pg1f"; }) 41 41 (fetchNuGet { pname = "Microsoft.NETCore.App.Ref"; version = "6.0.13"; sha256 = "0ddygsnms3vfg6s7w2mcm7gqdmb4h7glrdj73hm1l42sndmn9p7v"; }) 42 42 (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "6.0.13"; sha256 = "0l1bq22d85sm36hrsmyf74hir1fj0msqv0c6d4ba0b64b3rwhvg0"; }) 43 43 (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "6.0.13"; sha256 = "0in8sk9bl2r2dgjf3ncvmqzbdnyvy2329bzmykmvsrq511c76gh3"; }) 44 - (fetchNuGet { pname = "Microsoft.NETCore.Platforms"; version = "1.0.1"; sha256 = "01al6cfxp68dscl15z7rxfw9zvhm64dncsw09a1vmdkacsa2v6lr"; }) 45 44 (fetchNuGet { pname = "Microsoft.NETCore.Platforms"; version = "1.1.0"; sha256 = "08vh1r12g6ykjygq5d3vq09zylgb84l63k49jc4v8faw9g93iqqm"; }) 46 45 (fetchNuGet { pname = "Microsoft.NETCore.Platforms"; version = "2.1.2"; sha256 = "1507hnpr9my3z4w1r6xk5n0s1j3y6a2c2cnynj76za7cphxi1141"; }) 47 - (fetchNuGet { pname = "Microsoft.NETCore.Targets"; version = "1.0.1"; sha256 = "0ppdkwy6s9p7x9jix3v4402wb171cdiibq7js7i13nxpdky7074p"; }) 46 + (fetchNuGet { pname = "Microsoft.NETCore.Platforms"; version = "5.0.0"; sha256 = "0mwpwdflidzgzfx2dlpkvvnkgkr2ayaf0s80737h4wa35gaj11rc"; }) 48 47 (fetchNuGet { pname = "Microsoft.NETCore.Targets"; version = "1.1.0"; sha256 = "193xwf33fbm0ni3idxzbr5fdq3i2dlfgihsac9jj7whj0gd902nh"; }) 48 + (fetchNuGet { pname = "Microsoft.VisualStudio.Threading"; version = "17.1.46"; sha256 = "0w7b17xh88rqzjjsy66gg2kfaqmg7sdmx70sharkqb7qh3pih87m"; }) 49 + (fetchNuGet { pname = "Microsoft.VisualStudio.Threading.Analyzers"; version = "17.1.46"; sha256 = "0lgx7776ivmz0gr0whyacxpnlp6w5b80mj012a28mm79r1qxpf60"; }) 50 + (fetchNuGet { pname = "Microsoft.VisualStudio.Validation"; version = "17.0.53"; sha256 = "0y34dvc5z6ash2cpp69mclb3wr52fd8khsmm61sv7lkql0pg03ki"; }) 51 + (fetchNuGet { pname = "Microsoft.Win32.Registry"; version = "5.0.0"; sha256 = "102hvhq2gmlcbq8y2cb7hdr2dnmjzfp2k3asr1ycwrfacwyaak7n"; }) 49 52 (fetchNuGet { pname = "Microsoft.Win32.SystemEvents"; version = "6.0.0"; sha256 = "0c6pcj088g1yd1vs529q3ybgsd2vjlk5y1ic6dkmbhvrp5jibl9p"; }) 53 + (fetchNuGet { pname = "Nerdbank.Streams"; version = "2.9.112"; sha256 = "1i10xr5zm9vapfzvimim9gn2pm9vgnsnb44sq3b0162r0k572rrp"; }) 50 54 (fetchNuGet { pname = "ReactiveUI"; version = "18.3.1"; sha256 = "1lxkc8yk9glj0w9n5vry2dnwwvh8152ad2c5bivk8aciq64zidyn"; }) 51 - (fetchNuGet { pname = "runtime.any.System.Collections"; version = "4.0.11"; sha256 = "1x44bm1cgv28zmrp095wf9mn8a6a0ivnzp9v14dcbhx06igxzgg0"; }) 52 - (fetchNuGet { pname = "runtime.any.System.Globalization"; version = "4.0.11"; sha256 = "0240rp66pi5bw1xklmh421hj7arwcdmjmgfkiq1cbc6nrm8ah286"; }) 53 - (fetchNuGet { pname = "runtime.any.System.IO"; version = "4.1.0"; sha256 = "0kasfkjiml2kk8prnyn1990nhsahnjggvqwszqjdsfwfl43vpcb5"; }) 54 - (fetchNuGet { pname = "runtime.any.System.Reflection"; version = "4.1.0"; sha256 = "06kcs059d5czyakx75rvlwa2mr86156w18fs7chd03f7084l7mq6"; }) 55 - (fetchNuGet { pname = "runtime.any.System.Reflection.Extensions"; version = "4.0.1"; sha256 = "05k34ijz9g9csh0vbbv3g3lrxl163izwcfncmbcl7k073h32rzkr"; }) 56 - (fetchNuGet { pname = "runtime.any.System.Reflection.Primitives"; version = "4.0.1"; sha256 = "1zxrpvixr5fqzkxpnin6g6gjq6xajy1snghz99ds2dwbhm276rhz"; }) 57 - (fetchNuGet { pname = "runtime.any.System.Resources.ResourceManager"; version = "4.0.1"; sha256 = "1jmgs7hynb2rff48623wnyb37558bbh1q28k9c249j5r5sgsr5kr"; }) 58 - (fetchNuGet { pname = "runtime.any.System.Runtime"; version = "4.1.0"; sha256 = "0mjr2bi7wvnkphfjqgkyf8vfyvy15a829jz6mivl6jmksh2bx40m"; }) 59 - (fetchNuGet { pname = "runtime.any.System.Runtime.Handles"; version = "4.0.1"; sha256 = "1kswgqhy34qvc49i981fk711s7knd6z13bp0rin8ms6axkh98nas"; }) 60 - (fetchNuGet { pname = "runtime.any.System.Runtime.InteropServices"; version = "4.1.0"; sha256 = "0gm8if0hcmp1qys1wmx4970k2x62pqvldgljsyzbjhiy5644vl8z"; }) 61 - (fetchNuGet { pname = "runtime.any.System.Text.Encoding"; version = "4.0.11"; sha256 = "0m4vgmzi1ky8xlj0r7xcyazxln3j9dlialnk6d2gmgrfnzf8f9m7"; }) 62 - (fetchNuGet { pname = "runtime.any.System.Threading.Tasks"; version = "4.0.11"; sha256 = "1qzdp09qs8br5qxzlm1lgbjn4n57fk8vr1lzrmli2ysdg6x1xzvk"; }) 63 - (fetchNuGet { pname = "runtime.native.System"; version = "4.0.0"; sha256 = "1ppk69xk59ggacj9n7g6fyxvzmk1g5p4fkijm0d7xqfkig98qrkf"; }) 64 - (fetchNuGet { pname = "runtime.native.System.Security.Cryptography"; version = "4.0.0"; sha256 = "0k57aa2c3b10wl3hfqbgrl7xq7g8hh3a3ir44b31dn5p61iiw3z9"; }) 65 - (fetchNuGet { pname = "runtime.unix.System.Diagnostics.Debug"; version = "4.0.11"; sha256 = "05ndbai4vpqrry0ghbfgqc8xblmplwjgndxmdn1zklqimczwjg2d"; }) 66 - (fetchNuGet { pname = "runtime.unix.System.Private.Uri"; version = "4.0.1"; sha256 = "0ic5dgc45jkhcr1g9xmmzjm7ffiw4cymm0fprczlx4fnww4783nm"; }) 67 - (fetchNuGet { pname = "runtime.unix.System.Runtime.Extensions"; version = "4.1.0"; sha256 = "0x1cwd7cvifzmn5x1wafvj75zdxlk3mxy860igh3x1wx0s8167y4"; }) 68 55 (fetchNuGet { pname = "Serilog"; version = "2.10.0"; sha256 = "08bih205i632ywryn3zxkhb15dwgyaxbhmm1z3b5nmby9fb25k7v"; }) 69 56 (fetchNuGet { pname = "Serilog.Sinks.File"; version = "5.0.1-dev-00947"; sha256 = "153vi3xjy65ixfr8nfs59n0bmgj0jxfyydmhjs8h3apr9f29lbh4"; }) 70 - (fetchNuGet { pname = "SkiaSharp"; version = "2.88.1"; sha256 = "0jpn0x1rfj3dzjfg972icml5swvzvr368nip269qq0a2z4xy0lhx"; }) 71 - (fetchNuGet { pname = "SkiaSharp.NativeAssets.Linux"; version = "2.88.1"; sha256 = "19f8f0m3d6xds2dggazafdk4i3injaxpx7ahg73nq8zj03qbg7fp"; }) 72 - (fetchNuGet { pname = "SkiaSharp.NativeAssets.macOS"; version = "2.88.1"; sha256 = "1img6chwxprz6bqjyi43walgb3xccnzgfxs29xwcvkkmc8w6pvdp"; }) 73 - (fetchNuGet { pname = "SkiaSharp.NativeAssets.WebAssembly"; version = "2.88.1"; sha256 = "0bvpwfdji8wb5f16hfzc62k265p21r172dqpibdx1gjd6w6phxrs"; }) 74 - (fetchNuGet { pname = "SkiaSharp.NativeAssets.Win32"; version = "2.88.1"; sha256 = "1x0ds2nnbqn44kfrfbvj055nihhmzlqm5fhdka3mgbj821fpy629"; }) 57 + (fetchNuGet { pname = "SkiaSharp"; version = "2.88.3"; sha256 = "1yq694myq2rhfp2hwwpyzcg1pzpxcp7j72wib8p9pw9dfj7008sv"; }) 58 + (fetchNuGet { pname = "SkiaSharp.NativeAssets.Linux"; version = "2.88.3"; sha256 = "0dajvr60nwvnv7s6kcqgw1w97zxdpz1c5lb7kcq7r0hi0l05ck3q"; }) 59 + (fetchNuGet { pname = "SkiaSharp.NativeAssets.macOS"; version = "2.88.3"; sha256 = "191ajgi6fnfqcvqvkayjsxasiz6l0bv3pps8vv9abbyc4b12qvph"; }) 60 + (fetchNuGet { pname = "SkiaSharp.NativeAssets.WebAssembly"; version = "2.88.3"; sha256 = "1w5njksq3amrrp7fqxw89nv6ar2kgc5yx092i4rxv7hrjbd1aagx"; }) 61 + (fetchNuGet { pname = "SkiaSharp.NativeAssets.Win32"; version = "2.88.3"; sha256 = "03wwfbarsxjnk70qhqyd1dw65098dncqk2m0vksx92j70i7lry6q"; }) 75 62 (fetchNuGet { pname = "Splat"; version = "14.4.1"; sha256 = "03ycyjn2ii44npi015p4rk344xnjgdzz02cf63cmhx2ab8hv6p4b"; }) 76 63 (fetchNuGet { pname = "StrongInject"; version = "1.4.5-ci-20220524-023137"; sha256 = "1ksiv5rs22j193sxwjvdc4vhblikka9z8hhs705f4mi1r4q0x1ha"; }) 77 64 (fetchNuGet { pname = "System.Collections"; version = "4.3.0"; sha256 = "19r4y64dqyrq6k4706dnyhhw7fs24kpp3awak7whzss39dakpxk9"; }) ··· 82 69 (fetchNuGet { pname = "System.Dynamic.Runtime"; version = "4.3.0"; sha256 = "1d951hrvrpndk7insiag80qxjbf2y0y39y8h5hnq9612ws661glk"; }) 83 70 (fetchNuGet { pname = "System.Globalization"; version = "4.3.0"; sha256 = "1cp68vv683n6ic2zqh2s1fn4c2sd87g5hpp6l4d4nj4536jz98ki"; }) 84 71 (fetchNuGet { pname = "System.IO"; version = "4.3.0"; sha256 = "05l9qdrzhm4s5dixmx68kxwif4l99ll5gqmh7rqgw554fx0agv5f"; }) 72 + (fetchNuGet { pname = "System.IO.Pipelines"; version = "6.0.3"; sha256 = "1jgdazpmwc21dd9naq3l9n5s8a1jnbwlvgkf1pnm0aji6jd4xqdz"; }) 85 73 (fetchNuGet { pname = "System.Linq"; version = "4.3.0"; sha256 = "1w0gmba695rbr80l1k2h4mrwzbzsyfl2z4klmpbsvsg5pm4a56s7"; }) 86 74 (fetchNuGet { pname = "System.Linq.Expressions"; version = "4.3.0"; sha256 = "0ky2nrcvh70rqq88m9a5yqabsl4fyd17bpr63iy2mbivjs2nyypv"; }) 87 - (fetchNuGet { pname = "System.Memory"; version = "4.5.3"; sha256 = "0naqahm3wljxb5a911d37mwjqjdxv9l0b49p5dmfyijvni2ppy8a"; }) 88 75 (fetchNuGet { pname = "System.Memory"; version = "4.5.4"; sha256 = "14gbbs22mcxwggn0fcfs1b062521azb9fbb7c113x0mq6dzq9h6y"; }) 89 76 (fetchNuGet { pname = "System.Numerics.Vectors"; version = "4.5.0"; sha256 = "1kzrj37yzawf1b19jq0253rcs8hsq1l2q8g69d7ipnhzb0h97m59"; }) 90 77 (fetchNuGet { pname = "System.ObjectModel"; version = "4.3.0"; sha256 = "191p63zy5rpqx7dnrb3h7prvgixmk168fhvvkkvhlazncf8r3nc2"; }) 91 - (fetchNuGet { pname = "System.Private.Uri"; version = "4.0.1"; sha256 = "0k57qhawjysm4cpbfpc49kl4av7lji310kjcamkl23bwgij5ld9j"; }) 92 78 (fetchNuGet { pname = "System.Reactive"; version = "5.0.0"; sha256 = "1lafmpnadhiwxyd543kraxa3jfdpm6ipblxrjlibym9b1ykpr5ik"; }) 93 79 (fetchNuGet { pname = "System.Reflection"; version = "4.3.0"; sha256 = "0xl55k0mw8cd8ra6dxzh974nxif58s3k1rjv1vbd7gjbjr39j11m"; }) 94 80 (fetchNuGet { pname = "System.Reflection.Emit"; version = "4.3.0"; sha256 = "11f8y3qfysfcrscjpjym9msk7lsfxkk4fmz9qq95kn3jd0769f74"; }) 95 - (fetchNuGet { pname = "System.Reflection.Emit"; version = "4.7.0"; sha256 = "121l1z2ypwg02yz84dy6gr82phpys0njk7yask3sihgy214w43qp"; }) 96 81 (fetchNuGet { pname = "System.Reflection.Emit.ILGeneration"; version = "4.3.0"; sha256 = "0w1n67glpv8241vnpz1kl14sy7zlnw414aqwj4hcx5nd86f6994q"; }) 97 82 (fetchNuGet { pname = "System.Reflection.Emit.Lightweight"; version = "4.3.0"; sha256 = "0ql7lcakycrvzgi9kxz1b3lljd990az1x6c4jsiwcacrvimpib5c"; }) 98 83 (fetchNuGet { pname = "System.Reflection.Extensions"; version = "4.3.0"; sha256 = "02bly8bdc98gs22lqsfx9xicblszr2yan7v2mmw3g7hy6miq5hwq"; }) ··· 100 85 (fetchNuGet { pname = "System.Reflection.Primitives"; version = "4.3.0"; sha256 = "04xqa33bld78yv5r93a8n76shvc8wwcdgr1qvvjh959g3rc31276"; }) 101 86 (fetchNuGet { pname = "System.Reflection.TypeExtensions"; version = "4.3.0"; sha256 = "0y2ssg08d817p0vdag98vn238gyrrynjdj4181hdg780sif3ykp1"; }) 102 87 (fetchNuGet { pname = "System.Resources.ResourceManager"; version = "4.3.0"; sha256 = "0sjqlzsryb0mg4y4xzf35xi523s4is4hz9q4qgdvlvgivl7qxn49"; }) 103 - (fetchNuGet { pname = "System.Runtime"; version = "4.1.0"; sha256 = "02hdkgk13rvsd6r9yafbwzss8kr55wnj8d5c7xjnp8gqrwc8sn0m"; }) 104 88 (fetchNuGet { pname = "System.Runtime"; version = "4.3.0"; sha256 = "066ixvgbf2c929kgknshcxqj6539ax7b9m570cp8n179cpfkapz7"; }) 105 - (fetchNuGet { pname = "System.Runtime.CompilerServices.Unsafe"; version = "4.6.0"; sha256 = "0xmzi2gpbmgyfr75p24rqqsba3cmrqgmcv45lsqp5amgrdwd0f0m"; }) 106 89 (fetchNuGet { pname = "System.Runtime.CompilerServices.Unsafe"; version = "4.7.1"; sha256 = "119br3pd85lq8zcgh4f60jzmv1g976q1kdgi3hvqdlhfbw6siz2j"; }) 90 + (fetchNuGet { pname = "System.Runtime.CompilerServices.Unsafe"; version = "6.0.0"; sha256 = "0qm741kh4rh57wky16sq4m0v05fxmkjjr87krycf5vp9f0zbahbc"; }) 107 91 (fetchNuGet { pname = "System.Runtime.Extensions"; version = "4.3.0"; sha256 = "1ykp3dnhwvm48nap8q23893hagf665k0kn3cbgsqpwzbijdcgc60"; }) 108 92 (fetchNuGet { pname = "System.Runtime.Handles"; version = "4.3.0"; sha256 = "0sw2gfj2xr7sw9qjn0j3l9yw07x73lcs97p8xfc9w1x9h5g5m7i8"; }) 109 93 (fetchNuGet { pname = "System.Runtime.InteropServices"; version = "4.3.0"; sha256 = "00hywrn4g7hva1b2qri2s6rabzwgxnbpw9zfxmz28z09cpwwgh7j"; }) 110 - (fetchNuGet { pname = "System.Security.Principal.Windows"; version = "4.7.0"; sha256 = "1a56ls5a9sr3ya0nr086sdpa9qv0abv31dd6fp27maqa9zclqq5d"; }) 94 + (fetchNuGet { pname = "System.Security.AccessControl"; version = "5.0.0"; sha256 = "17n3lrrl6vahkqmhlpn3w20afgz09n7i6rv0r3qypngwi7wqdr5r"; }) 95 + (fetchNuGet { pname = "System.Security.Principal.Windows"; version = "5.0.0"; sha256 = "1mpk7xj76lxgz97a5yg93wi8lj0l8p157a5d50mmjy3gbz1904q8"; }) 111 96 (fetchNuGet { pname = "System.Text.Encoding"; version = "4.3.0"; sha256 = "1f04lkir4iladpp51sdgmis9dj4y8v08cka0mbmsy0frc9a4gjqr"; }) 112 97 (fetchNuGet { pname = "System.Text.Encoding.CodePages"; version = "4.5.1"; sha256 = "1z21qyfs6sg76rp68qdx0c9iy57naan89pg7p6i3qpj8kyzn921w"; }) 113 98 (fetchNuGet { pname = "System.Threading"; version = "4.3.0"; sha256 = "0rw9wfamvhayp5zh3j7p1yfmx9b5khbf4q50d8k5rk993rskfd34"; }) 99 + (fetchNuGet { pname = "System.Threading.Channels"; version = "7.0.0"; sha256 = "1qrmqa6hpzswlmyp3yqsbnmia9i5iz1y208xpqc1y88b1f6j1v8a"; }) 114 100 (fetchNuGet { pname = "System.Threading.Tasks"; version = "4.3.0"; sha256 = "134z3v9abw3a6jsw17xl3f6hqjpak5l682k2vz39spj4kmydg6k7"; }) 115 101 (fetchNuGet { pname = "System.Threading.Tasks.Extensions"; version = "4.5.4"; sha256 = "0y6ncasgfcgnjrhynaf0lwpkpkmv4a07sswwkwbwb5h7riisj153"; }) 116 - (fetchNuGet { pname = "System.ValueTuple"; version = "4.5.0"; sha256 = "00k8ja51d0f9wrq4vv5z2jhq8hy31kac2rg0rv06prylcybzl8cy"; }) 117 - (fetchNuGet { pname = "ThisAssembly.AssemblyInfo"; version = "1.0.10"; sha256 = "1hvq0c9d6zmn1q6lyvz4hcaiypf1d65akhx70mv2plysbgvrcm95"; }) 118 - (fetchNuGet { pname = "ThisAssembly.Prerequisites"; version = "1.0.10"; sha256 = "112grp0xxkzfkhyxb1hbh4qs2d9qrkasv42himdkqjk0i0fg1ag0"; }) 119 - (fetchNuGet { pname = "Tmds.DBus"; version = "0.9.0"; sha256 = "0vvx6sg8lxm23g5jvm5wh2gfs95mv85vd52lkq7d1b89bdczczf3"; }) 120 - (fetchNuGet { pname = "XamlNameReferenceGenerator"; version = "1.5.1"; sha256 = "11sld5a9z2rdglkykvylghka7y37ny18naywpgpxp485m9bc63wc"; }) 102 + (fetchNuGet { pname = "ThisAssembly.AssemblyInfo"; version = "1.2.9"; sha256 = "1pilnin62fb2frmybl3n0xvxn1xpr8bymbzialspl6cbw2xvag97"; }) 103 + (fetchNuGet { pname = "ThisAssembly.Prerequisites"; version = "1.2.9"; sha256 = "0skk9sk8lc4dn9rmykz337n5apg76if9l327q7787fabisr9rbw7"; }) 104 + (fetchNuGet { pname = "Tmds.DBus.Protocol"; version = "0.13.0"; sha256 = "1r5lc8x3iq795l7vnyzs3shvpqz92fldkayvkqmrfjxnqmy0w3kg"; }) 105 + (fetchNuGet { pname = "Tmds.DBus.SourceGenerator"; version = "0.0.2"; sha256 = "03q0fja30216npb3hd39iapr9psriz2k35lymaf4921195y40fiq"; }) 106 + (fetchNuGet { pname = "XamlNameReferenceGenerator"; version = "1.6.1"; sha256 = "0348gj9g5rl0pj2frx4vscj6602gfyn9ba3i1rmfcrxh9jwwa09m"; }) 121 107 ]
+2 -2
pkgs/servers/bazarr/default.nix
··· 8 8 in 9 9 stdenv.mkDerivation rec { 10 10 pname = "bazarr"; 11 - version = "1.1.4"; 11 + version = "1.2.0"; 12 12 13 13 sourceRoot = "."; 14 14 15 15 src = fetchurl { 16 16 url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip"; 17 - sha256 = "sha256-eitChQTTkiNY/NbDM+u2ZlyuczzJ9nVjIS1sS05DO3Q="; 17 + sha256 = "sha256-rlph8On/dc9Xyx8/KQzp4vX49wY4fr1oTtBEyfVhrsc="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ unzip makeWrapper ];
+3 -3
pkgs/servers/nats-server/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "nats-server"; 9 - version = "2.9.14"; 9 + version = "2.9.15"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "nats-io"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-S9K/Cu/zJufA789D/F874c+KiXley93m/wOcXZGc1aI="; 15 + hash = "sha256-j++DjPMyBVBMOKcZQkkPwTYC0f1PD5vQVtx0yJL75Vw="; 16 16 }; 17 17 18 - vendorHash = "sha256-tUqUB9M7doUmYRAKmzos93PCizGlHe61rpMVe0z3hVo="; 18 + vendorHash = "sha256-bBJZiETZCwtcsH9w43aFwUU8lmttrCKwie4So9kiZc4="; 19 19 20 20 doCheck = false; 21 21
+1
pkgs/servers/x11/xorg/overrides.nix
··· 972 972 buildInputs = attrs.buildInputs ++ [ xorg.libXScrnSaver xorg.libXv xorg.pixman xorg.utilmacros ]; 973 973 nativeBuildInputs = attrs.nativeBuildInputs ++ [autoreconfHook ]; 974 974 configureFlags = [ "--with-default-dri=3" "--enable-tools" ]; 975 + patches = [ ./use_crocus_and_iris.patch ]; 975 976 976 977 meta = attrs.meta // { 977 978 platforms = ["i686-linux" "x86_64-linux"];
+28
pkgs/servers/x11/xorg/use_crocus_and_iris.patch
··· 1 + --- a/src/uxa/intel_dri.c 2 + +++ b/src/uxa/intel_dri.c 3 + @@ -1540,8 +1540,10 @@ 4 + return has_i830_dri() ? "i830" : "i915"; 5 + else if (INTEL_INFO(intel)->gen < 040) 6 + return "i915"; 7 + + else if (INTEL_INFO(intel)->gen < 0100) 8 + + return "crocus"; 9 + else 10 + - return "i965"; 11 + + return "iris"; 12 + } 13 + 14 + return s; 15 + --- a/src/sna/sna_dri2.c 16 + +++ b/src/sna/sna_dri2.c 17 + @@ -3707,8 +3707,10 @@ 18 + return has_i830_dri() ? "i830" : "i915"; 19 + else if (sna->kgem.gen < 040) 20 + return "i915"; 21 + + else if (sna->kgem.gen < 0100) 22 + + return "crocus"; 23 + else 24 + - return "i965"; 25 + + return "iris"; 26 + } 27 + 28 + return s;
+32 -11
pkgs/tools/misc/wakatime/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub }: 1 + { lib, buildGoModule, fetchFromGitHub, testers, wakatime }: 2 2 3 3 buildGoModule rec { 4 4 pname = "wakatime"; 5 - version = "1.61.0"; 5 + version = "1.68.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "wakatime"; 9 9 repo = "wakatime-cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-pd6kK1591dLEau9oKdd+A2y8rRerFQ+z2yY+/BsNUAI="; 11 + hash = "sha256-Q9LmQEcw3oehGE4DXIzQERNEZgwRzb1o8/qGOC1JGZc="; 12 12 }; 13 13 14 - vendorHash = "sha256-R+VqIw8fztBH2WTf5vjqtMfASNnOTjA3DEndXYyyMi4="; 14 + vendorHash = "sha256-KY4niegPSLOILZgC7H7TFK6r5v3mjN9sUA5c8AuaOys="; 15 + 16 + ldflags = [ 17 + "-s" 18 + "-w" 19 + "-X github.com/wakatime/wakatime-cli/pkg/version.Version=${version}" 20 + ]; 21 + 22 + preCheck = 23 + let 24 + skippedTests = [ 25 + "TestFileExperts" 26 + "TestSendHeartbeats" 27 + "TestSendHeartbeats_ExtraHeartbeats" 28 + "TestSendHeartbeats_IsUnsavedEntity" 29 + "TestSendHeartbeats_NonExistingExtraHeartbeatsEntity" 30 + ]; 31 + in 32 + '' 33 + # Disable tests requiring network 34 + buildFlagsArray+=("-run" "[^(${builtins.concatStringsSep "|" skippedTests})]") 35 + ''; 36 + 37 + passthru.tests.version = testers.testVersion { 38 + package = wakatime; 39 + command = "HOME=$(mktemp -d) wakatime-cli --version"; 40 + }; 15 41 16 42 meta = with lib; { 17 - inherit (src.meta) homepage; 43 + homepage = "https://wakatime.com/"; 18 44 description = "WakaTime command line interface"; 19 - longDescription = '' 20 - Command line interface to WakaTime used by all WakaTime text editor 21 - plugins. You shouldn't need to directly use this package unless you 22 - are building your own plugin or your text editor's plugin asks you 23 - to install the wakatime CLI interface manually. 24 - ''; 25 45 license = licenses.bsd3; 46 + maintainers = with maintainers; [ aaronjheng ]; 26 47 mainProgram = "wakatime-cli"; 27 48 }; 28 49 }
+55
pkgs/tools/security/ospd-openvas/default.nix
··· 1 + { lib 2 + , fetchFromGitHub 3 + , python3 4 + }: 5 + 6 + python3.pkgs.buildPythonApplication rec { 7 + pname = "ospd-openvas"; 8 + version = "22.4.6"; 9 + format = "pyproject"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "greenbone"; 13 + repo = "ospd-openvas"; 14 + rev = "refs/tags/v${version}"; 15 + hash = "sha256-tgLOO4L/P6USiPf72uZse36r8HhXJnUUT8PfZH4E/jg="; 16 + }; 17 + 18 + pythonRelaxDeps = [ 19 + "packaging" 20 + "python-gnupg" 21 + ]; 22 + 23 + nativeBuildInputs = with python3.pkgs; [ 24 + poetry-core 25 + pythonRelaxDepsHook 26 + ]; 27 + 28 + propagatedBuildInputs = with python3.pkgs; [ 29 + defusedxml 30 + deprecated 31 + lxml 32 + packaging 33 + paho-mqtt 34 + psutil 35 + python-gnupg 36 + redis 37 + sentry-sdk 38 + ]; 39 + 40 + nativeCheckInputs = with python3.pkgs; [ 41 + pytestCheckHook 42 + ]; 43 + 44 + pythonImportsCheck = [ 45 + "ospd_openvas" 46 + ]; 47 + 48 + meta = with lib; { 49 + description = "OSP server implementation to allow GVM to remotely control an OpenVAS Scanner"; 50 + homepage = "https://github.com/greenbone/ospd-openvas"; 51 + changelog = "https://github.com/greenbone/ospd-openvas/blob/${version}/CHANGELOG.md"; 52 + license = licenses.agpl3Only; 53 + maintainers = with maintainers; [ fab ]; 54 + }; 55 + }
+2 -2
pkgs/tools/system/openseachest/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "openseachest"; 8 - version = "22.07"; 8 + version = "23.03"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "Seagate"; 12 12 repo = "openSeaChest"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-YZOQfABDr5DGkL08TYn908XdCSCJCg+9nlWXRBjYBOU="; 14 + sha256 = "sha256-D/TvT+LnAVhkQ32U+VdW7AA3BfKurmK4mwIY8vwXIpc="; 15 15 fetchSubmodules = true; 16 16 }; 17 17
+5 -1
pkgs/top-level/all-packages.nix
··· 5399 5399 5400 5400 ossutil = callPackage ../tools/admin/ossutil {}; 5401 5401 5402 + ospd-openvas = callPackage ../tools/security/ospd-openvas {}; 5403 + 5402 5404 osv-detector = callPackage ../tools/security/osv-detector {}; 5403 5405 5404 5406 osv-scanner = callPackage ../tools/security/osv-scanner {}; ··· 13238 13240 13239 13241 wakapi = callPackage ../tools/misc/wakapi { }; 13240 13242 13241 - wakatime = python2Packages.callPackage ../tools/misc/wakatime { }; 13243 + wakatime = callPackage ../tools/misc/wakatime { }; 13242 13244 13243 13245 wambo = callPackage ../development/tools/wambo { }; 13244 13246 ··· 39446 39448 gnss-share = callPackage ../servers/gnss-share { }; 39447 39449 39448 39450 ali = callPackage ../tools/networking/ali { }; 39451 + 39452 + udict = callPackage ../applications/misc/udict { }; 39449 39453 }