Merge pull request #251520 from zzzsyyy/flaca

flaca: 2.2.1 -> 2.2.2

authored by

Matthias Beyer and committed by
GitHub
6b4a8998 ed70c310

+73 -100
+71 -98
pkgs/applications/graphics/flaca/Cargo.lock
··· 38 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 39 40 [[package]] 41 name = "bitvec" 42 version = "1.0.1" 43 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 69 70 [[package]] 71 name = "cc" 72 - version = "1.0.79" 73 source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 75 dependencies = [ 76 "jobserver", 77 ] 78 79 [[package]] ··· 152 153 [[package]] 154 name = "dactyl" 155 - version = "0.5.0" 156 source = "registry+https://github.com/rust-lang/crates.io-index" 157 - checksum = "6ee53db074fe946dcfb43408f19964425827d2967f74c5f4509c48a91bd2899f" 158 dependencies = [ 159 "num-traits", 160 ] ··· 177 178 [[package]] 179 name = "either" 180 - version = "1.8.1" 181 source = "registry+https://github.com/rust-lang/crates.io-index" 182 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 183 184 [[package]] 185 name = "errno" 186 - version = "0.3.1" 187 source = "registry+https://github.com/rust-lang/crates.io-index" 188 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 189 dependencies = [ 190 "errno-dragonfly", 191 "libc", ··· 204 205 [[package]] 206 name = "fastrand" 207 - version = "1.9.0" 208 source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 210 - dependencies = [ 211 - "instant", 212 - ] 213 214 [[package]] 215 name = "fdeflate" ··· 222 223 [[package]] 224 name = "flaca" 225 - version = "2.2.1" 226 dependencies = [ 227 "argyle", 228 "cc", ··· 239 240 [[package]] 241 name = "flate2" 242 - version = "1.0.26" 243 source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 245 dependencies = [ 246 "crc32fast", 247 "miniz_oxide", ··· 255 256 [[package]] 257 name = "fyi_msg" 258 - version = "0.11.0" 259 source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "34a6cc16a2874d6da616ed0766edc29ed01f51ed4121f6d8c723d622433f4298" 261 dependencies = [ 262 "ahash", 263 "bytecount", ··· 274 275 [[package]] 276 name = "hermit-abi" 277 - version = "0.2.6" 278 source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 280 - dependencies = [ 281 - "libc", 282 - ] 283 - 284 - [[package]] 285 - name = "hermit-abi" 286 - version = "0.3.1" 287 - source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 289 290 [[package]] 291 name = "image" 292 - version = "0.24.6" 293 source = "registry+https://github.com/rust-lang/crates.io-index" 294 - checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 295 dependencies = [ 296 "bytemuck", 297 "byteorder", ··· 312 ] 313 314 [[package]] 315 - name = "instant" 316 - version = "0.1.12" 317 - source = "registry+https://github.com/rust-lang/crates.io-index" 318 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 319 - dependencies = [ 320 - "cfg-if", 321 - ] 322 - 323 - [[package]] 324 - name = "io-lifetimes" 325 - version = "1.0.11" 326 - source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 328 - dependencies = [ 329 - "hermit-abi 0.3.1", 330 - "libc", 331 - "windows-sys", 332 - ] 333 - 334 - [[package]] 335 name = "itertools" 336 version = "0.10.5" 337 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 351 352 [[package]] 353 name = "libc" 354 - version = "0.2.146" 355 source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 357 358 [[package]] 359 name = "libdeflate-sys" ··· 375 376 [[package]] 377 name = "linux-raw-sys" 378 - version = "0.3.8" 379 source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 381 382 [[package]] 383 name = "log" 384 - version = "0.4.19" 385 source = "registry+https://github.com/rust-lang/crates.io-index" 386 - checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 387 388 [[package]] 389 name = "memoffset" ··· 431 source = "registry+https://github.com/rust-lang/crates.io-index" 432 checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 433 dependencies = [ 434 - "bitflags", 435 "cfg-if", 436 "libc", 437 "static_assertions", ··· 460 461 [[package]] 462 name = "num-traits" 463 - version = "0.2.15" 464 source = "registry+https://github.com/rust-lang/crates.io-index" 465 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 466 dependencies = [ 467 "autocfg", 468 ] 469 470 [[package]] 471 name = "num_cpus" 472 - version = "1.15.0" 473 source = "registry+https://github.com/rust-lang/crates.io-index" 474 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 475 dependencies = [ 476 - "hermit-abi 0.2.6", 477 "libc", 478 ] 479 ··· 503 504 [[package]] 505 name = "png" 506 - version = "0.17.9" 507 source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11" 509 dependencies = [ 510 - "bitflags", 511 "crc32fast", 512 "fdeflate", 513 "flate2", ··· 548 source = "registry+https://github.com/rust-lang/crates.io-index" 549 checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 550 dependencies = [ 551 - "bitflags", 552 ] 553 554 [[package]] ··· 577 578 [[package]] 579 name = "rustix" 580 - version = "0.37.20" 581 source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 583 dependencies = [ 584 - "bitflags", 585 "errno", 586 - "io-lifetimes", 587 "libc", 588 "linux-raw-sys", 589 "windows-sys", ··· 591 592 [[package]] 593 name = "scopeguard" 594 - version = "1.1.0" 595 source = "registry+https://github.com/rust-lang/crates.io-index" 596 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 597 598 [[package]] 599 name = "semver" 600 - version = "1.0.17" 601 source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 603 604 [[package]] 605 name = "simd-adler32" 606 - version = "0.3.5" 607 source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 609 610 [[package]] 611 name = "static_assertions" ··· 621 622 [[package]] 623 name = "tempfile" 624 - version = "3.6.0" 625 source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 627 dependencies = [ 628 - "autocfg", 629 "cfg-if", 630 "fastrand", 631 "redox_syscall", ··· 688 689 [[package]] 690 name = "windows-targets" 691 - version = "0.48.0" 692 source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 694 dependencies = [ 695 "windows_aarch64_gnullvm", 696 "windows_aarch64_msvc", ··· 703 704 [[package]] 705 name = "windows_aarch64_gnullvm" 706 - version = "0.48.0" 707 source = "registry+https://github.com/rust-lang/crates.io-index" 708 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 709 710 [[package]] 711 name = "windows_aarch64_msvc" 712 - version = "0.48.0" 713 source = "registry+https://github.com/rust-lang/crates.io-index" 714 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 715 716 [[package]] 717 name = "windows_i686_gnu" 718 - version = "0.48.0" 719 source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 721 722 [[package]] 723 name = "windows_i686_msvc" 724 - version = "0.48.0" 725 source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 727 728 [[package]] 729 name = "windows_x86_64_gnu" 730 - version = "0.48.0" 731 source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 733 734 [[package]] 735 name = "windows_x86_64_gnullvm" 736 - version = "0.48.0" 737 source = "registry+https://github.com/rust-lang/crates.io-index" 738 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 739 740 [[package]] 741 name = "windows_x86_64_msvc" 742 - version = "0.48.0" 743 source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 745 746 [[package]] 747 name = "write_atomic" 748 - version = "0.3.2" 749 source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "12c8ddcf39a6adf57b643d28dd93e9e04c9f3df6af8aaf924c4c4622172cc103" 751 dependencies = [ 752 "rustix", 753 "tempfile",
··· 38 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 39 40 [[package]] 41 + name = "bitflags" 42 + version = "2.4.0" 43 + source = "registry+https://github.com/rust-lang/crates.io-index" 44 + checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 45 + 46 + [[package]] 47 name = "bitvec" 48 version = "1.0.1" 49 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 75 76 [[package]] 77 name = "cc" 78 + version = "1.0.83" 79 source = "registry+https://github.com/rust-lang/crates.io-index" 80 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 81 dependencies = [ 82 "jobserver", 83 + "libc", 84 ] 85 86 [[package]] ··· 159 160 [[package]] 161 name = "dactyl" 162 + version = "0.5.1" 163 source = "registry+https://github.com/rust-lang/crates.io-index" 164 + checksum = "72f762271c6826d426c3fd2e37aa827fa039596bc7050e9289cb713265be3d7f" 165 dependencies = [ 166 "num-traits", 167 ] ··· 184 185 [[package]] 186 name = "either" 187 + version = "1.9.0" 188 source = "registry+https://github.com/rust-lang/crates.io-index" 189 + checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 190 191 [[package]] 192 name = "errno" 193 + version = "0.3.2" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 + checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 196 dependencies = [ 197 "errno-dragonfly", 198 "libc", ··· 211 212 [[package]] 213 name = "fastrand" 214 + version = "2.0.0" 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 + checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 217 218 [[package]] 219 name = "fdeflate" ··· 226 227 [[package]] 228 name = "flaca" 229 + version = "2.2.2" 230 dependencies = [ 231 "argyle", 232 "cc", ··· 243 244 [[package]] 245 name = "flate2" 246 + version = "1.0.27" 247 source = "registry+https://github.com/rust-lang/crates.io-index" 248 + checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 249 dependencies = [ 250 "crc32fast", 251 "miniz_oxide", ··· 259 260 [[package]] 261 name = "fyi_msg" 262 + version = "0.11.2" 263 source = "registry+https://github.com/rust-lang/crates.io-index" 264 + checksum = "64175e76ad270dcde1566c16eb7d0f6cc2cbb575e5721dbd899e7f3a86b92718" 265 dependencies = [ 266 "ahash", 267 "bytecount", ··· 278 279 [[package]] 280 name = "hermit-abi" 281 + version = "0.3.2" 282 source = "registry+https://github.com/rust-lang/crates.io-index" 283 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 284 285 [[package]] 286 name = "image" 287 + version = "0.24.7" 288 source = "registry+https://github.com/rust-lang/crates.io-index" 289 + checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 290 dependencies = [ 291 "bytemuck", 292 "byteorder", ··· 307 ] 308 309 [[package]] 310 name = "itertools" 311 version = "0.10.5" 312 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 326 327 [[package]] 328 name = "libc" 329 + version = "0.2.147" 330 source = "registry+https://github.com/rust-lang/crates.io-index" 331 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 332 333 [[package]] 334 name = "libdeflate-sys" ··· 350 351 [[package]] 352 name = "linux-raw-sys" 353 + version = "0.4.5" 354 source = "registry+https://github.com/rust-lang/crates.io-index" 355 + checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 356 357 [[package]] 358 name = "log" 359 + version = "0.4.20" 360 source = "registry+https://github.com/rust-lang/crates.io-index" 361 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 362 363 [[package]] 364 name = "memoffset" ··· 406 source = "registry+https://github.com/rust-lang/crates.io-index" 407 checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 408 dependencies = [ 409 + "bitflags 1.3.2", 410 "cfg-if", 411 "libc", 412 "static_assertions", ··· 435 436 [[package]] 437 name = "num-traits" 438 + version = "0.2.16" 439 source = "registry+https://github.com/rust-lang/crates.io-index" 440 + checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 441 dependencies = [ 442 "autocfg", 443 ] 444 445 [[package]] 446 name = "num_cpus" 447 + version = "1.16.0" 448 source = "registry+https://github.com/rust-lang/crates.io-index" 449 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 450 dependencies = [ 451 + "hermit-abi", 452 "libc", 453 ] 454 ··· 478 479 [[package]] 480 name = "png" 481 + version = "0.17.10" 482 source = "registry+https://github.com/rust-lang/crates.io-index" 483 + checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 484 dependencies = [ 485 + "bitflags 1.3.2", 486 "crc32fast", 487 "fdeflate", 488 "flate2", ··· 523 source = "registry+https://github.com/rust-lang/crates.io-index" 524 checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 525 dependencies = [ 526 + "bitflags 1.3.2", 527 ] 528 529 [[package]] ··· 552 553 [[package]] 554 name = "rustix" 555 + version = "0.38.9" 556 source = "registry+https://github.com/rust-lang/crates.io-index" 557 + checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49" 558 dependencies = [ 559 + "bitflags 2.4.0", 560 "errno", 561 "libc", 562 "linux-raw-sys", 563 "windows-sys", ··· 565 566 [[package]] 567 name = "scopeguard" 568 + version = "1.2.0" 569 source = "registry+https://github.com/rust-lang/crates.io-index" 570 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 571 572 [[package]] 573 name = "semver" 574 + version = "1.0.18" 575 source = "registry+https://github.com/rust-lang/crates.io-index" 576 + checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 577 578 [[package]] 579 name = "simd-adler32" 580 + version = "0.3.7" 581 source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 583 584 [[package]] 585 name = "static_assertions" ··· 595 596 [[package]] 597 name = "tempfile" 598 + version = "3.8.0" 599 source = "registry+https://github.com/rust-lang/crates.io-index" 600 + checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 601 dependencies = [ 602 "cfg-if", 603 "fastrand", 604 "redox_syscall", ··· 661 662 [[package]] 663 name = "windows-targets" 664 + version = "0.48.5" 665 source = "registry+https://github.com/rust-lang/crates.io-index" 666 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 667 dependencies = [ 668 "windows_aarch64_gnullvm", 669 "windows_aarch64_msvc", ··· 676 677 [[package]] 678 name = "windows_aarch64_gnullvm" 679 + version = "0.48.5" 680 source = "registry+https://github.com/rust-lang/crates.io-index" 681 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 682 683 [[package]] 684 name = "windows_aarch64_msvc" 685 + version = "0.48.5" 686 source = "registry+https://github.com/rust-lang/crates.io-index" 687 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 688 689 [[package]] 690 name = "windows_i686_gnu" 691 + version = "0.48.5" 692 source = "registry+https://github.com/rust-lang/crates.io-index" 693 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 694 695 [[package]] 696 name = "windows_i686_msvc" 697 + version = "0.48.5" 698 source = "registry+https://github.com/rust-lang/crates.io-index" 699 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 700 701 [[package]] 702 name = "windows_x86_64_gnu" 703 + version = "0.48.5" 704 source = "registry+https://github.com/rust-lang/crates.io-index" 705 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 706 707 [[package]] 708 name = "windows_x86_64_gnullvm" 709 + version = "0.48.5" 710 source = "registry+https://github.com/rust-lang/crates.io-index" 711 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 712 713 [[package]] 714 name = "windows_x86_64_msvc" 715 + version = "0.48.5" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 718 719 [[package]] 720 name = "write_atomic" 721 + version = "0.4.0" 722 source = "registry+https://github.com/rust-lang/crates.io-index" 723 + checksum = "e0ccffd0975630df843ef6124fdfb5032f86b6110d4913b7c85cab7d597dd49f" 724 dependencies = [ 725 "rustix", 726 "tempfile",
+2 -2
pkgs/applications/graphics/flaca/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "flaca"; 5 - version = "2.2.1"; 6 7 src = fetchFromGitHub { 8 owner = "Blobfolio"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-RXMqPpQM2h6EtIIH8Ix31euC7zK3v2QohZqouNlK7rM="; 12 }; 13 14 # upstream does not provide a Cargo.lock
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "flaca"; 5 + version = "2.2.2"; 6 7 src = fetchFromGitHub { 8 owner = "Blobfolio"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-YLJ8jeJhpxmSfF0PObd7FSFdVbEVhHYIaUJusAIEIx4="; 12 }; 13 14 # upstream does not provide a Cargo.lock