Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
67e4f6dd f95edd46

+2093 -1895
+1 -1
nixos/modules/misc/ids.nix
··· 392 tape = 25; 393 video = 26; 394 dialout = 27; 395 - #polkituser = 28; # currently unused, polkitd doesn't need a group 396 utmp = 29; 397 # ddclient = 30; # converted to DynamicUser = true 398 davfs2 = 31;
··· 392 tape = 25; 393 video = 26; 394 dialout = 27; 395 + polkituser = 28; 396 utmp = 29; 397 # ddclient = 30; # converted to DynamicUser = true 398 davfs2 = 31;
+1 -1
nixos/modules/security/polkit.nix
··· 113 group = "polkituser"; 114 }; 115 116 - users.groups.polkituser = {}; 117 }; 118 119 }
··· 113 group = "polkituser"; 114 }; 115 116 + users.groups.polkituser.gid = config.ids.gids.polkituser; 117 }; 118 119 }
+10
nixos/tests/google-oslogin/server.py
··· 103 self._send_json_ok(gen_mockuser(username=username, uid=uid, gid=uid, home_directory=f"/home/{username}", snakeoil_pubkey=SNAKEOIL_PUBLIC_KEY)) 104 return 105 106 # authorize endpoint 107 elif pu.path == "/computeMetadata/v1/oslogin/authorize": 108 # is user allowed to login?
··· 103 self._send_json_ok(gen_mockuser(username=username, uid=uid, gid=uid, home_directory=f"/home/{username}", snakeoil_pubkey=SNAKEOIL_PUBLIC_KEY)) 104 return 105 106 + # we need to provide something at the groups endpoint. 107 + # the nss module does segfault if we don't. 108 + elif pu.path == "/computeMetadata/v1/oslogin/groups": 109 + self._send_json_ok({ 110 + "posixGroups": [ 111 + {"name" : "demo", "gid" : 4294967295} 112 + ], 113 + }) 114 + return 115 + 116 # authorize endpoint 117 elif pu.path == "/computeMetadata/v1/oslogin/authorize": 118 # is user allowed to login?
+677
pkgs/applications/blockchains/ethabi/Cargo.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + [[package]] 4 + name = "ansi_term" 5 + version = "0.11.0" 6 + source = "registry+https://github.com/rust-lang/crates.io-index" 7 + checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 8 + dependencies = [ 9 + "winapi", 10 + ] 11 + 12 + [[package]] 13 + name = "anyhow" 14 + version = "1.0.40" 15 + source = "registry+https://github.com/rust-lang/crates.io-index" 16 + checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" 17 + 18 + [[package]] 19 + name = "arrayvec" 20 + version = "0.5.2" 21 + source = "registry+https://github.com/rust-lang/crates.io-index" 22 + checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 23 + 24 + [[package]] 25 + name = "atty" 26 + version = "0.2.14" 27 + source = "registry+https://github.com/rust-lang/crates.io-index" 28 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 29 + dependencies = [ 30 + "hermit-abi", 31 + "libc", 32 + "winapi", 33 + ] 34 + 35 + [[package]] 36 + name = "bitflags" 37 + version = "1.2.1" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 40 + 41 + [[package]] 42 + name = "bitvec" 43 + version = "0.17.4" 44 + source = "registry+https://github.com/rust-lang/crates.io-index" 45 + checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c" 46 + dependencies = [ 47 + "either", 48 + "radium", 49 + ] 50 + 51 + [[package]] 52 + name = "block-buffer" 53 + version = "0.9.0" 54 + source = "registry+https://github.com/rust-lang/crates.io-index" 55 + checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 56 + dependencies = [ 57 + "block-padding", 58 + "generic-array", 59 + ] 60 + 61 + [[package]] 62 + name = "block-padding" 63 + version = "0.2.1" 64 + source = "registry+https://github.com/rust-lang/crates.io-index" 65 + checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" 66 + 67 + [[package]] 68 + name = "byte-slice-cast" 69 + version = "0.3.5" 70 + source = "registry+https://github.com/rust-lang/crates.io-index" 71 + checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3" 72 + 73 + [[package]] 74 + name = "byteorder" 75 + version = "1.4.3" 76 + source = "registry+https://github.com/rust-lang/crates.io-index" 77 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 78 + 79 + [[package]] 80 + name = "bytes" 81 + version = "1.0.1" 82 + source = "registry+https://github.com/rust-lang/crates.io-index" 83 + checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" 84 + 85 + [[package]] 86 + name = "cfg-if" 87 + version = "1.0.0" 88 + source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 90 + 91 + [[package]] 92 + name = "clap" 93 + version = "2.33.3" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 96 + dependencies = [ 97 + "ansi_term", 98 + "atty", 99 + "bitflags", 100 + "strsim", 101 + "textwrap", 102 + "unicode-width", 103 + "vec_map", 104 + ] 105 + 106 + [[package]] 107 + name = "crunchy" 108 + version = "0.2.2" 109 + source = "registry+https://github.com/rust-lang/crates.io-index" 110 + checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 111 + 112 + [[package]] 113 + name = "digest" 114 + version = "0.9.0" 115 + source = "registry+https://github.com/rust-lang/crates.io-index" 116 + checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 117 + dependencies = [ 118 + "generic-array", 119 + ] 120 + 121 + [[package]] 122 + name = "either" 123 + version = "1.6.1" 124 + source = "registry+https://github.com/rust-lang/crates.io-index" 125 + checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 126 + 127 + [[package]] 128 + name = "ethabi" 129 + version = "13.0.0" 130 + dependencies = [ 131 + "anyhow", 132 + "ethereum-types", 133 + "hex", 134 + "hex-literal", 135 + "paste", 136 + "serde", 137 + "serde_json", 138 + "sha3", 139 + "thiserror", 140 + "uint", 141 + ] 142 + 143 + [[package]] 144 + name = "ethabi-cli" 145 + version = "13.0.0" 146 + dependencies = [ 147 + "anyhow", 148 + "ethabi", 149 + "hex", 150 + "itertools", 151 + "sha3", 152 + "structopt", 153 + ] 154 + 155 + [[package]] 156 + name = "ethabi-contract" 157 + version = "11.0.0" 158 + 159 + [[package]] 160 + name = "ethabi-derive" 161 + version = "13.0.0" 162 + dependencies = [ 163 + "anyhow", 164 + "ethabi", 165 + "heck", 166 + "proc-macro2", 167 + "quote", 168 + "syn", 169 + ] 170 + 171 + [[package]] 172 + name = "ethabi-tests" 173 + version = "0.1.1" 174 + dependencies = [ 175 + "ethabi", 176 + "ethabi-contract", 177 + "ethabi-derive", 178 + "hex", 179 + "hex-literal", 180 + ] 181 + 182 + [[package]] 183 + name = "ethbloom" 184 + version = "0.10.0" 185 + source = "registry+https://github.com/rust-lang/crates.io-index" 186 + checksum = "22a621dcebea74f2a6f2002d0a885c81ccf6cbdf86760183316a7722b5707ca4" 187 + dependencies = [ 188 + "crunchy", 189 + "fixed-hash", 190 + "impl-rlp", 191 + "impl-serde", 192 + "tiny-keccak", 193 + ] 194 + 195 + [[package]] 196 + name = "ethereum-types" 197 + version = "0.10.0" 198 + source = "registry+https://github.com/rust-lang/crates.io-index" 199 + checksum = "05dc5f0df4915fa6dff7f975a8366ecfaaa8959c74235469495153e7bb1b280e" 200 + dependencies = [ 201 + "ethbloom", 202 + "fixed-hash", 203 + "impl-rlp", 204 + "impl-serde", 205 + "primitive-types", 206 + "uint", 207 + ] 208 + 209 + [[package]] 210 + name = "fixed-hash" 211 + version = "0.7.0" 212 + source = "registry+https://github.com/rust-lang/crates.io-index" 213 + checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" 214 + dependencies = [ 215 + "byteorder", 216 + "rand", 217 + "rustc-hex", 218 + "static_assertions", 219 + ] 220 + 221 + [[package]] 222 + name = "generic-array" 223 + version = "0.14.4" 224 + source = "registry+https://github.com/rust-lang/crates.io-index" 225 + checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" 226 + dependencies = [ 227 + "typenum", 228 + "version_check", 229 + ] 230 + 231 + [[package]] 232 + name = "getrandom" 233 + version = "0.2.2" 234 + source = "registry+https://github.com/rust-lang/crates.io-index" 235 + checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" 236 + dependencies = [ 237 + "cfg-if", 238 + "libc", 239 + "wasi", 240 + ] 241 + 242 + [[package]] 243 + name = "heck" 244 + version = "0.3.2" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" 247 + dependencies = [ 248 + "unicode-segmentation", 249 + ] 250 + 251 + [[package]] 252 + name = "hermit-abi" 253 + version = "0.1.18" 254 + source = "registry+https://github.com/rust-lang/crates.io-index" 255 + checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 256 + dependencies = [ 257 + "libc", 258 + ] 259 + 260 + [[package]] 261 + name = "hex" 262 + version = "0.4.3" 263 + source = "registry+https://github.com/rust-lang/crates.io-index" 264 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 265 + 266 + [[package]] 267 + name = "hex-literal" 268 + version = "0.3.1" 269 + source = "registry+https://github.com/rust-lang/crates.io-index" 270 + checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8" 271 + 272 + [[package]] 273 + name = "impl-codec" 274 + version = "0.4.2" 275 + source = "registry+https://github.com/rust-lang/crates.io-index" 276 + checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53" 277 + dependencies = [ 278 + "parity-scale-codec", 279 + ] 280 + 281 + [[package]] 282 + name = "impl-rlp" 283 + version = "0.3.0" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" 286 + dependencies = [ 287 + "rlp", 288 + ] 289 + 290 + [[package]] 291 + name = "impl-serde" 292 + version = "0.3.1" 293 + source = "registry+https://github.com/rust-lang/crates.io-index" 294 + checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f" 295 + dependencies = [ 296 + "serde", 297 + ] 298 + 299 + [[package]] 300 + name = "itertools" 301 + version = "0.9.0" 302 + source = "registry+https://github.com/rust-lang/crates.io-index" 303 + checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" 304 + dependencies = [ 305 + "either", 306 + ] 307 + 308 + [[package]] 309 + name = "itoa" 310 + version = "0.4.7" 311 + source = "registry+https://github.com/rust-lang/crates.io-index" 312 + checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 313 + 314 + [[package]] 315 + name = "keccak" 316 + version = "0.1.0" 317 + source = "registry+https://github.com/rust-lang/crates.io-index" 318 + checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" 319 + 320 + [[package]] 321 + name = "lazy_static" 322 + version = "1.4.0" 323 + source = "registry+https://github.com/rust-lang/crates.io-index" 324 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 325 + 326 + [[package]] 327 + name = "libc" 328 + version = "0.2.94" 329 + source = "registry+https://github.com/rust-lang/crates.io-index" 330 + checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" 331 + 332 + [[package]] 333 + name = "opaque-debug" 334 + version = "0.3.0" 335 + source = "registry+https://github.com/rust-lang/crates.io-index" 336 + checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 337 + 338 + [[package]] 339 + name = "parity-scale-codec" 340 + version = "1.3.7" 341 + source = "registry+https://github.com/rust-lang/crates.io-index" 342 + checksum = "a4b26b16c7687c3075982af47719e481815df30bc544f7a6690763a25ca16e9d" 343 + dependencies = [ 344 + "arrayvec", 345 + "bitvec", 346 + "byte-slice-cast", 347 + "serde", 348 + ] 349 + 350 + [[package]] 351 + name = "paste" 352 + version = "1.0.5" 353 + source = "registry+https://github.com/rust-lang/crates.io-index" 354 + checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" 355 + 356 + [[package]] 357 + name = "ppv-lite86" 358 + version = "0.2.10" 359 + source = "registry+https://github.com/rust-lang/crates.io-index" 360 + checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 361 + 362 + [[package]] 363 + name = "primitive-types" 364 + version = "0.8.0" 365 + source = "registry+https://github.com/rust-lang/crates.io-index" 366 + checksum = "b3824ae2c5e27160113b9e029a10ec9e3f0237bad8029f69c7724393c9fdefd8" 367 + dependencies = [ 368 + "fixed-hash", 369 + "impl-codec", 370 + "impl-rlp", 371 + "impl-serde", 372 + "uint", 373 + ] 374 + 375 + [[package]] 376 + name = "proc-macro-error" 377 + version = "1.0.4" 378 + source = "registry+https://github.com/rust-lang/crates.io-index" 379 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 380 + dependencies = [ 381 + "proc-macro-error-attr", 382 + "proc-macro2", 383 + "quote", 384 + "syn", 385 + "version_check", 386 + ] 387 + 388 + [[package]] 389 + name = "proc-macro-error-attr" 390 + version = "1.0.4" 391 + source = "registry+https://github.com/rust-lang/crates.io-index" 392 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 393 + dependencies = [ 394 + "proc-macro2", 395 + "quote", 396 + "version_check", 397 + ] 398 + 399 + [[package]] 400 + name = "proc-macro2" 401 + version = "1.0.26" 402 + source = "registry+https://github.com/rust-lang/crates.io-index" 403 + checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" 404 + dependencies = [ 405 + "unicode-xid", 406 + ] 407 + 408 + [[package]] 409 + name = "quote" 410 + version = "1.0.9" 411 + source = "registry+https://github.com/rust-lang/crates.io-index" 412 + checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 413 + dependencies = [ 414 + "proc-macro2", 415 + ] 416 + 417 + [[package]] 418 + name = "radium" 419 + version = "0.3.0" 420 + source = "registry+https://github.com/rust-lang/crates.io-index" 421 + checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac" 422 + 423 + [[package]] 424 + name = "rand" 425 + version = "0.8.3" 426 + source = "registry+https://github.com/rust-lang/crates.io-index" 427 + checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" 428 + dependencies = [ 429 + "libc", 430 + "rand_chacha", 431 + "rand_core", 432 + ] 433 + 434 + [[package]] 435 + name = "rand_chacha" 436 + version = "0.3.0" 437 + source = "registry+https://github.com/rust-lang/crates.io-index" 438 + checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" 439 + dependencies = [ 440 + "ppv-lite86", 441 + "rand_core", 442 + ] 443 + 444 + [[package]] 445 + name = "rand_core" 446 + version = "0.6.2" 447 + source = "registry+https://github.com/rust-lang/crates.io-index" 448 + checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" 449 + dependencies = [ 450 + "getrandom", 451 + ] 452 + 453 + [[package]] 454 + name = "rlp" 455 + version = "0.5.0" 456 + source = "registry+https://github.com/rust-lang/crates.io-index" 457 + checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8" 458 + dependencies = [ 459 + "bytes", 460 + "rustc-hex", 461 + ] 462 + 463 + [[package]] 464 + name = "rustc-hex" 465 + version = "2.1.0" 466 + source = "registry+https://github.com/rust-lang/crates.io-index" 467 + checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" 468 + 469 + [[package]] 470 + name = "ryu" 471 + version = "1.0.5" 472 + source = "registry+https://github.com/rust-lang/crates.io-index" 473 + checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 474 + 475 + [[package]] 476 + name = "serde" 477 + version = "1.0.125" 478 + source = "registry+https://github.com/rust-lang/crates.io-index" 479 + checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171" 480 + dependencies = [ 481 + "serde_derive", 482 + ] 483 + 484 + [[package]] 485 + name = "serde_derive" 486 + version = "1.0.125" 487 + source = "registry+https://github.com/rust-lang/crates.io-index" 488 + checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d" 489 + dependencies = [ 490 + "proc-macro2", 491 + "quote", 492 + "syn", 493 + ] 494 + 495 + [[package]] 496 + name = "serde_json" 497 + version = "1.0.64" 498 + source = "registry+https://github.com/rust-lang/crates.io-index" 499 + checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" 500 + dependencies = [ 501 + "itoa", 502 + "ryu", 503 + "serde", 504 + ] 505 + 506 + [[package]] 507 + name = "sha3" 508 + version = "0.9.1" 509 + source = "registry+https://github.com/rust-lang/crates.io-index" 510 + checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" 511 + dependencies = [ 512 + "block-buffer", 513 + "digest", 514 + "keccak", 515 + "opaque-debug", 516 + ] 517 + 518 + [[package]] 519 + name = "static_assertions" 520 + version = "1.1.0" 521 + source = "registry+https://github.com/rust-lang/crates.io-index" 522 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 523 + 524 + [[package]] 525 + name = "strsim" 526 + version = "0.8.0" 527 + source = "registry+https://github.com/rust-lang/crates.io-index" 528 + checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 529 + 530 + [[package]] 531 + name = "structopt" 532 + version = "0.3.21" 533 + source = "registry+https://github.com/rust-lang/crates.io-index" 534 + checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" 535 + dependencies = [ 536 + "clap", 537 + "lazy_static", 538 + "structopt-derive", 539 + ] 540 + 541 + [[package]] 542 + name = "structopt-derive" 543 + version = "0.4.14" 544 + source = "registry+https://github.com/rust-lang/crates.io-index" 545 + checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" 546 + dependencies = [ 547 + "heck", 548 + "proc-macro-error", 549 + "proc-macro2", 550 + "quote", 551 + "syn", 552 + ] 553 + 554 + [[package]] 555 + name = "syn" 556 + version = "1.0.72" 557 + source = "registry+https://github.com/rust-lang/crates.io-index" 558 + checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82" 559 + dependencies = [ 560 + "proc-macro2", 561 + "quote", 562 + "unicode-xid", 563 + ] 564 + 565 + [[package]] 566 + name = "textwrap" 567 + version = "0.11.0" 568 + source = "registry+https://github.com/rust-lang/crates.io-index" 569 + checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 570 + dependencies = [ 571 + "unicode-width", 572 + ] 573 + 574 + [[package]] 575 + name = "thiserror" 576 + version = "1.0.24" 577 + source = "registry+https://github.com/rust-lang/crates.io-index" 578 + checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" 579 + dependencies = [ 580 + "thiserror-impl", 581 + ] 582 + 583 + [[package]] 584 + name = "thiserror-impl" 585 + version = "1.0.24" 586 + source = "registry+https://github.com/rust-lang/crates.io-index" 587 + checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" 588 + dependencies = [ 589 + "proc-macro2", 590 + "quote", 591 + "syn", 592 + ] 593 + 594 + [[package]] 595 + name = "tiny-keccak" 596 + version = "2.0.2" 597 + source = "registry+https://github.com/rust-lang/crates.io-index" 598 + checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 599 + dependencies = [ 600 + "crunchy", 601 + ] 602 + 603 + [[package]] 604 + name = "typenum" 605 + version = "1.13.0" 606 + source = "registry+https://github.com/rust-lang/crates.io-index" 607 + checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" 608 + 609 + [[package]] 610 + name = "uint" 611 + version = "0.9.0" 612 + source = "registry+https://github.com/rust-lang/crates.io-index" 613 + checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e" 614 + dependencies = [ 615 + "byteorder", 616 + "crunchy", 617 + "hex", 618 + "static_assertions", 619 + ] 620 + 621 + [[package]] 622 + name = "unicode-segmentation" 623 + version = "1.7.1" 624 + source = "registry+https://github.com/rust-lang/crates.io-index" 625 + checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" 626 + 627 + [[package]] 628 + name = "unicode-width" 629 + version = "0.1.8" 630 + source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 632 + 633 + [[package]] 634 + name = "unicode-xid" 635 + version = "0.2.2" 636 + source = "registry+https://github.com/rust-lang/crates.io-index" 637 + checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 638 + 639 + [[package]] 640 + name = "vec_map" 641 + version = "0.8.2" 642 + source = "registry+https://github.com/rust-lang/crates.io-index" 643 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 644 + 645 + [[package]] 646 + name = "version_check" 647 + version = "0.9.3" 648 + source = "registry+https://github.com/rust-lang/crates.io-index" 649 + checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" 650 + 651 + [[package]] 652 + name = "wasi" 653 + version = "0.10.2+wasi-snapshot-preview1" 654 + source = "registry+https://github.com/rust-lang/crates.io-index" 655 + checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 656 + 657 + [[package]] 658 + name = "winapi" 659 + version = "0.3.9" 660 + source = "registry+https://github.com/rust-lang/crates.io-index" 661 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 662 + dependencies = [ 663 + "winapi-i686-pc-windows-gnu", 664 + "winapi-x86_64-pc-windows-gnu", 665 + ] 666 + 667 + [[package]] 668 + name = "winapi-i686-pc-windows-gnu" 669 + version = "0.4.0" 670 + source = "registry+https://github.com/rust-lang/crates.io-index" 671 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 672 + 673 + [[package]] 674 + name = "winapi-x86_64-pc-windows-gnu" 675 + version = "0.4.0" 676 + source = "registry+https://github.com/rust-lang/crates.io-index" 677 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
-683
pkgs/applications/blockchains/ethabi/add-Cargo-lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..05e3f0f 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,677 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "ansi_term" 11 - +version = "0.11.0" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - +checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 14 - +dependencies = [ 15 - + "winapi", 16 - +] 17 - + 18 - +[[package]] 19 - +name = "anyhow" 20 - +version = "1.0.40" 21 - +source = "registry+https://github.com/rust-lang/crates.io-index" 22 - +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" 23 - + 24 - +[[package]] 25 - +name = "arrayvec" 26 - +version = "0.5.2" 27 - +source = "registry+https://github.com/rust-lang/crates.io-index" 28 - +checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 29 - + 30 - +[[package]] 31 - +name = "atty" 32 - +version = "0.2.14" 33 - +source = "registry+https://github.com/rust-lang/crates.io-index" 34 - +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 35 - +dependencies = [ 36 - + "hermit-abi", 37 - + "libc", 38 - + "winapi", 39 - +] 40 - + 41 - +[[package]] 42 - +name = "bitflags" 43 - +version = "1.2.1" 44 - +source = "registry+https://github.com/rust-lang/crates.io-index" 45 - +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 46 - + 47 - +[[package]] 48 - +name = "bitvec" 49 - +version = "0.17.4" 50 - +source = "registry+https://github.com/rust-lang/crates.io-index" 51 - +checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c" 52 - +dependencies = [ 53 - + "either", 54 - + "radium", 55 - +] 56 - + 57 - +[[package]] 58 - +name = "block-buffer" 59 - +version = "0.9.0" 60 - +source = "registry+https://github.com/rust-lang/crates.io-index" 61 - +checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 62 - +dependencies = [ 63 - + "block-padding", 64 - + "generic-array", 65 - +] 66 - + 67 - +[[package]] 68 - +name = "block-padding" 69 - +version = "0.2.1" 70 - +source = "registry+https://github.com/rust-lang/crates.io-index" 71 - +checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" 72 - + 73 - +[[package]] 74 - +name = "byte-slice-cast" 75 - +version = "0.3.5" 76 - +source = "registry+https://github.com/rust-lang/crates.io-index" 77 - +checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3" 78 - + 79 - +[[package]] 80 - +name = "byteorder" 81 - +version = "1.4.3" 82 - +source = "registry+https://github.com/rust-lang/crates.io-index" 83 - +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 84 - + 85 - +[[package]] 86 - +name = "bytes" 87 - +version = "1.0.1" 88 - +source = "registry+https://github.com/rust-lang/crates.io-index" 89 - +checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" 90 - + 91 - +[[package]] 92 - +name = "cfg-if" 93 - +version = "1.0.0" 94 - +source = "registry+https://github.com/rust-lang/crates.io-index" 95 - +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 96 - + 97 - +[[package]] 98 - +name = "clap" 99 - +version = "2.33.3" 100 - +source = "registry+https://github.com/rust-lang/crates.io-index" 101 - +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 102 - +dependencies = [ 103 - + "ansi_term", 104 - + "atty", 105 - + "bitflags", 106 - + "strsim", 107 - + "textwrap", 108 - + "unicode-width", 109 - + "vec_map", 110 - +] 111 - + 112 - +[[package]] 113 - +name = "crunchy" 114 - +version = "0.2.2" 115 - +source = "registry+https://github.com/rust-lang/crates.io-index" 116 - +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 117 - + 118 - +[[package]] 119 - +name = "digest" 120 - +version = "0.9.0" 121 - +source = "registry+https://github.com/rust-lang/crates.io-index" 122 - +checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 123 - +dependencies = [ 124 - + "generic-array", 125 - +] 126 - + 127 - +[[package]] 128 - +name = "either" 129 - +version = "1.6.1" 130 - +source = "registry+https://github.com/rust-lang/crates.io-index" 131 - +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 132 - + 133 - +[[package]] 134 - +name = "ethabi" 135 - +version = "13.0.0" 136 - +dependencies = [ 137 - + "anyhow", 138 - + "ethereum-types", 139 - + "hex", 140 - + "hex-literal", 141 - + "paste", 142 - + "serde", 143 - + "serde_json", 144 - + "sha3", 145 - + "thiserror", 146 - + "uint", 147 - +] 148 - + 149 - +[[package]] 150 - +name = "ethabi-cli" 151 - +version = "13.0.0" 152 - +dependencies = [ 153 - + "anyhow", 154 - + "ethabi", 155 - + "hex", 156 - + "itertools", 157 - + "sha3", 158 - + "structopt", 159 - +] 160 - + 161 - +[[package]] 162 - +name = "ethabi-contract" 163 - +version = "11.0.0" 164 - + 165 - +[[package]] 166 - +name = "ethabi-derive" 167 - +version = "13.0.0" 168 - +dependencies = [ 169 - + "anyhow", 170 - + "ethabi", 171 - + "heck", 172 - + "proc-macro2", 173 - + "quote", 174 - + "syn", 175 - +] 176 - + 177 - +[[package]] 178 - +name = "ethabi-tests" 179 - +version = "0.1.1" 180 - +dependencies = [ 181 - + "ethabi", 182 - + "ethabi-contract", 183 - + "ethabi-derive", 184 - + "hex", 185 - + "hex-literal", 186 - +] 187 - + 188 - +[[package]] 189 - +name = "ethbloom" 190 - +version = "0.10.0" 191 - +source = "registry+https://github.com/rust-lang/crates.io-index" 192 - +checksum = "22a621dcebea74f2a6f2002d0a885c81ccf6cbdf86760183316a7722b5707ca4" 193 - +dependencies = [ 194 - + "crunchy", 195 - + "fixed-hash", 196 - + "impl-rlp", 197 - + "impl-serde", 198 - + "tiny-keccak", 199 - +] 200 - + 201 - +[[package]] 202 - +name = "ethereum-types" 203 - +version = "0.10.0" 204 - +source = "registry+https://github.com/rust-lang/crates.io-index" 205 - +checksum = "05dc5f0df4915fa6dff7f975a8366ecfaaa8959c74235469495153e7bb1b280e" 206 - +dependencies = [ 207 - + "ethbloom", 208 - + "fixed-hash", 209 - + "impl-rlp", 210 - + "impl-serde", 211 - + "primitive-types", 212 - + "uint", 213 - +] 214 - + 215 - +[[package]] 216 - +name = "fixed-hash" 217 - +version = "0.7.0" 218 - +source = "registry+https://github.com/rust-lang/crates.io-index" 219 - +checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" 220 - +dependencies = [ 221 - + "byteorder", 222 - + "rand", 223 - + "rustc-hex", 224 - + "static_assertions", 225 - +] 226 - + 227 - +[[package]] 228 - +name = "generic-array" 229 - +version = "0.14.4" 230 - +source = "registry+https://github.com/rust-lang/crates.io-index" 231 - +checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" 232 - +dependencies = [ 233 - + "typenum", 234 - + "version_check", 235 - +] 236 - + 237 - +[[package]] 238 - +name = "getrandom" 239 - +version = "0.2.2" 240 - +source = "registry+https://github.com/rust-lang/crates.io-index" 241 - +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" 242 - +dependencies = [ 243 - + "cfg-if", 244 - + "libc", 245 - + "wasi", 246 - +] 247 - + 248 - +[[package]] 249 - +name = "heck" 250 - +version = "0.3.2" 251 - +source = "registry+https://github.com/rust-lang/crates.io-index" 252 - +checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" 253 - +dependencies = [ 254 - + "unicode-segmentation", 255 - +] 256 - + 257 - +[[package]] 258 - +name = "hermit-abi" 259 - +version = "0.1.18" 260 - +source = "registry+https://github.com/rust-lang/crates.io-index" 261 - +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 262 - +dependencies = [ 263 - + "libc", 264 - +] 265 - + 266 - +[[package]] 267 - +name = "hex" 268 - +version = "0.4.3" 269 - +source = "registry+https://github.com/rust-lang/crates.io-index" 270 - +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 271 - + 272 - +[[package]] 273 - +name = "hex-literal" 274 - +version = "0.3.1" 275 - +source = "registry+https://github.com/rust-lang/crates.io-index" 276 - +checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8" 277 - + 278 - +[[package]] 279 - +name = "impl-codec" 280 - +version = "0.4.2" 281 - +source = "registry+https://github.com/rust-lang/crates.io-index" 282 - +checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53" 283 - +dependencies = [ 284 - + "parity-scale-codec", 285 - +] 286 - + 287 - +[[package]] 288 - +name = "impl-rlp" 289 - +version = "0.3.0" 290 - +source = "registry+https://github.com/rust-lang/crates.io-index" 291 - +checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" 292 - +dependencies = [ 293 - + "rlp", 294 - +] 295 - + 296 - +[[package]] 297 - +name = "impl-serde" 298 - +version = "0.3.1" 299 - +source = "registry+https://github.com/rust-lang/crates.io-index" 300 - +checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f" 301 - +dependencies = [ 302 - + "serde", 303 - +] 304 - + 305 - +[[package]] 306 - +name = "itertools" 307 - +version = "0.9.0" 308 - +source = "registry+https://github.com/rust-lang/crates.io-index" 309 - +checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" 310 - +dependencies = [ 311 - + "either", 312 - +] 313 - + 314 - +[[package]] 315 - +name = "itoa" 316 - +version = "0.4.7" 317 - +source = "registry+https://github.com/rust-lang/crates.io-index" 318 - +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 319 - + 320 - +[[package]] 321 - +name = "keccak" 322 - +version = "0.1.0" 323 - +source = "registry+https://github.com/rust-lang/crates.io-index" 324 - +checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" 325 - + 326 - +[[package]] 327 - +name = "lazy_static" 328 - +version = "1.4.0" 329 - +source = "registry+https://github.com/rust-lang/crates.io-index" 330 - +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 331 - + 332 - +[[package]] 333 - +name = "libc" 334 - +version = "0.2.94" 335 - +source = "registry+https://github.com/rust-lang/crates.io-index" 336 - +checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" 337 - + 338 - +[[package]] 339 - +name = "opaque-debug" 340 - +version = "0.3.0" 341 - +source = "registry+https://github.com/rust-lang/crates.io-index" 342 - +checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 343 - + 344 - +[[package]] 345 - +name = "parity-scale-codec" 346 - +version = "1.3.7" 347 - +source = "registry+https://github.com/rust-lang/crates.io-index" 348 - +checksum = "a4b26b16c7687c3075982af47719e481815df30bc544f7a6690763a25ca16e9d" 349 - +dependencies = [ 350 - + "arrayvec", 351 - + "bitvec", 352 - + "byte-slice-cast", 353 - + "serde", 354 - +] 355 - + 356 - +[[package]] 357 - +name = "paste" 358 - +version = "1.0.5" 359 - +source = "registry+https://github.com/rust-lang/crates.io-index" 360 - +checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" 361 - + 362 - +[[package]] 363 - +name = "ppv-lite86" 364 - +version = "0.2.10" 365 - +source = "registry+https://github.com/rust-lang/crates.io-index" 366 - +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 367 - + 368 - +[[package]] 369 - +name = "primitive-types" 370 - +version = "0.8.0" 371 - +source = "registry+https://github.com/rust-lang/crates.io-index" 372 - +checksum = "b3824ae2c5e27160113b9e029a10ec9e3f0237bad8029f69c7724393c9fdefd8" 373 - +dependencies = [ 374 - + "fixed-hash", 375 - + "impl-codec", 376 - + "impl-rlp", 377 - + "impl-serde", 378 - + "uint", 379 - +] 380 - + 381 - +[[package]] 382 - +name = "proc-macro-error" 383 - +version = "1.0.4" 384 - +source = "registry+https://github.com/rust-lang/crates.io-index" 385 - +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 386 - +dependencies = [ 387 - + "proc-macro-error-attr", 388 - + "proc-macro2", 389 - + "quote", 390 - + "syn", 391 - + "version_check", 392 - +] 393 - + 394 - +[[package]] 395 - +name = "proc-macro-error-attr" 396 - +version = "1.0.4" 397 - +source = "registry+https://github.com/rust-lang/crates.io-index" 398 - +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 399 - +dependencies = [ 400 - + "proc-macro2", 401 - + "quote", 402 - + "version_check", 403 - +] 404 - + 405 - +[[package]] 406 - +name = "proc-macro2" 407 - +version = "1.0.26" 408 - +source = "registry+https://github.com/rust-lang/crates.io-index" 409 - +checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" 410 - +dependencies = [ 411 - + "unicode-xid", 412 - +] 413 - + 414 - +[[package]] 415 - +name = "quote" 416 - +version = "1.0.9" 417 - +source = "registry+https://github.com/rust-lang/crates.io-index" 418 - +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 419 - +dependencies = [ 420 - + "proc-macro2", 421 - +] 422 - + 423 - +[[package]] 424 - +name = "radium" 425 - +version = "0.3.0" 426 - +source = "registry+https://github.com/rust-lang/crates.io-index" 427 - +checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac" 428 - + 429 - +[[package]] 430 - +name = "rand" 431 - +version = "0.8.3" 432 - +source = "registry+https://github.com/rust-lang/crates.io-index" 433 - +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" 434 - +dependencies = [ 435 - + "libc", 436 - + "rand_chacha", 437 - + "rand_core", 438 - +] 439 - + 440 - +[[package]] 441 - +name = "rand_chacha" 442 - +version = "0.3.0" 443 - +source = "registry+https://github.com/rust-lang/crates.io-index" 444 - +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" 445 - +dependencies = [ 446 - + "ppv-lite86", 447 - + "rand_core", 448 - +] 449 - + 450 - +[[package]] 451 - +name = "rand_core" 452 - +version = "0.6.2" 453 - +source = "registry+https://github.com/rust-lang/crates.io-index" 454 - +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" 455 - +dependencies = [ 456 - + "getrandom", 457 - +] 458 - + 459 - +[[package]] 460 - +name = "rlp" 461 - +version = "0.5.0" 462 - +source = "registry+https://github.com/rust-lang/crates.io-index" 463 - +checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8" 464 - +dependencies = [ 465 - + "bytes", 466 - + "rustc-hex", 467 - +] 468 - + 469 - +[[package]] 470 - +name = "rustc-hex" 471 - +version = "2.1.0" 472 - +source = "registry+https://github.com/rust-lang/crates.io-index" 473 - +checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" 474 - + 475 - +[[package]] 476 - +name = "ryu" 477 - +version = "1.0.5" 478 - +source = "registry+https://github.com/rust-lang/crates.io-index" 479 - +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 480 - + 481 - +[[package]] 482 - +name = "serde" 483 - +version = "1.0.125" 484 - +source = "registry+https://github.com/rust-lang/crates.io-index" 485 - +checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171" 486 - +dependencies = [ 487 - + "serde_derive", 488 - +] 489 - + 490 - +[[package]] 491 - +name = "serde_derive" 492 - +version = "1.0.125" 493 - +source = "registry+https://github.com/rust-lang/crates.io-index" 494 - +checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d" 495 - +dependencies = [ 496 - + "proc-macro2", 497 - + "quote", 498 - + "syn", 499 - +] 500 - + 501 - +[[package]] 502 - +name = "serde_json" 503 - +version = "1.0.64" 504 - +source = "registry+https://github.com/rust-lang/crates.io-index" 505 - +checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" 506 - +dependencies = [ 507 - + "itoa", 508 - + "ryu", 509 - + "serde", 510 - +] 511 - + 512 - +[[package]] 513 - +name = "sha3" 514 - +version = "0.9.1" 515 - +source = "registry+https://github.com/rust-lang/crates.io-index" 516 - +checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" 517 - +dependencies = [ 518 - + "block-buffer", 519 - + "digest", 520 - + "keccak", 521 - + "opaque-debug", 522 - +] 523 - + 524 - +[[package]] 525 - +name = "static_assertions" 526 - +version = "1.1.0" 527 - +source = "registry+https://github.com/rust-lang/crates.io-index" 528 - +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 529 - + 530 - +[[package]] 531 - +name = "strsim" 532 - +version = "0.8.0" 533 - +source = "registry+https://github.com/rust-lang/crates.io-index" 534 - +checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 535 - + 536 - +[[package]] 537 - +name = "structopt" 538 - +version = "0.3.21" 539 - +source = "registry+https://github.com/rust-lang/crates.io-index" 540 - +checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" 541 - +dependencies = [ 542 - + "clap", 543 - + "lazy_static", 544 - + "structopt-derive", 545 - +] 546 - + 547 - +[[package]] 548 - +name = "structopt-derive" 549 - +version = "0.4.14" 550 - +source = "registry+https://github.com/rust-lang/crates.io-index" 551 - +checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" 552 - +dependencies = [ 553 - + "heck", 554 - + "proc-macro-error", 555 - + "proc-macro2", 556 - + "quote", 557 - + "syn", 558 - +] 559 - + 560 - +[[package]] 561 - +name = "syn" 562 - +version = "1.0.72" 563 - +source = "registry+https://github.com/rust-lang/crates.io-index" 564 - +checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82" 565 - +dependencies = [ 566 - + "proc-macro2", 567 - + "quote", 568 - + "unicode-xid", 569 - +] 570 - + 571 - +[[package]] 572 - +name = "textwrap" 573 - +version = "0.11.0" 574 - +source = "registry+https://github.com/rust-lang/crates.io-index" 575 - +checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 576 - +dependencies = [ 577 - + "unicode-width", 578 - +] 579 - + 580 - +[[package]] 581 - +name = "thiserror" 582 - +version = "1.0.24" 583 - +source = "registry+https://github.com/rust-lang/crates.io-index" 584 - +checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" 585 - +dependencies = [ 586 - + "thiserror-impl", 587 - +] 588 - + 589 - +[[package]] 590 - +name = "thiserror-impl" 591 - +version = "1.0.24" 592 - +source = "registry+https://github.com/rust-lang/crates.io-index" 593 - +checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" 594 - +dependencies = [ 595 - + "proc-macro2", 596 - + "quote", 597 - + "syn", 598 - +] 599 - + 600 - +[[package]] 601 - +name = "tiny-keccak" 602 - +version = "2.0.2" 603 - +source = "registry+https://github.com/rust-lang/crates.io-index" 604 - +checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 605 - +dependencies = [ 606 - + "crunchy", 607 - +] 608 - + 609 - +[[package]] 610 - +name = "typenum" 611 - +version = "1.13.0" 612 - +source = "registry+https://github.com/rust-lang/crates.io-index" 613 - +checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" 614 - + 615 - +[[package]] 616 - +name = "uint" 617 - +version = "0.9.0" 618 - +source = "registry+https://github.com/rust-lang/crates.io-index" 619 - +checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e" 620 - +dependencies = [ 621 - + "byteorder", 622 - + "crunchy", 623 - + "hex", 624 - + "static_assertions", 625 - +] 626 - + 627 - +[[package]] 628 - +name = "unicode-segmentation" 629 - +version = "1.7.1" 630 - +source = "registry+https://github.com/rust-lang/crates.io-index" 631 - +checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" 632 - + 633 - +[[package]] 634 - +name = "unicode-width" 635 - +version = "0.1.8" 636 - +source = "registry+https://github.com/rust-lang/crates.io-index" 637 - +checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 638 - + 639 - +[[package]] 640 - +name = "unicode-xid" 641 - +version = "0.2.2" 642 - +source = "registry+https://github.com/rust-lang/crates.io-index" 643 - +checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 644 - + 645 - +[[package]] 646 - +name = "vec_map" 647 - +version = "0.8.2" 648 - +source = "registry+https://github.com/rust-lang/crates.io-index" 649 - +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 650 - + 651 - +[[package]] 652 - +name = "version_check" 653 - +version = "0.9.3" 654 - +source = "registry+https://github.com/rust-lang/crates.io-index" 655 - +checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" 656 - + 657 - +[[package]] 658 - +name = "wasi" 659 - +version = "0.10.2+wasi-snapshot-preview1" 660 - +source = "registry+https://github.com/rust-lang/crates.io-index" 661 - +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 662 - + 663 - +[[package]] 664 - +name = "winapi" 665 - +version = "0.3.9" 666 - +source = "registry+https://github.com/rust-lang/crates.io-index" 667 - +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 668 - +dependencies = [ 669 - + "winapi-i686-pc-windows-gnu", 670 - + "winapi-x86_64-pc-windows-gnu", 671 - +] 672 - + 673 - +[[package]] 674 - +name = "winapi-i686-pc-windows-gnu" 675 - +version = "0.4.0" 676 - +source = "registry+https://github.com/rust-lang/crates.io-index" 677 - +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 678 - + 679 - +[[package]] 680 - +name = "winapi-x86_64-pc-windows-gnu" 681 - +version = "0.4.0" 682 - +source = "registry+https://github.com/rust-lang/crates.io-index" 683 - +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
···
+7 -5
pkgs/applications/blockchains/ethabi/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, rustPlatform, libiconv }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "ethabi"; ··· 11 sha256 = "sha256-bl46CSVP1MMYI3tkVAHFrjMFwTt8QoleZCV9pMIMZyc="; 12 }; 13 14 - cargoSha256 = "sha256-Jz0uEP2/ZjLS+GbCp7lNyJQdFDjTSFthjBdC/Z4tkTs="; 15 - 16 - cargoPatches = [ ./add-Cargo-lock.patch ]; 17 18 - buildInputs = lib.optional stdenv.isDarwin libiconv; 19 20 meta = with lib; { 21 description = "Ethereum function call encoding (ABI) utility";
··· 1 + { lib, rustPlatform, fetchFromGitHub }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "ethabi"; ··· 11 sha256 = "sha256-bl46CSVP1MMYI3tkVAHFrjMFwTt8QoleZCV9pMIMZyc="; 12 }; 13 14 + cargoLock = { 15 + lockFile = ./Cargo.lock; 16 + }; 17 18 + postPatch = '' 19 + ln -s ${./Cargo.lock} Cargo.lock 20 + ''; 21 22 meta = with lib; { 23 description = "Ethereum function call encoding (ABI) utility";
+31 -11
pkgs/applications/editors/texworks/default.nix
··· 1 - { mkDerivation, lib, fetchFromGitHub, cmake, pkg-config 2 - , qtscript, poppler, hunspell 3 , withLua ? true, lua 4 , withPython ? true, python3 }: 5 6 - mkDerivation rec { 7 pname = "texworks"; 8 - version = "0.6.7"; 9 10 src = fetchFromGitHub { 11 owner = "TeXworks"; 12 repo = "texworks"; 13 rev = "release-${version}"; 14 - sha256 = "sha256-v0UukFM5brPtgq+zH5H1KfUc0eL0hjTC9z0tVQRqu2Q="; 15 }; 16 17 - nativeBuildInputs = [ cmake pkg-config ]; 18 - buildInputs = [ qtscript poppler hunspell ] 19 - ++ lib.optional withLua lua 20 - ++ lib.optional withPython python3; 21 22 - cmakeFlags = lib.optional withLua "-DWITH_LUA=ON" 23 - ++ lib.optional withPython "-DWITH_PYTHON=ON"; 24 25 meta = with lib; { 26 description = "Simple TeX front-end program inspired by TeXShop"; 27 homepage = "http://www.tug.org/texworks/"; 28 license = licenses.gpl2Plus;
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , cmake 5 + , pkg-config 6 + , wrapQtAppsHook 7 + , hunspell 8 + , poppler 9 + , qt5compat 10 + , qttools 11 , withLua ? true, lua 12 , withPython ? true, python3 }: 13 14 + stdenv.mkDerivation rec { 15 pname = "texworks"; 16 + version = "0.6.8"; 17 18 src = fetchFromGitHub { 19 owner = "TeXworks"; 20 repo = "texworks"; 21 rev = "release-${version}"; 22 + sha256 = "sha256-X0VuXNghHoNsNNDfZJXXJ++nfUa5ofjW8rv3CHOUzxQ="; 23 }; 24 25 + nativeBuildInputs = [ 26 + cmake 27 + pkg-config 28 + wrapQtAppsHook 29 + ]; 30 + 31 + buildInputs = [ 32 + hunspell 33 + poppler 34 + qt5compat 35 + qttools 36 + ] ++ lib.optional withLua lua 37 + ++ lib.optional withPython python3; 38 39 + cmakeFlags = [ 40 + "-DQT_DEFAULT_MAJOR_VERSION=6" 41 + ] ++ lib.optional withLua "-DWITH_LUA=ON" 42 + ++ lib.optional withPython "-DWITH_PYTHON=ON"; 43 44 meta = with lib; { 45 + changelog = "https://github.com/TeXworks/texworks/blob/${src.rev}/NEWS"; 46 description = "Simple TeX front-end program inspired by TeXShop"; 47 homepage = "http://www.tug.org/texworks/"; 48 license = licenses.gpl2Plus;
+2 -2
pkgs/applications/networking/appgate-sdp/default.nix
··· 86 in 87 stdenv.mkDerivation rec { 88 pname = "appgate-sdp"; 89 - version = "6.0.3"; 90 91 src = fetchurl { 92 url = "https://bin.appgate-sdp.com/${lib.versions.majorMinor version}/client/appgate-sdp_${version}_amd64.deb"; 93 - sha256 = "sha256-UDyVPoQM78CKVWXgr08An77QTiFVmRNHwQPGaj1jAIM="; 94 }; 95 96 # just patch interpreter
··· 86 in 87 stdenv.mkDerivation rec { 88 pname = "appgate-sdp"; 89 + version = "6.1.2"; 90 91 src = fetchurl { 92 url = "https://bin.appgate-sdp.com/${lib.versions.majorMinor version}/client/appgate-sdp_${version}_amd64.deb"; 93 + sha256 = "sha256-nTQDQxXWMHkHgKlr7mIlazH7kW3HJqNLrUATo4s0N1g="; 94 }; 95 96 # just patch interpreter
+23 -14
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 46 "vendorHash": "sha256-xIxQxgfOv+/i0gyRtpZaCm22rsK/4ajFNKQpGP5uy0Y=" 47 }, 48 "alicloud": { 49 - "hash": "sha256-LFguUrrI/7gFiXwub2jTKTOI1ppLEx8M/Jka4ypgb3E=", 50 "homepage": "https://registry.terraform.io/providers/aliyun/alicloud", 51 "owner": "aliyun", 52 "repo": "terraform-provider-alicloud", 53 - "rev": "v1.198.0", 54 "spdx": "MPL-2.0", 55 "vendorHash": null 56 }, ··· 382 "vendorHash": "sha256-0t+2ixMSsgDK9zzst3s0YWdnS6p7jO0stHnaKio5lvY=" 383 }, 384 "fastly": { 385 - "hash": "sha256-SaihRh+DuMY9Mcx+PBAUPv0vrWeKGqx437ayLT3kdjI=", 386 "homepage": "https://registry.terraform.io/providers/fastly/fastly", 387 "owner": "fastly", 388 "repo": "terraform-provider-fastly", 389 - "rev": "v3.0.4", 390 "spdx": "MPL-2.0", 391 "vendorHash": null 392 }, ··· 639 "vendorHash": "sha256-lXQHo66b9X0jZhoF+5Ix5qewQGyI82VPJ7gGzc2CHao=" 640 }, 641 "kubernetes": { 642 - "hash": "sha256-UqMPeyMTXTnVknFqhCSm/wG8IYLW63n/wSvc5/ofjW0=", 643 "homepage": "https://registry.terraform.io/providers/hashicorp/kubernetes", 644 "owner": "hashicorp", 645 "repo": "terraform-provider-kubernetes", 646 - "rev": "v2.18.0", 647 "spdx": "MPL-2.0", 648 "vendorHash": null 649 }, ··· 811 "vendorHash": "sha256-LRIfxQGwG988HE5fftGl6JmBG7tTknvmgpm4Fu1NbWI=" 812 }, 813 "oci": { 814 - "hash": "sha256-PjtsFrUwLsSLXog/n6JkFLFPZm7FPa/n8N5IJ0vkuuE=", 815 "homepage": "https://registry.terraform.io/providers/oracle/oci", 816 "owner": "oracle", 817 "repo": "terraform-provider-oci", 818 - "rev": "v4.108.0", 819 "spdx": "MPL-2.0", 820 "vendorHash": null 821 }, ··· 964 "vendorHash": null 965 }, 966 "scaleway": { 967 - "hash": "sha256-tLSTRoiqhi+CbdF8fmNLNMYN7FrDeoK/5XXyqCJnUKk=", 968 "homepage": "https://registry.terraform.io/providers/scaleway/scaleway", 969 "owner": "scaleway", 970 "repo": "terraform-provider-scaleway", 971 - "rev": "v2.10.0", 972 "spdx": "MPL-2.0", 973 - "vendorHash": "sha256-cT9W2fP56TPOIoxWBWF0VXDuSKXZsJNs/GPpBq/0zZs=" 974 }, 975 "secret": { 976 "hash": "sha256-MmAnA/4SAPqLY/gYcJSTnEttQTsDd2kEdkQjQj6Bb+A=", ··· 1027 "vendorHash": null 1028 }, 1029 "snowflake": { 1030 - "hash": "sha256-aFRjbr0Gzu2GtxJrIEl7ahEcnOQOprJQnetaIzPePAo=", 1031 "homepage": "https://registry.terraform.io/providers/Snowflake-Labs/snowflake", 1032 "owner": "Snowflake-Labs", 1033 "repo": "terraform-provider-snowflake", 1034 - "rev": "v0.56.4", 1035 "spdx": "MIT", 1036 - "vendorHash": "sha256-shzsn3N6pVFe6ecaoXpv6ZZ27MEUUV82gnRMHFEtYlU=" 1037 }, 1038 "sops": { 1039 "hash": "sha256-D1Yzs8hDimMP9y8ZRbizEhic3vGtLcZjOVSuSMUAqPk=", ··· 1088 "rev": "v0.13.6", 1089 "spdx": "MIT", 1090 "vendorHash": "sha256-2wPmLpjhG6QgG+BUCO0oIzHjBOWIOYuptgdtSIm9TZw=" 1091 }, 1092 "tencentcloud": { 1093 "hash": "sha256-9SuXHKdOmmcYFWgf/WNL5CEYoxCdfOWa1afJ7frJJ20=",
··· 46 "vendorHash": "sha256-xIxQxgfOv+/i0gyRtpZaCm22rsK/4ajFNKQpGP5uy0Y=" 47 }, 48 "alicloud": { 49 + "hash": "sha256-Cf3plUhdewlq3MvOqZGcICP0j9R3vg0nZdBMrk/Et7k=", 50 "homepage": "https://registry.terraform.io/providers/aliyun/alicloud", 51 "owner": "aliyun", 52 "repo": "terraform-provider-alicloud", 53 + "rev": "v1.199.0", 54 "spdx": "MPL-2.0", 55 "vendorHash": null 56 }, ··· 382 "vendorHash": "sha256-0t+2ixMSsgDK9zzst3s0YWdnS6p7jO0stHnaKio5lvY=" 383 }, 384 "fastly": { 385 + "hash": "sha256-oaBVVbeJdmzkx3hphW9Llh/ZUujo8QNeZd6guDkBiCY=", 386 "homepage": "https://registry.terraform.io/providers/fastly/fastly", 387 "owner": "fastly", 388 "repo": "terraform-provider-fastly", 389 + "rev": "v3.1.0", 390 "spdx": "MPL-2.0", 391 "vendorHash": null 392 }, ··· 639 "vendorHash": "sha256-lXQHo66b9X0jZhoF+5Ix5qewQGyI82VPJ7gGzc2CHao=" 640 }, 641 "kubernetes": { 642 + "hash": "sha256-4TUUejEKbnsRmqwdQVhHF+QWW8kReq+ZQQvpcT+YhsQ=", 643 "homepage": "https://registry.terraform.io/providers/hashicorp/kubernetes", 644 "owner": "hashicorp", 645 "repo": "terraform-provider-kubernetes", 646 + "rev": "v2.18.1", 647 "spdx": "MPL-2.0", 648 "vendorHash": null 649 }, ··· 811 "vendorHash": "sha256-LRIfxQGwG988HE5fftGl6JmBG7tTknvmgpm4Fu1NbWI=" 812 }, 813 "oci": { 814 + "hash": "sha256-JkJEghLvttmQ1Hc9s8fbUXa/onDNuKDBb0k1gXD373s=", 815 "homepage": "https://registry.terraform.io/providers/oracle/oci", 816 "owner": "oracle", 817 "repo": "terraform-provider-oci", 818 + "rev": "v4.108.1", 819 "spdx": "MPL-2.0", 820 "vendorHash": null 821 }, ··· 964 "vendorHash": null 965 }, 966 "scaleway": { 967 + "hash": "sha256-HpdXghgEZ3UAv+njHQws1/f23tKquWwafO/O9X29c1M=", 968 "homepage": "https://registry.terraform.io/providers/scaleway/scaleway", 969 "owner": "scaleway", 970 "repo": "terraform-provider-scaleway", 971 + "rev": "v2.11.0", 972 "spdx": "MPL-2.0", 973 + "vendorHash": "sha256-e/Pqu58ngWnoMKjDKEUm49e0D0PfYEqxm/BxfN8UX3c=" 974 }, 975 "secret": { 976 "hash": "sha256-MmAnA/4SAPqLY/gYcJSTnEttQTsDd2kEdkQjQj6Bb+A=", ··· 1027 "vendorHash": null 1028 }, 1029 "snowflake": { 1030 + "hash": "sha256-gXi/S+DMPU0RROYtrLkV7eIgpQMDaFwz5uCeeoe51L4=", 1031 "homepage": "https://registry.terraform.io/providers/Snowflake-Labs/snowflake", 1032 "owner": "Snowflake-Labs", 1033 "repo": "terraform-provider-snowflake", 1034 + "rev": "v0.56.5", 1035 "spdx": "MIT", 1036 + "vendorHash": "sha256-yFk5ap28JluaKkUPfePBuRUEg6/Ma5MrRkmWK6iAGNg=" 1037 }, 1038 "sops": { 1039 "hash": "sha256-D1Yzs8hDimMP9y8ZRbizEhic3vGtLcZjOVSuSMUAqPk=", ··· 1088 "rev": "v0.13.6", 1089 "spdx": "MIT", 1090 "vendorHash": "sha256-2wPmLpjhG6QgG+BUCO0oIzHjBOWIOYuptgdtSIm9TZw=" 1091 + }, 1092 + "talos": { 1093 + "hash": "sha256-Uj4UlxPvI80og/wJPtQgyrejXLcfc6R4IJfsXiVNm+Y=", 1094 + "homepage": "https://registry.terraform.io/providers/siderolabs/talos", 1095 + "owner": "siderolabs", 1096 + "repo": "terraform-provider-talos", 1097 + "rev": "v0.1.1", 1098 + "spdx": "MPL-2.0", 1099 + "vendorHash": "sha256-tltQNtTsPoT5CTrKM7vLDVkmmW2FTd6MBubfXZveGxI=" 1100 }, 1101 "tencentcloud": { 1102 "hash": "sha256-9SuXHKdOmmcYFWgf/WNL5CEYoxCdfOWa1afJ7frJJ20=",
+3 -3
pkgs/applications/networking/termius/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "termius"; 16 - version = "7.45.3"; 17 18 src = fetchurl { 19 # find the latest version with ··· 22 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r 23 # and the sha512 with 24 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_sha512' -r 25 - url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_123.snap"; 26 - sha512 = "1a43ece6ccb0f5a7b29a3ff0c41f27b0d82bd90214cc3d0b88dbd57ecaf2f59c092906e7ed377e3d04f2fc418027f7a0cb7f2e4458ef619663b84b080581c375"; 27 }; 28 29 desktopItem = makeDesktopItem {
··· 13 14 stdenv.mkDerivation rec { 15 pname = "termius"; 16 + version = "7.56.1"; 17 18 src = fetchurl { 19 # find the latest version with ··· 22 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r 23 # and the sha512 with 24 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_sha512' -r 25 + url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_144.snap"; 26 + sha512 = "aad9ab72ad3dcbb897fa99139b83993770c243f49e8784c34ac38603f0d76578374723e756c4f51ea2d0a39f6b9c7738e7ce070a8ddfa11f8cf831260563f6d9"; 27 }; 28 29 desktopItem = makeDesktopItem {
+2 -2
pkgs/applications/office/gnumeric/default.nix
··· 7 inherit (python3Packages) python pygobject3; 8 in stdenv.mkDerivation rec { 9 pname = "gnumeric"; 10 - version = "1.12.54"; 11 12 src = fetchurl { 13 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 14 - sha256 = "RpBAYv0cSkyTWW0mv2eTLNcvwPjSxaZ8F5GFJ/7oK3Q="; 15 }; 16 17 configureFlags = [ "--disable-component" ];
··· 7 inherit (python3Packages) python pygobject3; 8 in stdenv.mkDerivation rec { 9 pname = "gnumeric"; 10 + version = "1.12.55"; 11 12 src = fetchurl { 13 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 14 + sha256 = "xpoJzRkLYirMpHa7w9TAPWjXzPWbumG/A2zmCIX5+2U="; 15 }; 16 17 configureFlags = [ "--disable-component" ];
+8 -5
pkgs/applications/science/logic/cvc5/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, pkg-config, cmake, cadical, symfpu, gmp, git, python3, gtest, libantlr3c, antlr3_4, boost, jdk }: 2 3 stdenv.mkDerivation rec { 4 pname = "cvc5"; 5 - version = "1.0.3"; 6 7 src = fetchFromGitHub { 8 owner = "cvc5"; 9 repo = "cvc5"; 10 rev = "cvc5-${version}"; 11 - sha256 = "sha256-CVXK6yehfUrSbo8R1Dk1oc/siCtmV9DjEp6q+aLuVQA="; 12 }; 13 14 - nativeBuildInputs = [ pkg-config cmake ]; 15 - buildInputs = [ cadical.dev symfpu gmp git python3 python3.pkgs.toml gtest libantlr3c antlr3_4 boost jdk ]; 16 17 preConfigure = '' 18 patchShebangs ./src/
··· 1 + { lib, stdenv, fetchFromGitHub, pkg-config, cmake, flex, cadical, symfpu, gmp, python3, gtest, libantlr3c, antlr3_4, boost, jdk }: 2 3 stdenv.mkDerivation rec { 4 pname = "cvc5"; 5 + version = "1.0.4"; 6 7 src = fetchFromGitHub { 8 owner = "cvc5"; 9 repo = "cvc5"; 10 rev = "cvc5-${version}"; 11 + hash = "sha256-1yJZtPZ4nMg9Kn3jHpN8b5XeFZ8ZeVLrKYWh7Rp3/oQ="; 12 }; 13 14 + nativeBuildInputs = [ pkg-config cmake flex ]; 15 + buildInputs = [ 16 + cadical.dev symfpu gmp gtest libantlr3c antlr3_4 boost jdk 17 + (python3.withPackages (ps: with ps; [ pyparsing toml ])) 18 + ]; 19 20 preConfigure = '' 21 patchShebangs ./src/
+2
pkgs/applications/video/kaffeine/default.nix
··· 5 , cmake 6 , extra-cmake-modules 7 , libvlc 8 , libX11 9 , kidletime 10 , kdelibs4support ··· 33 34 buildInputs = [ 35 libvlc 36 libX11 37 kidletime 38 qtx11extras
··· 5 , cmake 6 , extra-cmake-modules 7 , libvlc 8 + , libv4l 9 , libX11 10 , kidletime 11 , kdelibs4support ··· 34 35 buildInputs = [ 36 libvlc 37 + libv4l 38 libX11 39 kidletime 40 qtx11extras
+2
pkgs/desktops/plasma-5/plasma-sdk.nix
··· 11 , ki18n 12 , kiconthemes 13 , kio 14 , plasma-framework 15 , kservice 16 , ktexteditor ··· 33 ki18n 34 kiconthemes 35 kio 36 plasma-framework 37 kservice 38 ktexteditor
··· 11 , ki18n 12 , kiconthemes 13 , kio 14 + , kitemmodels 15 , plasma-framework 16 , kservice 17 , ktexteditor ··· 34 ki18n 35 kiconthemes 36 kio 37 + kitemmodels 38 plasma-framework 39 kservice 40 ktexteditor
+9 -4
pkgs/development/libraries/cmocka/default.nix
··· 1 { fetchurl, fetchpatch, lib, stdenv, cmake }: 2 - 3 stdenv.mkDerivation rec { 4 pname = "cmocka"; 5 majorVersion = "1.1"; 6 - version = "${majorVersion}.5"; 7 8 src = fetchurl { 9 url = "https://cmocka.org/files/${majorVersion}/cmocka-${version}.tar.xz"; 10 - sha256 = "1dm8pdvkyfa8dsbz9bpq7wwgixjij4sii9bbn5sgvqjm5ljdik7h"; 11 }; 12 13 - patches = [ 14 (fetchpatch { 15 name = "musl-uintptr.patch"; 16 url = "https://git.alpinelinux.org/aports/plain/main/cmocka/musl_uintptr.patch?id=6a15dd0d0ba9cc354a621fb359ca5e315ff2eabd";
··· 1 { fetchurl, fetchpatch, lib, stdenv, cmake }: 2 + let 3 + # Temporary split to save rebuilds; see PR #217469 4 + isUpdated = with stdenv; isDarwin && isAarch64; 5 + in 6 stdenv.mkDerivation rec { 7 pname = "cmocka"; 8 majorVersion = "1.1"; 9 + version = "${majorVersion}." + (if isUpdated then "6" else "5"); 10 11 src = fetchurl { 12 url = "https://cmocka.org/files/${majorVersion}/cmocka-${version}.tar.xz"; 13 + sha256 = if isUpdated 14 + then "0xksffx1w3pzm18ynf28cx8scrhylcbz43s1rgkkdqnyil1q6cjv" 15 + else "1dm8pdvkyfa8dsbz9bpq7wwgixjij4sii9bbn5sgvqjm5ljdik7h"; 16 }; 17 18 + patches = lib.optionals (!isUpdated) [ 19 (fetchpatch { 20 name = "musl-uintptr.patch"; 21 url = "https://git.alpinelinux.org/aports/plain/main/cmocka/musl_uintptr.patch?id=6a15dd0d0ba9cc354a621fb359ca5e315ff2eabd";
+2 -2
pkgs/development/libraries/goffice/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "goffice"; 6 - version = "0.10.54"; 7 8 outputs = [ "out" "dev" "devdoc" ]; 9 10 src = fetchurl { 11 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 12 - sha256 = "WDXNnVPmT3UmLAOZZu/fTYj0Vvyx8IeM5NEIgqUK1aA="; 13 }; 14 15 nativeBuildInputs = [ pkg-config intltool ];
··· 3 4 stdenv.mkDerivation rec { 5 pname = "goffice"; 6 + version = "0.10.55"; 7 8 outputs = [ "out" "dev" "devdoc" ]; 9 10 src = fetchurl { 11 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 12 + sha256 = "FqIhGRhVpqbA0Gse+OSBzz9SBBplTsltNYFwRboama8="; 13 }; 14 15 nativeBuildInputs = [ pkg-config intltool ];
+2 -2
pkgs/development/libraries/libshout/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "libshout"; 8 - version = "2.4.5"; 9 10 src = fetchurl { 11 url = "https://downloads.xiph.org/releases/libshout/${pname}-${version}.tar.gz"; 12 - sha256 = "sha256-2eVoZopnOZTr4/HrXyvuBuMjal25K40MSH4cD4hqaJA="; 13 }; 14 15 outputs = [ "out" "dev" "doc" ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "libshout"; 8 + version = "2.4.6"; 9 10 src = fetchurl { 11 url = "https://downloads.xiph.org/releases/libshout/${pname}-${version}.tar.gz"; 12 + sha256 = "sha256-OcvU8O/f3cl1XYghfkf48tcQj6dn+dWKK6JqFtj3yRA="; 13 }; 14 15 outputs = [ "out" "dev" "doc" ];
+67
pkgs/development/libraries/rustc-demangle/Cargo.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "arbitrary" 7 + version = "1.0.1" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "237430fd6ed3740afe94eefcc278ae21e050285be882804e0d6e8695f0c94691" 10 + 11 + [[package]] 12 + name = "cc" 13 + version = "1.0.69" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" 16 + 17 + [[package]] 18 + name = "compiler_builtins" 19 + version = "0.1.49" 20 + source = "registry+https://github.com/rust-lang/crates.io-index" 21 + checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2" 22 + 23 + [[package]] 24 + name = "libfuzzer-sys" 25 + version = "0.4.2" 26 + source = "registry+https://github.com/rust-lang/crates.io-index" 27 + checksum = "36a9a84a6e8b55dfefb04235e55edb2b9a2a18488fcae777a6bdaa6f06f1deb3" 28 + dependencies = [ 29 + "arbitrary", 30 + "cc", 31 + "once_cell", 32 + ] 33 + 34 + [[package]] 35 + name = "once_cell" 36 + version = "1.8.0" 37 + source = "registry+https://github.com/rust-lang/crates.io-index" 38 + checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" 39 + 40 + [[package]] 41 + name = "rustc-demangle" 42 + version = "0.1.20" 43 + dependencies = [ 44 + "compiler_builtins", 45 + "rustc-std-workspace-core", 46 + ] 47 + 48 + [[package]] 49 + name = "rustc-demangle-capi" 50 + version = "0.1.0" 51 + dependencies = [ 52 + "rustc-demangle", 53 + ] 54 + 55 + [[package]] 56 + name = "rustc-demangle-fuzz" 57 + version = "0.0.0" 58 + dependencies = [ 59 + "libfuzzer-sys", 60 + "rustc-demangle", 61 + ] 62 + 63 + [[package]] 64 + name = "rustc-std-workspace-core" 65 + version = "1.0.0" 66 + source = "registry+https://github.com/rust-lang/crates.io-index" 67 + checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
-73
pkgs/development/libraries/rustc-demangle/add-Cargo.lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..0268b3b 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,67 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +version = 3 10 - + 11 - +[[package]] 12 - +name = "arbitrary" 13 - +version = "1.0.1" 14 - +source = "registry+https://github.com/rust-lang/crates.io-index" 15 - +checksum = "237430fd6ed3740afe94eefcc278ae21e050285be882804e0d6e8695f0c94691" 16 - + 17 - +[[package]] 18 - +name = "cc" 19 - +version = "1.0.69" 20 - +source = "registry+https://github.com/rust-lang/crates.io-index" 21 - +checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" 22 - + 23 - +[[package]] 24 - +name = "compiler_builtins" 25 - +version = "0.1.49" 26 - +source = "registry+https://github.com/rust-lang/crates.io-index" 27 - +checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2" 28 - + 29 - +[[package]] 30 - +name = "libfuzzer-sys" 31 - +version = "0.4.2" 32 - +source = "registry+https://github.com/rust-lang/crates.io-index" 33 - +checksum = "36a9a84a6e8b55dfefb04235e55edb2b9a2a18488fcae777a6bdaa6f06f1deb3" 34 - +dependencies = [ 35 - + "arbitrary", 36 - + "cc", 37 - + "once_cell", 38 - +] 39 - + 40 - +[[package]] 41 - +name = "once_cell" 42 - +version = "1.8.0" 43 - +source = "registry+https://github.com/rust-lang/crates.io-index" 44 - +checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" 45 - + 46 - +[[package]] 47 - +name = "rustc-demangle" 48 - +version = "0.1.20" 49 - +dependencies = [ 50 - + "compiler_builtins", 51 - + "rustc-std-workspace-core", 52 - +] 53 - + 54 - +[[package]] 55 - +name = "rustc-demangle-capi" 56 - +version = "0.1.0" 57 - +dependencies = [ 58 - + "rustc-demangle", 59 - +] 60 - + 61 - +[[package]] 62 - +name = "rustc-demangle-fuzz" 63 - +version = "0.0.0" 64 - +dependencies = [ 65 - + "libfuzzer-sys", 66 - + "rustc-demangle", 67 - +] 68 - + 69 - +[[package]] 70 - +name = "rustc-std-workspace-core" 71 - +version = "1.0.0" 72 - +source = "registry+https://github.com/rust-lang/crates.io-index" 73 - +checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
···
+9 -4
pkgs/development/libraries/rustc-demangle/default.nix
··· 11 sha256 = "sha256-elxclyuLmr3N66s+pR4/6OU98k1oXI2wKVJtzWPY8FI="; 12 }; 13 14 - cargoPatches = [ 15 # generated using `cargo generate-lockfile` since repo is missing lockfile 16 - ./add-Cargo.lock.patch 17 - ]; 18 - cargoSha256 = "sha256-1tW5TOap5MstxTXAFij3IB8TIpI+FryEX9TXlVXjRl4="; 19 cargoBuildFlags = [ "-p" "rustc-demangle-capi" ]; 20 postInstall = '' 21 mkdir -p $out/lib 22 cp target/${rust.toRustTargetSpec stdenv.hostPlatform}/release/librustc_demangle.so $out/lib
··· 11 sha256 = "sha256-elxclyuLmr3N66s+pR4/6OU98k1oXI2wKVJtzWPY8FI="; 12 }; 13 14 + cargoLock = { 15 # generated using `cargo generate-lockfile` since repo is missing lockfile 16 + lockFile = ./Cargo.lock; 17 + }; 18 + 19 cargoBuildFlags = [ "-p" "rustc-demangle-capi" ]; 20 + 21 + postPatch = '' 22 + ln -s ${./Cargo.lock} Cargo.lock 23 + ''; 24 + 25 postInstall = '' 26 mkdir -p $out/lib 27 cp target/${rust.toRustTargetSpec stdenv.hostPlatform}/release/librustc_demangle.so $out/lib
+4 -2
pkgs/development/node-packages/overrides.nix
··· 188 graphite-cli = prev."@withgraphite/graphite-cli".override { 189 name = "graphite-cli"; 190 nativeBuildInputs = [ pkgs.installShellFiles ]; 191 postInstall = '' 192 installShellCompletion --cmd gt \ 193 --bash <($out/bin/gt completion) \ 194 - --zsh <($out/bin/gt completion) 195 ''; 196 }; 197 ··· 402 403 src = fetchurl { 404 url = "https://registry.npmjs.org/prisma/-/prisma-${version}.tgz"; 405 - sha512 = "sha512-bS96oZ5oDFXYgoF2l7PJ3Mp1wWWfLOo8B/jAfbA2Pn0Wm5Z/owBHzaMQKS3i1CzVBDWWPVnOohmbJmjvkcHS5w=="; 406 }; 407 postInstall = with pkgs; '' 408 wrapProgram "$out/bin/prisma" \
··· 188 graphite-cli = prev."@withgraphite/graphite-cli".override { 189 name = "graphite-cli"; 190 nativeBuildInputs = [ pkgs.installShellFiles ]; 191 + # 'gt completion' auto-detects zshell from environment variables: 192 + # https://github.com/yargs/yargs/blob/2b6ba3139396b2e623aed404293f467f16590039/lib/completion.ts#L45 193 postInstall = '' 194 installShellCompletion --cmd gt \ 195 --bash <($out/bin/gt completion) \ 196 + --zsh <(ZSH_NAME=zsh $out/bin/gt completion) 197 ''; 198 }; 199 ··· 404 405 src = fetchurl { 406 url = "https://registry.npmjs.org/prisma/-/prisma-${version}.tgz"; 407 + sha512 = "sha512-0jDxgg+DruB1kHVNlcspXQB9au62IFfVg9drkhzXudszHNUAQn0lVuu+T8np0uC2z1nKD5S3qPeCyR8u5YFLnA=="; 408 }; 409 postInstall = with pkgs; '' 410 wrapProgram "$out/bin/prisma" \
+2 -2
pkgs/development/ocaml-modules/elpi/default.nix
··· 37 minimalOCamlVersion = "4.04"; 38 39 # atdgen is both a library and executable 40 - nativeBuildInputs = [ perl camlp5 ] 41 - ++ lib.optional (lib.versionAtLeast version "1.15" || version == "dev") menhir 42 ++ lib.optional (lib.versionAtLeast version "1.16" || version == "dev") atdgen; 43 buildInputs = [ ncurses ] 44 ++ lib.optional (lib.versionAtLeast version "1.16" || version == "dev") atdgen;
··· 37 minimalOCamlVersion = "4.04"; 38 39 # atdgen is both a library and executable 40 + nativeBuildInputs = [ perl ] 41 + ++ [ (if lib.versionAtLeast version "1.15" || version == "dev" then menhir else camlp5) ] 42 ++ lib.optional (lib.versionAtLeast version "1.16" || version == "dev") atdgen; 43 buildInputs = [ ncurses ] 44 ++ lib.optional (lib.versionAtLeast version "1.16" || version == "dev") atdgen;
+39 -17
pkgs/development/python-modules/flask-mongoengine/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 , flask 5 , flask-wtf 6 , mongoengine 7 - , six 8 - , nose 9 - , rednose 10 - , coverage 11 - , email-validator 12 }: 13 14 buildPythonPackage rec { 15 pname = "flask-mongoengine"; 16 version = "1.0.0"; 17 18 src = fetchFromGitHub { 19 owner = "MongoEngine"; 20 repo = pname; 21 - rev = "v${version}"; 22 - sha256 = "10g9b13ls2msnhv8j44gslrfxa2ppqz2y1xjn2a4gg4m9mdjv8b2"; 23 }; 24 25 propagatedBuildInputs = [ 26 email-validator 27 flask 28 flask-wtf 29 mongoengine 30 - six 31 ]; 32 33 - # they set test requirements to setup_requirements... 34 - buildInputs = [ 35 - nose 36 - rednose 37 - coverage 38 - ]; 39 40 - # tests require working mongodb connection 41 doCheck = false; 42 43 meta = with lib; { 44 - description = "Flask-MongoEngine is a Flask extension that provides integration with MongoEngine and WTF model forms"; 45 homepage = "https://github.com/mongoengine/flask-mongoengine"; 46 license = licenses.bsd3; 47 - maintainers = [ maintainers.costrouc ]; 48 }; 49 }
··· 1 { lib 2 , buildPythonPackage 3 + , email-validator 4 , fetchFromGitHub 5 , flask 6 , flask-wtf 7 + , markupsafe 8 , mongoengine 9 + , pythonOlder 10 + , setuptools 11 + , setuptools-scm 12 + , typing-extensions 13 + , wtforms 14 }: 15 16 buildPythonPackage rec { 17 pname = "flask-mongoengine"; 18 version = "1.0.0"; 19 + format = "pyproject"; 20 + 21 + disabled = pythonOlder "3.7"; 22 23 src = fetchFromGitHub { 24 owner = "MongoEngine"; 25 repo = pname; 26 + rev = "refs/tags/v${version}"; 27 + hash = "sha256-YqEtW02VvEeUsLIHLz6+V6juMtWPEIk2tLoKTUdY6YE="; 28 }; 29 30 + nativeBuildInputs = [ 31 + setuptools 32 + setuptools-scm 33 + ]; 34 + 35 propagatedBuildInputs = [ 36 email-validator 37 flask 38 flask-wtf 39 mongoengine 40 + ] ++ lib.optionals (pythonOlder "3.8") [ 41 + typing-extensions 42 ]; 43 44 + passthru.optional-dependencies = { 45 + wtf = [ 46 + flask-wtf 47 + wtforms 48 + ] ++ wtforms.optional-dependencies.email; 49 + # toolbar = [ 50 + # flask-debugtoolbar 51 + # ]; 52 + legacy = [ 53 + markupsafe 54 + ]; 55 + }; 56 57 + # Tests require working mongodb connection 58 doCheck = false; 59 60 + pythonImportsCheck = [ 61 + "flask_mongoengine" 62 + ]; 63 + 64 meta = with lib; { 65 + description = "Flask extension that provides integration with MongoEngine and WTF model forms"; 66 homepage = "https://github.com/mongoengine/flask-mongoengine"; 67 + changelog = "https://github.com/MongoEngine/flask-mongoengine/releases/tag/v${version}"; 68 license = licenses.bsd3; 69 + maintainers = with maintainers; [ costrouc ]; 70 }; 71 }
+3 -2
pkgs/development/python-modules/h5py/default.nix
··· 19 mpi = hdf5.mpi; 20 mpiSupport = hdf5.mpiSupport; 21 in buildPythonPackage rec { 22 - version = "3.7.0"; 23 pname = "h5py"; 24 format = "pyproject"; 25 ··· 27 28 src = fetchPypi { 29 inherit pname version; 30 - sha256 = "sha256-P883iEODxdpkhGq1EBkHIAJ9ygdo3vNN2Ny2Wdvly/M="; 31 }; 32 33 # avoid strict pinning of numpy ··· 68 pythonImportsCheck = [ "h5py" ]; 69 70 meta = with lib; { 71 description = "Pythonic interface to the HDF5 binary data format"; 72 homepage = "http://www.h5py.org/"; 73 license = licenses.bsd3;
··· 19 mpi = hdf5.mpi; 20 mpiSupport = hdf5.mpiSupport; 21 in buildPythonPackage rec { 22 + version = "3.8.0"; 23 pname = "h5py"; 24 format = "pyproject"; 25 ··· 27 28 src = fetchPypi { 29 inherit pname version; 30 + hash = "sha256-b+rYLwxAAM841T+cAweA2Bv6AiAhiu4TuQt3Ack32V8="; 31 }; 32 33 # avoid strict pinning of numpy ··· 68 pythonImportsCheck = [ "h5py" ]; 69 70 meta = with lib; { 71 + changelog = "https://github.com/h5py/h5py/blob/${version}/docs/whatsnew/${lib.versions.majorMinor version}.rst"; 72 description = "Pythonic interface to the HDF5 binary data format"; 73 homepage = "http://www.h5py.org/"; 74 license = licenses.bsd3;
+14 -3
pkgs/development/python-modules/jsons/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 - , attrs 5 , pytestCheckHook 6 , typish 7 , tzdata 8 }: ··· 10 buildPythonPackage rec { 11 pname = "jsons"; 12 version = "1.6.3"; 13 14 src = fetchFromGitHub { 15 owner = "ramonhagenaars"; 16 repo = "jsons"; 17 - rev = "v${version}"; 18 - sha256 = "0sdwc57f3lwzhbcapjdbay9f8rn65rlspxa67a2i5apcgg403qpc"; 19 }; 20 21 propagatedBuildInputs = [ ··· 34 "tests/test_performance.py" 35 ]; 36 37 pythonImportsCheck = [ 38 "jsons" 39 ]; ··· 41 meta = with lib; { 42 description = "Turn Python objects into dicts or json strings and back"; 43 homepage = "https://github.com/ramonhagenaars/jsons"; 44 license = licenses.mit; 45 maintainers = with maintainers; [ fmoda3 ]; 46 };
··· 1 { lib 2 + , attrs 3 , buildPythonPackage 4 , fetchFromGitHub 5 , pytestCheckHook 6 + , pythonAtLeast 7 + , pythonOlder 8 , typish 9 , tzdata 10 }: ··· 12 buildPythonPackage rec { 13 pname = "jsons"; 14 version = "1.6.3"; 15 + format = "setuptools"; 16 + 17 + disabled = pythonOlder "3.7"; 18 19 src = fetchFromGitHub { 20 owner = "ramonhagenaars"; 21 repo = "jsons"; 22 + rev = "refs/tags/v${version}"; 23 + hash = "sha256-7OIByHvsqhKFOkb1q2kuxmbkkleryavYgp/T4U5hvGk="; 24 }; 25 26 propagatedBuildInputs = [ ··· 39 "tests/test_performance.py" 40 ]; 41 42 + disabledTests = lib.optionals (pythonAtLeast "3.11") [ 43 + # https://github.com/ramonhagenaars/jsons/issues/187 44 + "test_dump_load_parameterized_collections" 45 + ]; 46 + 47 pythonImportsCheck = [ 48 "jsons" 49 ]; ··· 51 meta = with lib; { 52 description = "Turn Python objects into dicts or json strings and back"; 53 homepage = "https://github.com/ramonhagenaars/jsons"; 54 + changelog = "https://github.com/ramonhagenaars/jsons/releases/tag/v${version}"; 55 license = licenses.mit; 56 maintainers = with maintainers; [ fmoda3 ]; 57 };
+2 -2
pkgs/development/python-modules/kubernetes/default.nix
··· 24 25 buildPythonPackage rec { 26 pname = "kubernetes"; 27 - version = "25.3.0"; 28 format = "setuptools"; 29 30 disabled = pythonOlder "3.6"; ··· 33 owner = "kubernetes-client"; 34 repo = "python"; 35 rev = "refs/tags/v${version}"; 36 - sha256 = "sha256-LKj9zt9ou3zfPnpOP2MMycby0qqW3dtI4CmW/E6jv0Y="; 37 }; 38 39 propagatedBuildInputs = [
··· 24 25 buildPythonPackage rec { 26 pname = "kubernetes"; 27 + version = "26.1.0"; 28 format = "setuptools"; 29 30 disabled = pythonOlder "3.6"; ··· 33 owner = "kubernetes-client"; 34 repo = "python"; 35 rev = "refs/tags/v${version}"; 36 + sha256 = "sha256-2QkQGZ4Dho2PykH90ijosWWBzhQoCHoWhRL3ruOiDBg="; 37 }; 38 39 propagatedBuildInputs = [
+13 -2
pkgs/development/python-modules/pycontrol4/default.nix
··· 4 , fetchFromGitHub 5 , aiohttp 6 , xmltodict 7 }: 8 9 buildPythonPackage rec { 10 pname = "pycontrol4"; 11 - version = "0.3.1"; 12 13 disabled = pythonOlder "3.6"; 14 15 src = fetchFromGitHub { 16 owner = "lawtancool"; 17 repo = "pyControl4"; 18 rev = "v${version}"; 19 - sha256 = "068iiyi17ndv6cv124r5dzvififblbi2zw7jgnzb5xi0q093czkj"; 20 }; 21 22 propagatedBuildInputs = [ 23 aiohttp 24 xmltodict 25 ]; 26 27 # tests access network
··· 4 , fetchFromGitHub 5 , aiohttp 6 , xmltodict 7 + , python-socketio 8 + , websocket-client 9 }: 10 11 buildPythonPackage rec { 12 pname = "pycontrol4"; 13 + version = "1.1.0"; 14 15 disabled = pythonOlder "3.6"; 16 17 + format = "setuptools"; 18 + 19 src = fetchFromGitHub { 20 owner = "lawtancool"; 21 repo = "pyControl4"; 22 rev = "v${version}"; 23 + hash = "sha256-dMv2b6dbMauPvPf4LHKmLF4jnXYRYe6A+2lDtiZDUhY="; 24 }; 25 26 + postPatch = '' 27 + substituteInPlace setup.py \ 28 + --replace "python-socketio>=4,<5" "python-socketio>=4" 29 + ''; 30 + 31 propagatedBuildInputs = [ 32 aiohttp 33 xmltodict 34 + python-socketio 35 + websocket-client 36 ]; 37 38 # tests access network
+4 -4
pkgs/development/python-modules/tabula-py/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "tabula-py"; 16 - version = "2.6.0"; 17 - format = "setuptools"; 18 19 - disabled = pythonOlder "3.7"; 20 21 src = fetchFromGitHub { 22 owner = "chezou"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-L/N4TqVHIlwqVeBKlUq5Oz1VW/105Ov6Yicvnn/lxlI="; 26 }; 27 28 patches = [
··· 13 14 buildPythonPackage rec { 15 pname = "tabula-py"; 16 + version = "2.7.0"; 17 + format = "pyproject"; 18 19 + disabled = pythonOlder "3.8"; 20 21 src = fetchFromGitHub { 22 owner = "chezou"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-SV4QLvk7dXtU0/husS5A5mBYvbTejLyO9PpiO2oBtjs="; 26 }; 27 28 patches = [
+13 -2
pkgs/development/python-modules/typish/default.nix
··· 3 , fetchFromGitHub 4 , numpy 5 , pytestCheckHook 6 }: 7 8 buildPythonPackage rec { 9 pname = "typish"; 10 version = "1.9.3"; 11 12 src = fetchFromGitHub { 13 owner = "ramonhagenaars"; 14 repo = "typish"; 15 - rev = "7875850f55e2df8a9e2426e2d484ab618e347c7f"; 16 - sha256 = "0mc5hw92f15mwd92rb2q9isc4wi7xq76449w7ph5bskcspas0wrf"; 17 }; 18 19 nativeCheckInputs = [ ··· 27 "tests/functions/test_instance_of.py" 28 ]; 29 30 pythonImportsCheck = [ 31 "typish" 32 ]; ··· 34 meta = with lib; { 35 description = "Python module for checking types of objects"; 36 homepage = "https://github.com/ramonhagenaars/typish"; 37 license = licenses.mit; 38 maintainers = with maintainers; [ fmoda3 ]; 39 };
··· 3 , fetchFromGitHub 4 , numpy 5 , pytestCheckHook 6 + , pythonAtLeast 7 + , pythonOlder 8 }: 9 10 buildPythonPackage rec { 11 pname = "typish"; 12 version = "1.9.3"; 13 + format = "setuptools"; 14 + 15 + disabled = pythonOlder "3.7"; 16 17 src = fetchFromGitHub { 18 owner = "ramonhagenaars"; 19 repo = "typish"; 20 + rev = "refs/tags/v${version}"; 21 + hash = "sha256-LnOg1dVs6lXgPTwRYg7uJ3LCdExYrCxS47UEJxKHhVU="; 22 }; 23 24 nativeCheckInputs = [ ··· 32 "tests/functions/test_instance_of.py" 33 ]; 34 35 + disabledTests = lib.optionals (pythonAtLeast "3.11") [ 36 + # https://github.com/ramonhagenaars/typish/issues/32 37 + "test_get_origin" 38 + ]; 39 + 40 pythonImportsCheck = [ 41 "typish" 42 ]; ··· 44 meta = with lib; { 45 description = "Python module for checking types of objects"; 46 homepage = "https://github.com/ramonhagenaars/typish"; 47 + changelog = "https://github.com/ramonhagenaars/typish/releases/tag/v${version}"; 48 license = licenses.mit; 49 maintainers = with maintainers; [ fmoda3 ]; 50 };
+20 -7
pkgs/development/python-modules/wtforms/default.nix
··· 5 , babel 6 , pytestCheckHook 7 , email-validator 8 }: 9 10 buildPythonPackage rec { 11 version = "3.0.1"; 12 - pname = "wtforms"; 13 14 src = fetchPypi { 15 pname = "WTForms"; 16 inherit version; 17 - sha256 = "1g654ghavds387hqxmhg9s8x222x89wbq1ggzxbsyn6x2axindbb"; 18 }; 19 20 - propagatedBuildInputs = [ markupsafe babel ]; 21 22 23 nativeCheckInputs = [ 24 pytestCheckHook 25 - email-validator 26 ]; 27 - 28 - pythonImportsCheck = [ "wtforms" ]; 29 30 meta = with lib; { 31 description = "A flexible forms validation and rendering library for Python"; 32 homepage = "https://github.com/wtforms/wtforms"; 33 changelog = "https://github.com/wtforms/wtforms/blob/${version}/CHANGES.rst"; 34 license = licenses.bsd3; 35 - maintainers = [ maintainers.bhipple ]; 36 }; 37 38 }
··· 5 , babel 6 , pytestCheckHook 7 , email-validator 8 + , pythonOlder 9 }: 10 11 buildPythonPackage rec { 12 + pname = "wtforms"; 13 version = "3.0.1"; 14 + format = "setuptools"; 15 + 16 + disabled = pythonOlder "3.7"; 17 18 src = fetchPypi { 19 pname = "WTForms"; 20 inherit version; 21 + hash = "sha256-azUbuxLdWK9X/+8FvHhCXQjRkU4P1o7hQUO3reAjxbw="; 22 }; 23 24 + propagatedBuildInputs = [ 25 + markupsafe 26 + babel 27 + ]; 28 29 + passthru.optional-dependencies = { 30 + email = [ 31 + email-validator 32 + ]; 33 + }; 34 35 nativeCheckInputs = [ 36 pytestCheckHook 37 + ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); 38 + 39 + pythonImportsCheck = [ 40 + "wtforms" 41 ]; 42 43 meta = with lib; { 44 description = "A flexible forms validation and rendering library for Python"; 45 homepage = "https://github.com/wtforms/wtforms"; 46 changelog = "https://github.com/wtforms/wtforms/blob/${version}/CHANGES.rst"; 47 license = licenses.bsd3; 48 + maintainers = with maintainers; [ bhipple ]; 49 }; 50 51 }
+78
pkgs/development/python-modules/yaramod/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , cmake 4 + , fetchFromGitHub 5 + , pytestCheckHook 6 + , libxcrypt 7 + , pythonOlder 8 + , gtest 9 + , pybind11 10 + , nlohmann_json 11 + }: 12 + 13 + let 14 + pog = fetchFromGitHub { 15 + owner = "metthal"; 16 + repo = "pog"; 17 + rev = "b09bbf9cea573ee62aab7eccda896e37961d16cd"; 18 + hash = "sha256-El4WA92t2O/L4wUqH6Xj8w+ANtb6liRwafDhqn8jxjQ="; 19 + }; 20 + in 21 + buildPythonPackage rec { 22 + pname = "yaramod"; 23 + version = "3.12.2"; 24 + format = "setuptools"; 25 + 26 + disabled = pythonOlder "3.7"; 27 + 28 + src = fetchFromGitHub { 29 + owner = "avast"; 30 + repo = pname; 31 + rev = "refs/tags/v${version}"; 32 + hash = "sha256-1q+lzNtm8qko9ZAxJjkmPOQjHD5GxB6YyEz0tr+QWGk="; 33 + }; 34 + 35 + postPatch = '' 36 + rm -r deps/googletest deps/pog/ deps/pybind11/ deps/json/json.hpp 37 + cp -r --no-preserve=all ${pog} deps/pog/ 38 + cp -r --no-preserve=all ${nlohmann_json.src}/single_include/nlohmann/json.hpp deps/json/ 39 + cp -r --no-preserve=all ${pybind11.src} deps/pybind11/ 40 + cp -r --no-preserve=all ${gtest.src} deps/googletest/ 41 + ''; 42 + 43 + dontUseCmakeConfigure = true; 44 + 45 + buildInputs = [ 46 + libxcrypt 47 + ]; 48 + 49 + nativeBuildInputs = [ 50 + cmake 51 + pog 52 + gtest 53 + ]; 54 + 55 + setupPyBuildFlags = [ 56 + "--with-unit-tests" 57 + ]; 58 + 59 + checkInputs = [ 60 + pytestCheckHook 61 + ]; 62 + 63 + pytestFlagsArray = [ 64 + "tests/" 65 + ]; 66 + 67 + pythonImportsCheck = [ 68 + "yaramod" 69 + ]; 70 + 71 + meta = with lib; { 72 + description = "Parsing of YARA rules into AST and building new rulesets in C++"; 73 + homepage = "https://github.com/avast/yaramod"; 74 + changelog = "https://github.com/avast/yaramod/blob/v${version}/CHANGELOG.md"; 75 + license = licenses.mit; 76 + maintainers = with maintainers; [ msm ]; 77 + }; 78 + }
+3 -3
pkgs/development/tools/database/prisma-engines/default.nix
··· 14 # function correctly. 15 rustPlatform.buildRustPackage rec { 16 pname = "prisma-engines"; 17 - version = "4.9.0"; 18 19 src = fetchFromGitHub { 20 owner = "prisma"; 21 repo = "prisma-engines"; 22 rev = version; 23 - sha256 = "sha256-Nxpv3ibhHTFiO0hqSrT1hqTK9Vb0P8Svu5riufCChwI="; 24 }; 25 26 # Use system openssl. 27 OPENSSL_NO_VENDOR = 1; 28 29 - cargoSha256 = "sha256-PiDW7+LrCDfRpQirJlgaYDnGenowbsCmwQz1mbgA08E="; 30 31 nativeBuildInputs = [ pkg-config git ]; 32
··· 14 # function correctly. 15 rustPlatform.buildRustPackage rec { 16 pname = "prisma-engines"; 17 + version = "4.10.1"; 18 19 src = fetchFromGitHub { 20 owner = "prisma"; 21 repo = "prisma-engines"; 22 rev = version; 23 + sha256 = "sha256-TFLwpKh+FsstcpvBfTw7CNcQOGGSNI9qf8WJ6v75uL8="; 24 }; 25 26 # Use system openssl. 27 OPENSSL_NO_VENDOR = 1; 28 29 + cargoSha256 = "sha256-EPym9MLwTMGBbJkVMKD/NEc6Vfm7nI4FaDkqy/0B14Q="; 30 31 nativeBuildInputs = [ pkg-config git ]; 32
+315
pkgs/development/tools/misc/itm-tools/Cargo.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + [[package]] 4 + name = "addr2line" 5 + version = "0.12.2" 6 + source = "registry+https://github.com/rust-lang/crates.io-index" 7 + checksum = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c" 8 + dependencies = [ 9 + "gimli", 10 + ] 11 + 12 + [[package]] 13 + name = "adler32" 14 + version = "1.1.0" 15 + source = "registry+https://github.com/rust-lang/crates.io-index" 16 + checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d" 17 + 18 + [[package]] 19 + name = "ansi_term" 20 + version = "0.11.0" 21 + source = "registry+https://github.com/rust-lang/crates.io-index" 22 + checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 23 + dependencies = [ 24 + "winapi", 25 + ] 26 + 27 + [[package]] 28 + name = "atty" 29 + version = "0.2.14" 30 + source = "registry+https://github.com/rust-lang/crates.io-index" 31 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 32 + dependencies = [ 33 + "hermit-abi", 34 + "libc", 35 + "winapi", 36 + ] 37 + 38 + [[package]] 39 + name = "backtrace" 40 + version = "0.3.49" 41 + source = "registry+https://github.com/rust-lang/crates.io-index" 42 + checksum = "05100821de9e028f12ae3d189176b41ee198341eb8f369956407fea2f5cc666c" 43 + dependencies = [ 44 + "addr2line", 45 + "cfg-if", 46 + "libc", 47 + "miniz_oxide", 48 + "object", 49 + "rustc-demangle", 50 + ] 51 + 52 + [[package]] 53 + name = "bitflags" 54 + version = "1.2.1" 55 + source = "registry+https://github.com/rust-lang/crates.io-index" 56 + checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 57 + 58 + [[package]] 59 + name = "byteorder" 60 + version = "1.3.4" 61 + source = "registry+https://github.com/rust-lang/crates.io-index" 62 + checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" 63 + 64 + [[package]] 65 + name = "cfg-if" 66 + version = "0.1.10" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 69 + 70 + [[package]] 71 + name = "clap" 72 + version = "2.33.1" 73 + source = "registry+https://github.com/rust-lang/crates.io-index" 74 + checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" 75 + dependencies = [ 76 + "ansi_term", 77 + "atty", 78 + "bitflags", 79 + "strsim", 80 + "textwrap", 81 + "unicode-width", 82 + "vec_map", 83 + ] 84 + 85 + [[package]] 86 + name = "either" 87 + version = "1.5.3" 88 + source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" 90 + 91 + [[package]] 92 + name = "exitfailure" 93 + version = "0.5.1" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "2ff5bd832af37f366c6c194d813a11cd90ac484f124f079294f28e357ae40515" 96 + dependencies = [ 97 + "failure", 98 + ] 99 + 100 + [[package]] 101 + name = "failure" 102 + version = "0.1.8" 103 + source = "registry+https://github.com/rust-lang/crates.io-index" 104 + checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 105 + dependencies = [ 106 + "backtrace", 107 + "failure_derive", 108 + ] 109 + 110 + [[package]] 111 + name = "failure_derive" 112 + version = "0.1.8" 113 + source = "registry+https://github.com/rust-lang/crates.io-index" 114 + checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 115 + dependencies = [ 116 + "proc-macro2", 117 + "quote", 118 + "syn", 119 + "synstructure", 120 + ] 121 + 122 + [[package]] 123 + name = "gimli" 124 + version = "0.21.0" 125 + source = "registry+https://github.com/rust-lang/crates.io-index" 126 + checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c" 127 + 128 + [[package]] 129 + name = "hermit-abi" 130 + version = "0.1.15" 131 + source = "registry+https://github.com/rust-lang/crates.io-index" 132 + checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" 133 + dependencies = [ 134 + "libc", 135 + ] 136 + 137 + [[package]] 138 + name = "itm" 139 + version = "0.4.0" 140 + source = "git+https://github.com/rust-embedded/itm#5dd476d03de0738062a876fd3845900ab04833a4" 141 + dependencies = [ 142 + "byteorder", 143 + "either", 144 + "thiserror", 145 + ] 146 + 147 + [[package]] 148 + name = "itm-tools" 149 + version = "0.1.0" 150 + dependencies = [ 151 + "clap", 152 + "exitfailure", 153 + "failure", 154 + "itm", 155 + "rustc-demangle", 156 + "xmas-elf", 157 + ] 158 + 159 + [[package]] 160 + name = "libc" 161 + version = "0.2.71" 162 + source = "registry+https://github.com/rust-lang/crates.io-index" 163 + checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" 164 + 165 + [[package]] 166 + name = "miniz_oxide" 167 + version = "0.3.7" 168 + source = "registry+https://github.com/rust-lang/crates.io-index" 169 + checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 170 + dependencies = [ 171 + "adler32", 172 + ] 173 + 174 + [[package]] 175 + name = "object" 176 + version = "0.20.0" 177 + source = "registry+https://github.com/rust-lang/crates.io-index" 178 + checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5" 179 + 180 + [[package]] 181 + name = "proc-macro2" 182 + version = "1.0.18" 183 + source = "registry+https://github.com/rust-lang/crates.io-index" 184 + checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" 185 + dependencies = [ 186 + "unicode-xid", 187 + ] 188 + 189 + [[package]] 190 + name = "quote" 191 + version = "1.0.7" 192 + source = "registry+https://github.com/rust-lang/crates.io-index" 193 + checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" 194 + dependencies = [ 195 + "proc-macro2", 196 + ] 197 + 198 + [[package]] 199 + name = "rustc-demangle" 200 + version = "0.1.16" 201 + source = "registry+https://github.com/rust-lang/crates.io-index" 202 + checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 203 + 204 + [[package]] 205 + name = "strsim" 206 + version = "0.8.0" 207 + source = "registry+https://github.com/rust-lang/crates.io-index" 208 + checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 209 + 210 + [[package]] 211 + name = "syn" 212 + version = "1.0.33" 213 + source = "registry+https://github.com/rust-lang/crates.io-index" 214 + checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd" 215 + dependencies = [ 216 + "proc-macro2", 217 + "quote", 218 + "unicode-xid", 219 + ] 220 + 221 + [[package]] 222 + name = "synstructure" 223 + version = "0.12.4" 224 + source = "registry+https://github.com/rust-lang/crates.io-index" 225 + checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" 226 + dependencies = [ 227 + "proc-macro2", 228 + "quote", 229 + "syn", 230 + "unicode-xid", 231 + ] 232 + 233 + [[package]] 234 + name = "textwrap" 235 + version = "0.11.0" 236 + source = "registry+https://github.com/rust-lang/crates.io-index" 237 + checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 238 + dependencies = [ 239 + "unicode-width", 240 + ] 241 + 242 + [[package]] 243 + name = "thiserror" 244 + version = "1.0.20" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08" 247 + dependencies = [ 248 + "thiserror-impl", 249 + ] 250 + 251 + [[package]] 252 + name = "thiserror-impl" 253 + version = "1.0.20" 254 + source = "registry+https://github.com/rust-lang/crates.io-index" 255 + checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793" 256 + dependencies = [ 257 + "proc-macro2", 258 + "quote", 259 + "syn", 260 + ] 261 + 262 + [[package]] 263 + name = "unicode-width" 264 + version = "0.1.8" 265 + source = "registry+https://github.com/rust-lang/crates.io-index" 266 + checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 267 + 268 + [[package]] 269 + name = "unicode-xid" 270 + version = "0.2.1" 271 + source = "registry+https://github.com/rust-lang/crates.io-index" 272 + checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 273 + 274 + [[package]] 275 + name = "vec_map" 276 + version = "0.8.2" 277 + source = "registry+https://github.com/rust-lang/crates.io-index" 278 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 279 + 280 + [[package]] 281 + name = "winapi" 282 + version = "0.3.9" 283 + source = "registry+https://github.com/rust-lang/crates.io-index" 284 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 285 + dependencies = [ 286 + "winapi-i686-pc-windows-gnu", 287 + "winapi-x86_64-pc-windows-gnu", 288 + ] 289 + 290 + [[package]] 291 + name = "winapi-i686-pc-windows-gnu" 292 + version = "0.4.0" 293 + source = "registry+https://github.com/rust-lang/crates.io-index" 294 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 295 + 296 + [[package]] 297 + name = "winapi-x86_64-pc-windows-gnu" 298 + version = "0.4.0" 299 + source = "registry+https://github.com/rust-lang/crates.io-index" 300 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 301 + 302 + [[package]] 303 + name = "xmas-elf" 304 + version = "0.6.2" 305 + source = "registry+https://github.com/rust-lang/crates.io-index" 306 + checksum = "22678df5df766e8d1e5d609da69f0c3132d794edf6ab5e75e7abcd2270d4cf58" 307 + dependencies = [ 308 + "zero", 309 + ] 310 + 311 + [[package]] 312 + name = "zero" 313 + version = "0.1.2" 314 + source = "registry+https://github.com/rust-lang/crates.io-index" 315 + checksum = "5f1bc8a6b2005884962297587045002d8cfb8dcec9db332f4ca216ddc5de82c5"
-321
pkgs/development/tools/misc/itm-tools/cargo-lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..d9d39e5 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,315 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "addr2line" 11 - +version = "0.12.2" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - +checksum = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c" 14 - +dependencies = [ 15 - + "gimli", 16 - +] 17 - + 18 - +[[package]] 19 - +name = "adler32" 20 - +version = "1.1.0" 21 - +source = "registry+https://github.com/rust-lang/crates.io-index" 22 - +checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d" 23 - + 24 - +[[package]] 25 - +name = "ansi_term" 26 - +version = "0.11.0" 27 - +source = "registry+https://github.com/rust-lang/crates.io-index" 28 - +checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 29 - +dependencies = [ 30 - + "winapi", 31 - +] 32 - + 33 - +[[package]] 34 - +name = "atty" 35 - +version = "0.2.14" 36 - +source = "registry+https://github.com/rust-lang/crates.io-index" 37 - +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 38 - +dependencies = [ 39 - + "hermit-abi", 40 - + "libc", 41 - + "winapi", 42 - +] 43 - + 44 - +[[package]] 45 - +name = "backtrace" 46 - +version = "0.3.49" 47 - +source = "registry+https://github.com/rust-lang/crates.io-index" 48 - +checksum = "05100821de9e028f12ae3d189176b41ee198341eb8f369956407fea2f5cc666c" 49 - +dependencies = [ 50 - + "addr2line", 51 - + "cfg-if", 52 - + "libc", 53 - + "miniz_oxide", 54 - + "object", 55 - + "rustc-demangle", 56 - +] 57 - + 58 - +[[package]] 59 - +name = "bitflags" 60 - +version = "1.2.1" 61 - +source = "registry+https://github.com/rust-lang/crates.io-index" 62 - +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 63 - + 64 - +[[package]] 65 - +name = "byteorder" 66 - +version = "1.3.4" 67 - +source = "registry+https://github.com/rust-lang/crates.io-index" 68 - +checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" 69 - + 70 - +[[package]] 71 - +name = "cfg-if" 72 - +version = "0.1.10" 73 - +source = "registry+https://github.com/rust-lang/crates.io-index" 74 - +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 75 - + 76 - +[[package]] 77 - +name = "clap" 78 - +version = "2.33.1" 79 - +source = "registry+https://github.com/rust-lang/crates.io-index" 80 - +checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" 81 - +dependencies = [ 82 - + "ansi_term", 83 - + "atty", 84 - + "bitflags", 85 - + "strsim", 86 - + "textwrap", 87 - + "unicode-width", 88 - + "vec_map", 89 - +] 90 - + 91 - +[[package]] 92 - +name = "either" 93 - +version = "1.5.3" 94 - +source = "registry+https://github.com/rust-lang/crates.io-index" 95 - +checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" 96 - + 97 - +[[package]] 98 - +name = "exitfailure" 99 - +version = "0.5.1" 100 - +source = "registry+https://github.com/rust-lang/crates.io-index" 101 - +checksum = "2ff5bd832af37f366c6c194d813a11cd90ac484f124f079294f28e357ae40515" 102 - +dependencies = [ 103 - + "failure", 104 - +] 105 - + 106 - +[[package]] 107 - +name = "failure" 108 - +version = "0.1.8" 109 - +source = "registry+https://github.com/rust-lang/crates.io-index" 110 - +checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 111 - +dependencies = [ 112 - + "backtrace", 113 - + "failure_derive", 114 - +] 115 - + 116 - +[[package]] 117 - +name = "failure_derive" 118 - +version = "0.1.8" 119 - +source = "registry+https://github.com/rust-lang/crates.io-index" 120 - +checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 121 - +dependencies = [ 122 - + "proc-macro2", 123 - + "quote", 124 - + "syn", 125 - + "synstructure", 126 - +] 127 - + 128 - +[[package]] 129 - +name = "gimli" 130 - +version = "0.21.0" 131 - +source = "registry+https://github.com/rust-lang/crates.io-index" 132 - +checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c" 133 - + 134 - +[[package]] 135 - +name = "hermit-abi" 136 - +version = "0.1.15" 137 - +source = "registry+https://github.com/rust-lang/crates.io-index" 138 - +checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" 139 - +dependencies = [ 140 - + "libc", 141 - +] 142 - + 143 - +[[package]] 144 - +name = "itm" 145 - +version = "0.4.0" 146 - +source = "git+https://github.com/rust-embedded/itm#5dd476d03de0738062a876fd3845900ab04833a4" 147 - +dependencies = [ 148 - + "byteorder", 149 - + "either", 150 - + "thiserror", 151 - +] 152 - + 153 - +[[package]] 154 - +name = "itm-tools" 155 - +version = "0.1.0" 156 - +dependencies = [ 157 - + "clap", 158 - + "exitfailure", 159 - + "failure", 160 - + "itm", 161 - + "rustc-demangle", 162 - + "xmas-elf", 163 - +] 164 - + 165 - +[[package]] 166 - +name = "libc" 167 - +version = "0.2.71" 168 - +source = "registry+https://github.com/rust-lang/crates.io-index" 169 - +checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" 170 - + 171 - +[[package]] 172 - +name = "miniz_oxide" 173 - +version = "0.3.7" 174 - +source = "registry+https://github.com/rust-lang/crates.io-index" 175 - +checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 176 - +dependencies = [ 177 - + "adler32", 178 - +] 179 - + 180 - +[[package]] 181 - +name = "object" 182 - +version = "0.20.0" 183 - +source = "registry+https://github.com/rust-lang/crates.io-index" 184 - +checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5" 185 - + 186 - +[[package]] 187 - +name = "proc-macro2" 188 - +version = "1.0.18" 189 - +source = "registry+https://github.com/rust-lang/crates.io-index" 190 - +checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" 191 - +dependencies = [ 192 - + "unicode-xid", 193 - +] 194 - + 195 - +[[package]] 196 - +name = "quote" 197 - +version = "1.0.7" 198 - +source = "registry+https://github.com/rust-lang/crates.io-index" 199 - +checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" 200 - +dependencies = [ 201 - + "proc-macro2", 202 - +] 203 - + 204 - +[[package]] 205 - +name = "rustc-demangle" 206 - +version = "0.1.16" 207 - +source = "registry+https://github.com/rust-lang/crates.io-index" 208 - +checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 209 - + 210 - +[[package]] 211 - +name = "strsim" 212 - +version = "0.8.0" 213 - +source = "registry+https://github.com/rust-lang/crates.io-index" 214 - +checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 215 - + 216 - +[[package]] 217 - +name = "syn" 218 - +version = "1.0.33" 219 - +source = "registry+https://github.com/rust-lang/crates.io-index" 220 - +checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd" 221 - +dependencies = [ 222 - + "proc-macro2", 223 - + "quote", 224 - + "unicode-xid", 225 - +] 226 - + 227 - +[[package]] 228 - +name = "synstructure" 229 - +version = "0.12.4" 230 - +source = "registry+https://github.com/rust-lang/crates.io-index" 231 - +checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" 232 - +dependencies = [ 233 - + "proc-macro2", 234 - + "quote", 235 - + "syn", 236 - + "unicode-xid", 237 - +] 238 - + 239 - +[[package]] 240 - +name = "textwrap" 241 - +version = "0.11.0" 242 - +source = "registry+https://github.com/rust-lang/crates.io-index" 243 - +checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 244 - +dependencies = [ 245 - + "unicode-width", 246 - +] 247 - + 248 - +[[package]] 249 - +name = "thiserror" 250 - +version = "1.0.20" 251 - +source = "registry+https://github.com/rust-lang/crates.io-index" 252 - +checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08" 253 - +dependencies = [ 254 - + "thiserror-impl", 255 - +] 256 - + 257 - +[[package]] 258 - +name = "thiserror-impl" 259 - +version = "1.0.20" 260 - +source = "registry+https://github.com/rust-lang/crates.io-index" 261 - +checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793" 262 - +dependencies = [ 263 - + "proc-macro2", 264 - + "quote", 265 - + "syn", 266 - +] 267 - + 268 - +[[package]] 269 - +name = "unicode-width" 270 - +version = "0.1.8" 271 - +source = "registry+https://github.com/rust-lang/crates.io-index" 272 - +checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 273 - + 274 - +[[package]] 275 - +name = "unicode-xid" 276 - +version = "0.2.1" 277 - +source = "registry+https://github.com/rust-lang/crates.io-index" 278 - +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 279 - + 280 - +[[package]] 281 - +name = "vec_map" 282 - +version = "0.8.2" 283 - +source = "registry+https://github.com/rust-lang/crates.io-index" 284 - +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 285 - + 286 - +[[package]] 287 - +name = "winapi" 288 - +version = "0.3.9" 289 - +source = "registry+https://github.com/rust-lang/crates.io-index" 290 - +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 291 - +dependencies = [ 292 - + "winapi-i686-pc-windows-gnu", 293 - + "winapi-x86_64-pc-windows-gnu", 294 - +] 295 - + 296 - +[[package]] 297 - +name = "winapi-i686-pc-windows-gnu" 298 - +version = "0.4.0" 299 - +source = "registry+https://github.com/rust-lang/crates.io-index" 300 - +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 301 - + 302 - +[[package]] 303 - +name = "winapi-x86_64-pc-windows-gnu" 304 - +version = "0.4.0" 305 - +source = "registry+https://github.com/rust-lang/crates.io-index" 306 - +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 307 - + 308 - +[[package]] 309 - +name = "xmas-elf" 310 - +version = "0.6.2" 311 - +source = "registry+https://github.com/rust-lang/crates.io-index" 312 - +checksum = "22678df5df766e8d1e5d609da69f0c3132d794edf6ab5e75e7abcd2270d4cf58" 313 - +dependencies = [ 314 - + "zero", 315 - +] 316 - + 317 - +[[package]] 318 - +name = "zero" 319 - +version = "0.1.2" 320 - +source = "registry+https://github.com/rust-lang/crates.io-index" 321 - +checksum = "5f1bc8a6b2005884962297587045002d8cfb8dcec9db332f4ca216ddc5de82c5"
···
+10 -3
pkgs/development/tools/misc/itm-tools/default.nix
··· 11 sha256 = "19xkjym0i7y52cfhvis49c59nzvgw4906cd8bkz8ka38mbgfqgiy"; 12 }; 13 14 - cargoPatches = [ ./cargo-lock.patch ]; 15 16 - cargoSha256 = "1hqv530x8k4rf9zzyl5p5z58bymk1p4qwrcxs21gr0zm2hqjlxy4"; 17 18 - nativeBuildInputs = [ pkg-config ]; 19 20 doCheck = false; 21
··· 11 sha256 = "19xkjym0i7y52cfhvis49c59nzvgw4906cd8bkz8ka38mbgfqgiy"; 12 }; 13 14 + cargoLock = { 15 + lockFile = ./Cargo.lock; 16 + outputHashes = { 17 + "itm-0.4.0" = "sha256-T61f1WvxEMhI5bzp8FuMYWiG1YOPJvWuBJfK/gjuNKI="; 18 + }; 19 + }; 20 21 + nativeBuildInputs = [ pkg-config ]; 22 23 + postPatch = '' 24 + ln -s ${./Cargo.lock} Cargo.lock 25 + ''; 26 27 doCheck = false; 28
+682
pkgs/development/tools/rust/maturin/pyo3-test/Cargo.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + [[package]] 4 + name = "ahash" 5 + version = "0.4.7" 6 + source = "registry+https://github.com/rust-lang/crates.io-index" 7 + checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" 8 + 9 + [[package]] 10 + name = "assert_approx_eq" 11 + version = "1.1.0" 12 + source = "registry+https://github.com/rust-lang/crates.io-index" 13 + checksum = "3c07dab4369547dbe5114677b33fbbf724971019f3818172d59a97a61c774ffd" 14 + 15 + [[package]] 16 + name = "autocfg" 17 + version = "1.0.1" 18 + source = "registry+https://github.com/rust-lang/crates.io-index" 19 + checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 20 + 21 + [[package]] 22 + name = "bitflags" 23 + version = "1.2.1" 24 + source = "registry+https://github.com/rust-lang/crates.io-index" 25 + checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 26 + 27 + [[package]] 28 + name = "byteorder" 29 + version = "1.4.2" 30 + source = "registry+https://github.com/rust-lang/crates.io-index" 31 + checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" 32 + 33 + [[package]] 34 + name = "cfg-if" 35 + version = "1.0.0" 36 + source = "registry+https://github.com/rust-lang/crates.io-index" 37 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 38 + 39 + [[package]] 40 + name = "const_fn" 41 + version = "0.4.5" 42 + source = "registry+https://github.com/rust-lang/crates.io-index" 43 + checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" 44 + 45 + [[package]] 46 + name = "crossbeam-channel" 47 + version = "0.5.0" 48 + source = "registry+https://github.com/rust-lang/crates.io-index" 49 + checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" 50 + dependencies = [ 51 + "cfg-if", 52 + "crossbeam-utils", 53 + ] 54 + 55 + [[package]] 56 + name = "crossbeam-deque" 57 + version = "0.8.0" 58 + source = "registry+https://github.com/rust-lang/crates.io-index" 59 + checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" 60 + dependencies = [ 61 + "cfg-if", 62 + "crossbeam-epoch", 63 + "crossbeam-utils", 64 + ] 65 + 66 + [[package]] 67 + name = "crossbeam-epoch" 68 + version = "0.9.1" 69 + source = "registry+https://github.com/rust-lang/crates.io-index" 70 + checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" 71 + dependencies = [ 72 + "cfg-if", 73 + "const_fn", 74 + "crossbeam-utils", 75 + "lazy_static", 76 + "memoffset", 77 + "scopeguard", 78 + ] 79 + 80 + [[package]] 81 + name = "crossbeam-utils" 82 + version = "0.8.1" 83 + source = "registry+https://github.com/rust-lang/crates.io-index" 84 + checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" 85 + dependencies = [ 86 + "autocfg", 87 + "cfg-if", 88 + "lazy_static", 89 + ] 90 + 91 + [[package]] 92 + name = "ctor" 93 + version = "0.1.19" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19" 96 + dependencies = [ 97 + "quote", 98 + "syn", 99 + ] 100 + 101 + [[package]] 102 + name = "either" 103 + version = "1.6.1" 104 + source = "registry+https://github.com/rust-lang/crates.io-index" 105 + checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 106 + 107 + [[package]] 108 + name = "getrandom" 109 + version = "0.1.16" 110 + source = "registry+https://github.com/rust-lang/crates.io-index" 111 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 112 + dependencies = [ 113 + "cfg-if", 114 + "libc", 115 + "wasi", 116 + ] 117 + 118 + [[package]] 119 + name = "ghost" 120 + version = "0.1.2" 121 + source = "registry+https://github.com/rust-lang/crates.io-index" 122 + checksum = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479" 123 + dependencies = [ 124 + "proc-macro2", 125 + "quote", 126 + "syn", 127 + ] 128 + 129 + [[package]] 130 + name = "glob" 131 + version = "0.3.0" 132 + source = "registry+https://github.com/rust-lang/crates.io-index" 133 + checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 134 + 135 + [[package]] 136 + name = "hashbrown" 137 + version = "0.9.1" 138 + source = "registry+https://github.com/rust-lang/crates.io-index" 139 + checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 140 + dependencies = [ 141 + "ahash", 142 + ] 143 + 144 + [[package]] 145 + name = "hermit-abi" 146 + version = "0.1.18" 147 + source = "registry+https://github.com/rust-lang/crates.io-index" 148 + checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 149 + dependencies = [ 150 + "libc", 151 + ] 152 + 153 + [[package]] 154 + name = "indoc" 155 + version = "0.3.6" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8" 158 + dependencies = [ 159 + "indoc-impl", 160 + "proc-macro-hack", 161 + ] 162 + 163 + [[package]] 164 + name = "indoc-impl" 165 + version = "0.3.6" 166 + source = "registry+https://github.com/rust-lang/crates.io-index" 167 + checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0" 168 + dependencies = [ 169 + "proc-macro-hack", 170 + "proc-macro2", 171 + "quote", 172 + "syn", 173 + "unindent", 174 + ] 175 + 176 + [[package]] 177 + name = "instant" 178 + version = "0.1.9" 179 + source = "registry+https://github.com/rust-lang/crates.io-index" 180 + checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" 181 + dependencies = [ 182 + "cfg-if", 183 + ] 184 + 185 + [[package]] 186 + name = "inventory" 187 + version = "0.1.10" 188 + source = "registry+https://github.com/rust-lang/crates.io-index" 189 + checksum = "0f0f7efb804ec95e33db9ad49e4252f049e37e8b0a4652e3cd61f7999f2eff7f" 190 + dependencies = [ 191 + "ctor", 192 + "ghost", 193 + "inventory-impl", 194 + ] 195 + 196 + [[package]] 197 + name = "inventory-impl" 198 + version = "0.1.10" 199 + source = "registry+https://github.com/rust-lang/crates.io-index" 200 + checksum = "75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51" 201 + dependencies = [ 202 + "proc-macro2", 203 + "quote", 204 + "syn", 205 + ] 206 + 207 + [[package]] 208 + name = "itoa" 209 + version = "0.4.7" 210 + source = "registry+https://github.com/rust-lang/crates.io-index" 211 + checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 212 + 213 + [[package]] 214 + name = "lazy_static" 215 + version = "1.4.0" 216 + source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 218 + 219 + [[package]] 220 + name = "libc" 221 + version = "0.2.86" 222 + source = "registry+https://github.com/rust-lang/crates.io-index" 223 + checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" 224 + 225 + [[package]] 226 + name = "lock_api" 227 + version = "0.4.2" 228 + source = "registry+https://github.com/rust-lang/crates.io-index" 229 + checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" 230 + dependencies = [ 231 + "scopeguard", 232 + ] 233 + 234 + [[package]] 235 + name = "memoffset" 236 + version = "0.6.1" 237 + source = "registry+https://github.com/rust-lang/crates.io-index" 238 + checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" 239 + dependencies = [ 240 + "autocfg", 241 + ] 242 + 243 + [[package]] 244 + name = "num-bigint" 245 + version = "0.3.1" 246 + source = "registry+https://github.com/rust-lang/crates.io-index" 247 + checksum = "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf" 248 + dependencies = [ 249 + "autocfg", 250 + "num-integer", 251 + "num-traits", 252 + ] 253 + 254 + [[package]] 255 + name = "num-complex" 256 + version = "0.3.1" 257 + source = "registry+https://github.com/rust-lang/crates.io-index" 258 + checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5" 259 + dependencies = [ 260 + "num-traits", 261 + ] 262 + 263 + [[package]] 264 + name = "num-integer" 265 + version = "0.1.44" 266 + source = "registry+https://github.com/rust-lang/crates.io-index" 267 + checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 268 + dependencies = [ 269 + "autocfg", 270 + "num-traits", 271 + ] 272 + 273 + [[package]] 274 + name = "num-traits" 275 + version = "0.2.14" 276 + source = "registry+https://github.com/rust-lang/crates.io-index" 277 + checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 278 + dependencies = [ 279 + "autocfg", 280 + ] 281 + 282 + [[package]] 283 + name = "num_cpus" 284 + version = "1.13.0" 285 + source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 287 + dependencies = [ 288 + "hermit-abi", 289 + "libc", 290 + ] 291 + 292 + [[package]] 293 + name = "parking_lot" 294 + version = "0.11.1" 295 + source = "registry+https://github.com/rust-lang/crates.io-index" 296 + checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" 297 + dependencies = [ 298 + "instant", 299 + "lock_api", 300 + "parking_lot_core", 301 + ] 302 + 303 + [[package]] 304 + name = "parking_lot_core" 305 + version = "0.8.3" 306 + source = "registry+https://github.com/rust-lang/crates.io-index" 307 + checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" 308 + dependencies = [ 309 + "cfg-if", 310 + "instant", 311 + "libc", 312 + "redox_syscall", 313 + "smallvec", 314 + "winapi", 315 + ] 316 + 317 + [[package]] 318 + name = "paste" 319 + version = "0.1.18" 320 + source = "registry+https://github.com/rust-lang/crates.io-index" 321 + checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" 322 + dependencies = [ 323 + "paste-impl", 324 + "proc-macro-hack", 325 + ] 326 + 327 + [[package]] 328 + name = "paste-impl" 329 + version = "0.1.18" 330 + source = "registry+https://github.com/rust-lang/crates.io-index" 331 + checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" 332 + dependencies = [ 333 + "proc-macro-hack", 334 + ] 335 + 336 + [[package]] 337 + name = "ppv-lite86" 338 + version = "0.2.10" 339 + source = "registry+https://github.com/rust-lang/crates.io-index" 340 + checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 341 + 342 + [[package]] 343 + name = "proc-macro-hack" 344 + version = "0.5.19" 345 + source = "registry+https://github.com/rust-lang/crates.io-index" 346 + checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 347 + 348 + [[package]] 349 + name = "proc-macro2" 350 + version = "1.0.24" 351 + source = "registry+https://github.com/rust-lang/crates.io-index" 352 + checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 353 + dependencies = [ 354 + "unicode-xid", 355 + ] 356 + 357 + [[package]] 358 + name = "proptest" 359 + version = "0.10.1" 360 + source = "registry+https://github.com/rust-lang/crates.io-index" 361 + checksum = "12e6c80c1139113c28ee4670dc50cc42915228b51f56a9e407f0ec60f966646f" 362 + dependencies = [ 363 + "bitflags", 364 + "byteorder", 365 + "lazy_static", 366 + "num-traits", 367 + "quick-error", 368 + "rand", 369 + "rand_chacha", 370 + "rand_xorshift", 371 + "regex-syntax", 372 + ] 373 + 374 + [[package]] 375 + name = "pyo3" 376 + version = "0.13.2" 377 + dependencies = [ 378 + "assert_approx_eq", 379 + "cfg-if", 380 + "ctor", 381 + "hashbrown", 382 + "indoc", 383 + "inventory", 384 + "libc", 385 + "num-bigint", 386 + "num-complex", 387 + "parking_lot", 388 + "paste", 389 + "proptest", 390 + "pyo3", 391 + "pyo3-macros", 392 + "rustversion", 393 + "serde", 394 + "serde_json", 395 + "trybuild", 396 + "unindent", 397 + ] 398 + 399 + [[package]] 400 + name = "pyo3-macros" 401 + version = "0.13.2" 402 + dependencies = [ 403 + "pyo3-macros-backend", 404 + "quote", 405 + "syn", 406 + ] 407 + 408 + [[package]] 409 + name = "pyo3-macros-backend" 410 + version = "0.13.2" 411 + dependencies = [ 412 + "proc-macro2", 413 + "quote", 414 + "syn", 415 + ] 416 + 417 + [[package]] 418 + name = "quick-error" 419 + version = "1.2.3" 420 + source = "registry+https://github.com/rust-lang/crates.io-index" 421 + checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 422 + 423 + [[package]] 424 + name = "quote" 425 + version = "1.0.9" 426 + source = "registry+https://github.com/rust-lang/crates.io-index" 427 + checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 428 + dependencies = [ 429 + "proc-macro2", 430 + ] 431 + 432 + [[package]] 433 + name = "rand" 434 + version = "0.7.3" 435 + source = "registry+https://github.com/rust-lang/crates.io-index" 436 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 437 + dependencies = [ 438 + "getrandom", 439 + "libc", 440 + "rand_chacha", 441 + "rand_core", 442 + "rand_hc", 443 + ] 444 + 445 + [[package]] 446 + name = "rand_chacha" 447 + version = "0.2.2" 448 + source = "registry+https://github.com/rust-lang/crates.io-index" 449 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 450 + dependencies = [ 451 + "ppv-lite86", 452 + "rand_core", 453 + ] 454 + 455 + [[package]] 456 + name = "rand_core" 457 + version = "0.5.1" 458 + source = "registry+https://github.com/rust-lang/crates.io-index" 459 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 460 + dependencies = [ 461 + "getrandom", 462 + ] 463 + 464 + [[package]] 465 + name = "rand_hc" 466 + version = "0.2.0" 467 + source = "registry+https://github.com/rust-lang/crates.io-index" 468 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 469 + dependencies = [ 470 + "rand_core", 471 + ] 472 + 473 + [[package]] 474 + name = "rand_xorshift" 475 + version = "0.2.0" 476 + source = "registry+https://github.com/rust-lang/crates.io-index" 477 + checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8" 478 + dependencies = [ 479 + "rand_core", 480 + ] 481 + 482 + [[package]] 483 + name = "rayon" 484 + version = "1.5.0" 485 + source = "registry+https://github.com/rust-lang/crates.io-index" 486 + checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" 487 + dependencies = [ 488 + "autocfg", 489 + "crossbeam-deque", 490 + "either", 491 + "rayon-core", 492 + ] 493 + 494 + [[package]] 495 + name = "rayon-core" 496 + version = "1.9.0" 497 + source = "registry+https://github.com/rust-lang/crates.io-index" 498 + checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" 499 + dependencies = [ 500 + "crossbeam-channel", 501 + "crossbeam-deque", 502 + "crossbeam-utils", 503 + "lazy_static", 504 + "num_cpus", 505 + ] 506 + 507 + [[package]] 508 + name = "redox_syscall" 509 + version = "0.2.5" 510 + source = "registry+https://github.com/rust-lang/crates.io-index" 511 + checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" 512 + dependencies = [ 513 + "bitflags", 514 + ] 515 + 516 + [[package]] 517 + name = "regex-syntax" 518 + version = "0.6.22" 519 + source = "registry+https://github.com/rust-lang/crates.io-index" 520 + checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" 521 + 522 + [[package]] 523 + name = "rustapi-module" 524 + version = "0.1.0" 525 + dependencies = [ 526 + "pyo3", 527 + ] 528 + 529 + [[package]] 530 + name = "rustversion" 531 + version = "1.0.4" 532 + source = "registry+https://github.com/rust-lang/crates.io-index" 533 + checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" 534 + 535 + [[package]] 536 + name = "ryu" 537 + version = "1.0.5" 538 + source = "registry+https://github.com/rust-lang/crates.io-index" 539 + checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 540 + 541 + [[package]] 542 + name = "scopeguard" 543 + version = "1.1.0" 544 + source = "registry+https://github.com/rust-lang/crates.io-index" 545 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 546 + 547 + [[package]] 548 + name = "serde" 549 + version = "1.0.123" 550 + source = "registry+https://github.com/rust-lang/crates.io-index" 551 + checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" 552 + dependencies = [ 553 + "serde_derive", 554 + ] 555 + 556 + [[package]] 557 + name = "serde_derive" 558 + version = "1.0.123" 559 + source = "registry+https://github.com/rust-lang/crates.io-index" 560 + checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" 561 + dependencies = [ 562 + "proc-macro2", 563 + "quote", 564 + "syn", 565 + ] 566 + 567 + [[package]] 568 + name = "serde_json" 569 + version = "1.0.62" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" 572 + dependencies = [ 573 + "itoa", 574 + "ryu", 575 + "serde", 576 + ] 577 + 578 + [[package]] 579 + name = "smallvec" 580 + version = "1.6.1" 581 + source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" 583 + 584 + [[package]] 585 + name = "syn" 586 + version = "1.0.60" 587 + source = "registry+https://github.com/rust-lang/crates.io-index" 588 + checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" 589 + dependencies = [ 590 + "proc-macro2", 591 + "quote", 592 + "unicode-xid", 593 + ] 594 + 595 + [[package]] 596 + name = "termcolor" 597 + version = "1.1.2" 598 + source = "registry+https://github.com/rust-lang/crates.io-index" 599 + checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 600 + dependencies = [ 601 + "winapi-util", 602 + ] 603 + 604 + [[package]] 605 + name = "toml" 606 + version = "0.5.8" 607 + source = "registry+https://github.com/rust-lang/crates.io-index" 608 + checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" 609 + dependencies = [ 610 + "serde", 611 + ] 612 + 613 + [[package]] 614 + name = "trybuild" 615 + version = "1.0.41" 616 + source = "registry+https://github.com/rust-lang/crates.io-index" 617 + checksum = "99471a206425fba51842a9186315f32d91c56eadc21ea4c21f847b59cf778f8b" 618 + dependencies = [ 619 + "glob", 620 + "lazy_static", 621 + "serde", 622 + "serde_json", 623 + "termcolor", 624 + "toml", 625 + ] 626 + 627 + [[package]] 628 + name = "unicode-xid" 629 + version = "0.2.1" 630 + source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 632 + 633 + [[package]] 634 + name = "unindent" 635 + version = "0.1.7" 636 + source = "registry+https://github.com/rust-lang/crates.io-index" 637 + checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7" 638 + 639 + [[package]] 640 + name = "wasi" 641 + version = "0.9.0+wasi-snapshot-preview1" 642 + source = "registry+https://github.com/rust-lang/crates.io-index" 643 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 644 + 645 + [[package]] 646 + name = "winapi" 647 + version = "0.3.9" 648 + source = "registry+https://github.com/rust-lang/crates.io-index" 649 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 650 + dependencies = [ 651 + "winapi-i686-pc-windows-gnu", 652 + "winapi-x86_64-pc-windows-gnu", 653 + ] 654 + 655 + [[package]] 656 + name = "winapi-i686-pc-windows-gnu" 657 + version = "0.4.0" 658 + source = "registry+https://github.com/rust-lang/crates.io-index" 659 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 660 + 661 + [[package]] 662 + name = "winapi-util" 663 + version = "0.1.5" 664 + source = "registry+https://github.com/rust-lang/crates.io-index" 665 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 666 + dependencies = [ 667 + "winapi", 668 + ] 669 + 670 + [[package]] 671 + name = "winapi-x86_64-pc-windows-gnu" 672 + version = "0.4.0" 673 + source = "registry+https://github.com/rust-lang/crates.io-index" 674 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 675 + 676 + [[package]] 677 + name = "word-count" 678 + version = "0.1.0" 679 + dependencies = [ 680 + "pyo3", 681 + "rayon", 682 + ]
-688
pkgs/development/tools/rust/maturin/pyo3-test/Cargo.lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 000000000..5e698d4ff 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,682 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "ahash" 11 - +version = "0.4.7" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - +checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" 14 - + 15 - +[[package]] 16 - +name = "assert_approx_eq" 17 - +version = "1.1.0" 18 - +source = "registry+https://github.com/rust-lang/crates.io-index" 19 - +checksum = "3c07dab4369547dbe5114677b33fbbf724971019f3818172d59a97a61c774ffd" 20 - + 21 - +[[package]] 22 - +name = "autocfg" 23 - +version = "1.0.1" 24 - +source = "registry+https://github.com/rust-lang/crates.io-index" 25 - +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 26 - + 27 - +[[package]] 28 - +name = "bitflags" 29 - +version = "1.2.1" 30 - +source = "registry+https://github.com/rust-lang/crates.io-index" 31 - +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 32 - + 33 - +[[package]] 34 - +name = "byteorder" 35 - +version = "1.4.2" 36 - +source = "registry+https://github.com/rust-lang/crates.io-index" 37 - +checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" 38 - + 39 - +[[package]] 40 - +name = "cfg-if" 41 - +version = "1.0.0" 42 - +source = "registry+https://github.com/rust-lang/crates.io-index" 43 - +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 44 - + 45 - +[[package]] 46 - +name = "const_fn" 47 - +version = "0.4.5" 48 - +source = "registry+https://github.com/rust-lang/crates.io-index" 49 - +checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" 50 - + 51 - +[[package]] 52 - +name = "crossbeam-channel" 53 - +version = "0.5.0" 54 - +source = "registry+https://github.com/rust-lang/crates.io-index" 55 - +checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" 56 - +dependencies = [ 57 - + "cfg-if", 58 - + "crossbeam-utils", 59 - +] 60 - + 61 - +[[package]] 62 - +name = "crossbeam-deque" 63 - +version = "0.8.0" 64 - +source = "registry+https://github.com/rust-lang/crates.io-index" 65 - +checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" 66 - +dependencies = [ 67 - + "cfg-if", 68 - + "crossbeam-epoch", 69 - + "crossbeam-utils", 70 - +] 71 - + 72 - +[[package]] 73 - +name = "crossbeam-epoch" 74 - +version = "0.9.1" 75 - +source = "registry+https://github.com/rust-lang/crates.io-index" 76 - +checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" 77 - +dependencies = [ 78 - + "cfg-if", 79 - + "const_fn", 80 - + "crossbeam-utils", 81 - + "lazy_static", 82 - + "memoffset", 83 - + "scopeguard", 84 - +] 85 - + 86 - +[[package]] 87 - +name = "crossbeam-utils" 88 - +version = "0.8.1" 89 - +source = "registry+https://github.com/rust-lang/crates.io-index" 90 - +checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" 91 - +dependencies = [ 92 - + "autocfg", 93 - + "cfg-if", 94 - + "lazy_static", 95 - +] 96 - + 97 - +[[package]] 98 - +name = "ctor" 99 - +version = "0.1.19" 100 - +source = "registry+https://github.com/rust-lang/crates.io-index" 101 - +checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19" 102 - +dependencies = [ 103 - + "quote", 104 - + "syn", 105 - +] 106 - + 107 - +[[package]] 108 - +name = "either" 109 - +version = "1.6.1" 110 - +source = "registry+https://github.com/rust-lang/crates.io-index" 111 - +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 112 - + 113 - +[[package]] 114 - +name = "getrandom" 115 - +version = "0.1.16" 116 - +source = "registry+https://github.com/rust-lang/crates.io-index" 117 - +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 118 - +dependencies = [ 119 - + "cfg-if", 120 - + "libc", 121 - + "wasi", 122 - +] 123 - + 124 - +[[package]] 125 - +name = "ghost" 126 - +version = "0.1.2" 127 - +source = "registry+https://github.com/rust-lang/crates.io-index" 128 - +checksum = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479" 129 - +dependencies = [ 130 - + "proc-macro2", 131 - + "quote", 132 - + "syn", 133 - +] 134 - + 135 - +[[package]] 136 - +name = "glob" 137 - +version = "0.3.0" 138 - +source = "registry+https://github.com/rust-lang/crates.io-index" 139 - +checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 140 - + 141 - +[[package]] 142 - +name = "hashbrown" 143 - +version = "0.9.1" 144 - +source = "registry+https://github.com/rust-lang/crates.io-index" 145 - +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 146 - +dependencies = [ 147 - + "ahash", 148 - +] 149 - + 150 - +[[package]] 151 - +name = "hermit-abi" 152 - +version = "0.1.18" 153 - +source = "registry+https://github.com/rust-lang/crates.io-index" 154 - +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 155 - +dependencies = [ 156 - + "libc", 157 - +] 158 - + 159 - +[[package]] 160 - +name = "indoc" 161 - +version = "0.3.6" 162 - +source = "registry+https://github.com/rust-lang/crates.io-index" 163 - +checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8" 164 - +dependencies = [ 165 - + "indoc-impl", 166 - + "proc-macro-hack", 167 - +] 168 - + 169 - +[[package]] 170 - +name = "indoc-impl" 171 - +version = "0.3.6" 172 - +source = "registry+https://github.com/rust-lang/crates.io-index" 173 - +checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0" 174 - +dependencies = [ 175 - + "proc-macro-hack", 176 - + "proc-macro2", 177 - + "quote", 178 - + "syn", 179 - + "unindent", 180 - +] 181 - + 182 - +[[package]] 183 - +name = "instant" 184 - +version = "0.1.9" 185 - +source = "registry+https://github.com/rust-lang/crates.io-index" 186 - +checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" 187 - +dependencies = [ 188 - + "cfg-if", 189 - +] 190 - + 191 - +[[package]] 192 - +name = "inventory" 193 - +version = "0.1.10" 194 - +source = "registry+https://github.com/rust-lang/crates.io-index" 195 - +checksum = "0f0f7efb804ec95e33db9ad49e4252f049e37e8b0a4652e3cd61f7999f2eff7f" 196 - +dependencies = [ 197 - + "ctor", 198 - + "ghost", 199 - + "inventory-impl", 200 - +] 201 - + 202 - +[[package]] 203 - +name = "inventory-impl" 204 - +version = "0.1.10" 205 - +source = "registry+https://github.com/rust-lang/crates.io-index" 206 - +checksum = "75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51" 207 - +dependencies = [ 208 - + "proc-macro2", 209 - + "quote", 210 - + "syn", 211 - +] 212 - + 213 - +[[package]] 214 - +name = "itoa" 215 - +version = "0.4.7" 216 - +source = "registry+https://github.com/rust-lang/crates.io-index" 217 - +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 218 - + 219 - +[[package]] 220 - +name = "lazy_static" 221 - +version = "1.4.0" 222 - +source = "registry+https://github.com/rust-lang/crates.io-index" 223 - +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 224 - + 225 - +[[package]] 226 - +name = "libc" 227 - +version = "0.2.86" 228 - +source = "registry+https://github.com/rust-lang/crates.io-index" 229 - +checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" 230 - + 231 - +[[package]] 232 - +name = "lock_api" 233 - +version = "0.4.2" 234 - +source = "registry+https://github.com/rust-lang/crates.io-index" 235 - +checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" 236 - +dependencies = [ 237 - + "scopeguard", 238 - +] 239 - + 240 - +[[package]] 241 - +name = "memoffset" 242 - +version = "0.6.1" 243 - +source = "registry+https://github.com/rust-lang/crates.io-index" 244 - +checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" 245 - +dependencies = [ 246 - + "autocfg", 247 - +] 248 - + 249 - +[[package]] 250 - +name = "num-bigint" 251 - +version = "0.3.1" 252 - +source = "registry+https://github.com/rust-lang/crates.io-index" 253 - +checksum = "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf" 254 - +dependencies = [ 255 - + "autocfg", 256 - + "num-integer", 257 - + "num-traits", 258 - +] 259 - + 260 - +[[package]] 261 - +name = "num-complex" 262 - +version = "0.3.1" 263 - +source = "registry+https://github.com/rust-lang/crates.io-index" 264 - +checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5" 265 - +dependencies = [ 266 - + "num-traits", 267 - +] 268 - + 269 - +[[package]] 270 - +name = "num-integer" 271 - +version = "0.1.44" 272 - +source = "registry+https://github.com/rust-lang/crates.io-index" 273 - +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 274 - +dependencies = [ 275 - + "autocfg", 276 - + "num-traits", 277 - +] 278 - + 279 - +[[package]] 280 - +name = "num-traits" 281 - +version = "0.2.14" 282 - +source = "registry+https://github.com/rust-lang/crates.io-index" 283 - +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 284 - +dependencies = [ 285 - + "autocfg", 286 - +] 287 - + 288 - +[[package]] 289 - +name = "num_cpus" 290 - +version = "1.13.0" 291 - +source = "registry+https://github.com/rust-lang/crates.io-index" 292 - +checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 293 - +dependencies = [ 294 - + "hermit-abi", 295 - + "libc", 296 - +] 297 - + 298 - +[[package]] 299 - +name = "parking_lot" 300 - +version = "0.11.1" 301 - +source = "registry+https://github.com/rust-lang/crates.io-index" 302 - +checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" 303 - +dependencies = [ 304 - + "instant", 305 - + "lock_api", 306 - + "parking_lot_core", 307 - +] 308 - + 309 - +[[package]] 310 - +name = "parking_lot_core" 311 - +version = "0.8.3" 312 - +source = "registry+https://github.com/rust-lang/crates.io-index" 313 - +checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" 314 - +dependencies = [ 315 - + "cfg-if", 316 - + "instant", 317 - + "libc", 318 - + "redox_syscall", 319 - + "smallvec", 320 - + "winapi", 321 - +] 322 - + 323 - +[[package]] 324 - +name = "paste" 325 - +version = "0.1.18" 326 - +source = "registry+https://github.com/rust-lang/crates.io-index" 327 - +checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" 328 - +dependencies = [ 329 - + "paste-impl", 330 - + "proc-macro-hack", 331 - +] 332 - + 333 - +[[package]] 334 - +name = "paste-impl" 335 - +version = "0.1.18" 336 - +source = "registry+https://github.com/rust-lang/crates.io-index" 337 - +checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" 338 - +dependencies = [ 339 - + "proc-macro-hack", 340 - +] 341 - + 342 - +[[package]] 343 - +name = "ppv-lite86" 344 - +version = "0.2.10" 345 - +source = "registry+https://github.com/rust-lang/crates.io-index" 346 - +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 347 - + 348 - +[[package]] 349 - +name = "proc-macro-hack" 350 - +version = "0.5.19" 351 - +source = "registry+https://github.com/rust-lang/crates.io-index" 352 - +checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 353 - + 354 - +[[package]] 355 - +name = "proc-macro2" 356 - +version = "1.0.24" 357 - +source = "registry+https://github.com/rust-lang/crates.io-index" 358 - +checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 359 - +dependencies = [ 360 - + "unicode-xid", 361 - +] 362 - + 363 - +[[package]] 364 - +name = "proptest" 365 - +version = "0.10.1" 366 - +source = "registry+https://github.com/rust-lang/crates.io-index" 367 - +checksum = "12e6c80c1139113c28ee4670dc50cc42915228b51f56a9e407f0ec60f966646f" 368 - +dependencies = [ 369 - + "bitflags", 370 - + "byteorder", 371 - + "lazy_static", 372 - + "num-traits", 373 - + "quick-error", 374 - + "rand", 375 - + "rand_chacha", 376 - + "rand_xorshift", 377 - + "regex-syntax", 378 - +] 379 - + 380 - +[[package]] 381 - +name = "pyo3" 382 - +version = "0.13.2" 383 - +dependencies = [ 384 - + "assert_approx_eq", 385 - + "cfg-if", 386 - + "ctor", 387 - + "hashbrown", 388 - + "indoc", 389 - + "inventory", 390 - + "libc", 391 - + "num-bigint", 392 - + "num-complex", 393 - + "parking_lot", 394 - + "paste", 395 - + "proptest", 396 - + "pyo3", 397 - + "pyo3-macros", 398 - + "rustversion", 399 - + "serde", 400 - + "serde_json", 401 - + "trybuild", 402 - + "unindent", 403 - +] 404 - + 405 - +[[package]] 406 - +name = "pyo3-macros" 407 - +version = "0.13.2" 408 - +dependencies = [ 409 - + "pyo3-macros-backend", 410 - + "quote", 411 - + "syn", 412 - +] 413 - + 414 - +[[package]] 415 - +name = "pyo3-macros-backend" 416 - +version = "0.13.2" 417 - +dependencies = [ 418 - + "proc-macro2", 419 - + "quote", 420 - + "syn", 421 - +] 422 - + 423 - +[[package]] 424 - +name = "quick-error" 425 - +version = "1.2.3" 426 - +source = "registry+https://github.com/rust-lang/crates.io-index" 427 - +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 428 - + 429 - +[[package]] 430 - +name = "quote" 431 - +version = "1.0.9" 432 - +source = "registry+https://github.com/rust-lang/crates.io-index" 433 - +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 434 - +dependencies = [ 435 - + "proc-macro2", 436 - +] 437 - + 438 - +[[package]] 439 - +name = "rand" 440 - +version = "0.7.3" 441 - +source = "registry+https://github.com/rust-lang/crates.io-index" 442 - +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 443 - +dependencies = [ 444 - + "getrandom", 445 - + "libc", 446 - + "rand_chacha", 447 - + "rand_core", 448 - + "rand_hc", 449 - +] 450 - + 451 - +[[package]] 452 - +name = "rand_chacha" 453 - +version = "0.2.2" 454 - +source = "registry+https://github.com/rust-lang/crates.io-index" 455 - +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 456 - +dependencies = [ 457 - + "ppv-lite86", 458 - + "rand_core", 459 - +] 460 - + 461 - +[[package]] 462 - +name = "rand_core" 463 - +version = "0.5.1" 464 - +source = "registry+https://github.com/rust-lang/crates.io-index" 465 - +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 466 - +dependencies = [ 467 - + "getrandom", 468 - +] 469 - + 470 - +[[package]] 471 - +name = "rand_hc" 472 - +version = "0.2.0" 473 - +source = "registry+https://github.com/rust-lang/crates.io-index" 474 - +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 475 - +dependencies = [ 476 - + "rand_core", 477 - +] 478 - + 479 - +[[package]] 480 - +name = "rand_xorshift" 481 - +version = "0.2.0" 482 - +source = "registry+https://github.com/rust-lang/crates.io-index" 483 - +checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8" 484 - +dependencies = [ 485 - + "rand_core", 486 - +] 487 - + 488 - +[[package]] 489 - +name = "rayon" 490 - +version = "1.5.0" 491 - +source = "registry+https://github.com/rust-lang/crates.io-index" 492 - +checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" 493 - +dependencies = [ 494 - + "autocfg", 495 - + "crossbeam-deque", 496 - + "either", 497 - + "rayon-core", 498 - +] 499 - + 500 - +[[package]] 501 - +name = "rayon-core" 502 - +version = "1.9.0" 503 - +source = "registry+https://github.com/rust-lang/crates.io-index" 504 - +checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" 505 - +dependencies = [ 506 - + "crossbeam-channel", 507 - + "crossbeam-deque", 508 - + "crossbeam-utils", 509 - + "lazy_static", 510 - + "num_cpus", 511 - +] 512 - + 513 - +[[package]] 514 - +name = "redox_syscall" 515 - +version = "0.2.5" 516 - +source = "registry+https://github.com/rust-lang/crates.io-index" 517 - +checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" 518 - +dependencies = [ 519 - + "bitflags", 520 - +] 521 - + 522 - +[[package]] 523 - +name = "regex-syntax" 524 - +version = "0.6.22" 525 - +source = "registry+https://github.com/rust-lang/crates.io-index" 526 - +checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" 527 - + 528 - +[[package]] 529 - +name = "rustapi-module" 530 - +version = "0.1.0" 531 - +dependencies = [ 532 - + "pyo3", 533 - +] 534 - + 535 - +[[package]] 536 - +name = "rustversion" 537 - +version = "1.0.4" 538 - +source = "registry+https://github.com/rust-lang/crates.io-index" 539 - +checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" 540 - + 541 - +[[package]] 542 - +name = "ryu" 543 - +version = "1.0.5" 544 - +source = "registry+https://github.com/rust-lang/crates.io-index" 545 - +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 546 - + 547 - +[[package]] 548 - +name = "scopeguard" 549 - +version = "1.1.0" 550 - +source = "registry+https://github.com/rust-lang/crates.io-index" 551 - +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 552 - + 553 - +[[package]] 554 - +name = "serde" 555 - +version = "1.0.123" 556 - +source = "registry+https://github.com/rust-lang/crates.io-index" 557 - +checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" 558 - +dependencies = [ 559 - + "serde_derive", 560 - +] 561 - + 562 - +[[package]] 563 - +name = "serde_derive" 564 - +version = "1.0.123" 565 - +source = "registry+https://github.com/rust-lang/crates.io-index" 566 - +checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" 567 - +dependencies = [ 568 - + "proc-macro2", 569 - + "quote", 570 - + "syn", 571 - +] 572 - + 573 - +[[package]] 574 - +name = "serde_json" 575 - +version = "1.0.62" 576 - +source = "registry+https://github.com/rust-lang/crates.io-index" 577 - +checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" 578 - +dependencies = [ 579 - + "itoa", 580 - + "ryu", 581 - + "serde", 582 - +] 583 - + 584 - +[[package]] 585 - +name = "smallvec" 586 - +version = "1.6.1" 587 - +source = "registry+https://github.com/rust-lang/crates.io-index" 588 - +checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" 589 - + 590 - +[[package]] 591 - +name = "syn" 592 - +version = "1.0.60" 593 - +source = "registry+https://github.com/rust-lang/crates.io-index" 594 - +checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" 595 - +dependencies = [ 596 - + "proc-macro2", 597 - + "quote", 598 - + "unicode-xid", 599 - +] 600 - + 601 - +[[package]] 602 - +name = "termcolor" 603 - +version = "1.1.2" 604 - +source = "registry+https://github.com/rust-lang/crates.io-index" 605 - +checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 606 - +dependencies = [ 607 - + "winapi-util", 608 - +] 609 - + 610 - +[[package]] 611 - +name = "toml" 612 - +version = "0.5.8" 613 - +source = "registry+https://github.com/rust-lang/crates.io-index" 614 - +checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" 615 - +dependencies = [ 616 - + "serde", 617 - +] 618 - + 619 - +[[package]] 620 - +name = "trybuild" 621 - +version = "1.0.41" 622 - +source = "registry+https://github.com/rust-lang/crates.io-index" 623 - +checksum = "99471a206425fba51842a9186315f32d91c56eadc21ea4c21f847b59cf778f8b" 624 - +dependencies = [ 625 - + "glob", 626 - + "lazy_static", 627 - + "serde", 628 - + "serde_json", 629 - + "termcolor", 630 - + "toml", 631 - +] 632 - + 633 - +[[package]] 634 - +name = "unicode-xid" 635 - +version = "0.2.1" 636 - +source = "registry+https://github.com/rust-lang/crates.io-index" 637 - +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 638 - + 639 - +[[package]] 640 - +name = "unindent" 641 - +version = "0.1.7" 642 - +source = "registry+https://github.com/rust-lang/crates.io-index" 643 - +checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7" 644 - + 645 - +[[package]] 646 - +name = "wasi" 647 - +version = "0.9.0+wasi-snapshot-preview1" 648 - +source = "registry+https://github.com/rust-lang/crates.io-index" 649 - +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 650 - + 651 - +[[package]] 652 - +name = "winapi" 653 - +version = "0.3.9" 654 - +source = "registry+https://github.com/rust-lang/crates.io-index" 655 - +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 656 - +dependencies = [ 657 - + "winapi-i686-pc-windows-gnu", 658 - + "winapi-x86_64-pc-windows-gnu", 659 - +] 660 - + 661 - +[[package]] 662 - +name = "winapi-i686-pc-windows-gnu" 663 - +version = "0.4.0" 664 - +source = "registry+https://github.com/rust-lang/crates.io-index" 665 - +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 666 - + 667 - +[[package]] 668 - +name = "winapi-util" 669 - +version = "0.1.5" 670 - +source = "registry+https://github.com/rust-lang/crates.io-index" 671 - +checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 672 - +dependencies = [ 673 - + "winapi", 674 - +] 675 - + 676 - +[[package]] 677 - +name = "winapi-x86_64-pc-windows-gnu" 678 - +version = "0.4.0" 679 - +source = "registry+https://github.com/rust-lang/crates.io-index" 680 - +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 681 - + 682 - +[[package]] 683 - +name = "word-count" 684 - +version = "0.1.0" 685 - +dependencies = [ 686 - + "pyo3", 687 - + "rayon", 688 - +]
···
+5 -5
pkgs/development/tools/rust/maturin/pyo3-test/generic.nix
··· 24 hash = "sha256-NOMrrfo8WjlPhtGxWUOPJS/UDDdbLQRCXR++Zd6JmIA="; 25 }; 26 27 - cargoDeps = rustPlatform.fetchCargoTarball { 28 - inherit src patches; 29 - name = "${pname}-${version}"; 30 - hash = "sha256-u3L9nXHKILznyZTgxdvZyOCQZFZhuADrtI7zXYQzrbE="; 31 }; 32 33 - patches = [ ./Cargo.lock.patch ]; 34 35 inherit buildAndTestSubdir format nativeBuildInputs preConfigure; 36
··· 24 hash = "sha256-NOMrrfo8WjlPhtGxWUOPJS/UDDdbLQRCXR++Zd6JmIA="; 25 }; 26 27 + cargoDeps = rustPlatform.importCargoLock { 28 + lockFile = ./Cargo.lock; 29 }; 30 31 + postPatch = '' 32 + ln -s ${./Cargo.lock} Cargo.lock 33 + ''; 34 35 inherit buildAndTestSubdir format nativeBuildInputs preConfigure; 36
+1 -2
pkgs/test/cuda/cuda-samples/extension.nix
··· 11 "11.4" = "082dkk5y34wyvjgj2p5j1d00rk8xaxb9z0mhvz16bd469r1bw2qk"; 12 "11.5" = "sha256-AKRZbke0K59lakhTi8dX2cR2aBuWPZkiQxyKaZTvHrI="; 13 "11.6" = "sha256-AsLNmAplfuQbXg9zt09tXAuFJ524EtTYsQuUlV1tPkE="; 14 - # maybe fixed by https://github.com/NVIDIA/cuda-samples/pull/133 15 "11.7" = throw "The tag 11.7 of cuda-samples does not exist"; 16 - "11.8" = throw "The tag 11.8 of cuda-samples does not exist"; 17 }.${prev.cudaVersion}; 18 19 in {
··· 11 "11.4" = "082dkk5y34wyvjgj2p5j1d00rk8xaxb9z0mhvz16bd469r1bw2qk"; 12 "11.5" = "sha256-AKRZbke0K59lakhTi8dX2cR2aBuWPZkiQxyKaZTvHrI="; 13 "11.6" = "sha256-AsLNmAplfuQbXg9zt09tXAuFJ524EtTYsQuUlV1tPkE="; 14 "11.7" = throw "The tag 11.7 of cuda-samples does not exist"; 15 + "11.8" = "sha256-7+1P8+wqTKUGbCUBXGMDO9PkxYr2+PLDx9W2hXtXbuc="; 16 }.${prev.cudaVersion}; 17 18 in {
+3 -3
pkgs/tools/admin/aliyun-cli/default.nix
··· 2 3 buildGoModule rec { 4 pname = "aliyun-cli"; 5 - version = "3.0.141"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "aliyun"; 10 repo = pname; 11 fetchSubmodules = true; 12 - sha256 = "sha256-DHUr820X3aUoUE3b22Xrd8JX8aB5arFk1nSWo/UdfPc="; 13 }; 14 15 - vendorSha256 = "sha256-aviRsflpS9/o2B7mpYQE7d9ahLclM+jiVz+cJOlegCY="; 16 17 subPackages = [ "main" ]; 18
··· 2 3 buildGoModule rec { 4 pname = "aliyun-cli"; 5 + version = "3.0.149"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "aliyun"; 10 repo = pname; 11 fetchSubmodules = true; 12 + sha256 = "sha256-F7CC+WawCnPickKSkRqKra9UfO808EDbLvRNBYdp5QU="; 13 }; 14 15 + vendorHash = "sha256-GVx0mgpbftyy9Eni3IYFmvWcaGnm5Nuqh4KvGeqhVu4="; 16 17 subPackages = [ "main" ]; 18
+2 -2
pkgs/tools/filesystems/ceph/default.nix
··· 2 , ensureNewerSourcesHook 3 , cmake, pkg-config 4 , which, git 5 - , boost175 6 , libxml2, zlib, lz4 7 , openldap, lttng-ust 8 , babeltrace, gperf ··· 182 ]; 183 184 buildInputs = cryptoLibsMap.${cryptoStr} ++ [ 185 - boost ceph-python-env libxml2 optYasm optLibatomic_ops optLibs3 186 malloc zlib openldap lttng-ust babeltrace gperf gtest cunit 187 snappy lz4 oath-toolkit leveldb libnl libcap_ng rdkafka 188 cryptsetup sqlite lua icu bzip2
··· 2 , ensureNewerSourcesHook 3 , cmake, pkg-config 4 , which, git 5 + , boost175, xz 6 , libxml2, zlib, lz4 7 , openldap, lttng-ust 8 , babeltrace, gperf ··· 182 ]; 183 184 buildInputs = cryptoLibsMap.${cryptoStr} ++ [ 185 + boost xz ceph-python-env libxml2 optYasm optLibatomic_ops optLibs3 186 malloc zlib openldap lttng-ust babeltrace gperf gtest cunit 187 snappy lz4 oath-toolkit leveldb libnl libcap_ng rdkafka 188 cryptsetup sqlite lua icu bzip2
+5
pkgs/tools/misc/hdf5/default.nix
··· 16 , jdk 17 , usev110Api ? false 18 , threadsafe ? false 19 }: 20 21 # cpp and mpi options are mutually exclusive ··· 89 moveToOutput 'bin/h5fc' "''${!outputDev}" 90 moveToOutput 'bin/h5pcc' "''${!outputDev}" 91 ''; 92 93 meta = { 94 description = "Data model, library, and file format for storing and managing data";
··· 16 , jdk 17 , usev110Api ? false 18 , threadsafe ? false 19 + , python3 20 }: 21 22 # cpp and mpi options are mutually exclusive ··· 90 moveToOutput 'bin/h5fc' "''${!outputDev}" 91 moveToOutput 'bin/h5pcc' "''${!outputDev}" 92 ''; 93 + 94 + passthru.tests = { 95 + inherit (python3.pkgs) h5py; 96 + }; 97 98 meta = { 99 description = "Data model, library, and file format for storing and managing data";
+6 -5
pkgs/tools/networking/termscp/default.nix
··· 1 { lib 2 , dbus 3 , fetchFromGitHub 4 , openssl ··· 8 , Cocoa 9 , Foundation 10 , Security 11 - , stdenv 12 }: 13 14 rustPlatform.buildRustPackage rec { 15 pname = "termscp"; 16 - version = "0.10.0"; 17 18 src = fetchFromGitHub { 19 owner = "veeso"; 20 repo = pname; 21 - rev = "v${version}"; 22 - hash = "sha256-AyDENQj73HzNh1moO/KJl7OG80w65XiYmIl8d9/iAtE="; 23 }; 24 25 - cargoHash = "sha256-NgBQvWtwkAvp0V7zWGw+lNAcVqqDMAeNC0KNIBrwjEE="; 26 27 nativeBuildInputs = [ 28 pkg-config ··· 51 meta = with lib; { 52 description = "Terminal tool for file transfer and explorer"; 53 homepage = "https://github.com/veeso/termscp"; 54 license = with licenses; [ mit ]; 55 maintainers = with maintainers; [ fab ]; 56 };
··· 1 { lib 2 + , stdenv 3 , dbus 4 , fetchFromGitHub 5 , openssl ··· 9 , Cocoa 10 , Foundation 11 , Security 12 }: 13 14 rustPlatform.buildRustPackage rec { 15 pname = "termscp"; 16 + version = "0.11.0"; 17 18 src = fetchFromGitHub { 19 owner = "veeso"; 20 repo = pname; 21 + rev = "refs/tags/v${version}"; 22 + hash = "sha256-+5ljnCVbaiqqfXCJjMMInoLjLmZjCIoDkQi9pS6VKpc="; 23 }; 24 25 + cargoHash = "sha256-GoWVDU1XVjbzZlGPEuHucnxcvhf4Rqx/nSEVygD9gCo="; 26 27 nativeBuildInputs = [ 28 pkg-config ··· 51 meta = with lib; { 52 description = "Terminal tool for file transfer and explorer"; 53 homepage = "https://github.com/veeso/termscp"; 54 + changelog = "https://github.com/veeso/termscp/blob/v${version}/CHANGELOG.md"; 55 license = with licenses; [ mit ]; 56 maintainers = with maintainers; [ fab ]; 57 };
+3 -3
pkgs/tools/package-management/nfpm/default.nix
··· 2 3 buildGoModule rec { 4 pname = "nfpm"; 5 - version = "2.25.1"; 6 7 src = fetchFromGitHub { 8 owner = "goreleaser"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-J5vAvF22NKMvvaftfVugWYAP6uM6pcyKEPqRDf+J9A4="; 12 }; 13 14 - vendorHash = "sha256-GaESwr7rvDvjQ7zi/LbndiB2lQGmIELTx7wAJitj5kw="; 15 16 ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "nfpm"; 5 + version = "2.26.0"; 6 7 src = fetchFromGitHub { 8 owner = "goreleaser"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-MRtmfRriHArmzSfSr4Wf3+2wA3sOlHZs2HKQ2d+Bd20="; 12 }; 13 14 + vendorHash = "sha256-UUpi/6R36g6ofnEmn/qxEeJlzM/INYD4FuvRaBZ6pss="; 15 16 ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 17
+3 -2
pkgs/tools/security/ioccheck/default.nix
··· 44 owner = "ranguli"; 45 repo = pname; 46 rev = "db02d921e2519b77523a200ca2d78417802463db"; 47 - sha256 = "0lgqypcd5lzb2yqd5lr02pba24m26ghly4immxgz13svi8f6vzm9"; 48 }; 49 50 nativeBuildInputs = with py.pkgs; [ ··· 76 --replace '"hurry.filesize" = "^0.9"' "" \ 77 --replace 'vt-py = ">=0.6.1,<0.8.0"' 'vt-py = ">=0.6.1"' \ 78 --replace 'backoff = "^1.10.0"' 'backoff = ">=1.10.0"' \ 79 - --replace 'termcolor = "^1.1.0"' 'termcolor = "*"' 80 ''; 81 82 pythonImportsCheck = [
··· 44 owner = "ranguli"; 45 repo = pname; 46 rev = "db02d921e2519b77523a200ca2d78417802463db"; 47 + hash = "sha256-qf5tHIpbj/BfrzUST+EzohKh1hUg09KwF+vT0tj1+FE="; 48 }; 49 50 nativeBuildInputs = with py.pkgs; [ ··· 76 --replace '"hurry.filesize" = "^0.9"' "" \ 77 --replace 'vt-py = ">=0.6.1,<0.8.0"' 'vt-py = ">=0.6.1"' \ 78 --replace 'backoff = "^1.10.0"' 'backoff = ">=1.10.0"' \ 79 + --replace 'termcolor = "^1.1.0"' 'termcolor = "*"' \ 80 + --replace 'tabulate = "^0.8.9"' 'tabulate = "*"' 81 ''; 82 83 pythonImportsCheck = [
+2 -2
pkgs/tools/virtualization/google-guest-oslogin/default.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "google-guest-oslogin"; 13 - version = "20230202.00"; 14 15 src = fetchFromGitHub { 16 owner = "GoogleCloudPlatform"; 17 repo = "guest-oslogin"; 18 rev = version; 19 - sha256 = "sha256-5+8AMm97+GJJYmzKaJ98AtDBwpVXj88d3B8KwZgMpSg="; 20 }; 21 22 postPatch = ''
··· 10 11 stdenv.mkDerivation rec { 12 pname = "google-guest-oslogin"; 13 + version = "20230217.00"; 14 15 src = fetchFromGitHub { 16 owner = "GoogleCloudPlatform"; 17 repo = "guest-oslogin"; 18 rev = version; 19 + sha256 = "sha256-MZpm6JgukqdT8B1qZzKT4tO3LBS8ReoVqRGyY5ykWHw="; 20 }; 21 22 postPatch = ''
+1 -1
pkgs/top-level/all-packages.nix
··· 12549 12550 textadept = callPackage ../applications/editors/textadept { }; 12551 12552 - texworks = libsForQt5.callPackage ../applications/editors/texworks { }; 12553 12554 tf2pulumi = callPackage ../development/tools/tf2pulumi { }; 12555
··· 12549 12550 textadept = callPackage ../applications/editors/textadept { }; 12551 12552 + texworks = qt6Packages.callPackage ../applications/editors/texworks { }; 12553 12554 tf2pulumi = callPackage ../development/tools/tf2pulumi { }; 12555
+2
pkgs/top-level/python-packages.nix
··· 12588 12589 yara-python = callPackage ../development/python-modules/yara-python { }; 12590 12591 yarg = callPackage ../development/python-modules/yarg { }; 12592 12593 yark = callPackage ../development/python-modules/yark { };
··· 12588 12589 yara-python = callPackage ../development/python-modules/yara-python { }; 12590 12591 + yaramod = callPackage ../development/python-modules/yaramod { }; 12592 + 12593 yarg = callPackage ../development/python-modules/yarg { }; 12594 12595 yark = callPackage ../development/python-modules/yark { };