indilib, indi-3rdparty: 2.1.2.1 -> 2.1.3

Changelogs:
https://github.com/indilib/indi/releases/tag/v2.1.3
https://github.com/indilib/indi-3rdparty/releases/tag/v2.1.3

+5 -31
+2 -2
pkgs/development/libraries/science/astronomy/indilib/default.nix
··· 21 21 22 22 stdenv.mkDerivation (finalAttrs: { 23 23 pname = "indilib"; 24 - version = "2.1.2.1"; 24 + version = "2.1.3"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "indilib"; 28 28 repo = "indi"; 29 29 rev = "v${finalAttrs.version}"; 30 - hash = "sha256-EaLmwPyoQfdTUURKb6bBhg9kz7wSEzRdH3QQkayJDjA="; 30 + hash = "sha256-Y2JmlboNU7e2Whvv6snd8Qgotr+AAkUkAd9qCORZoI0="; 31 31 }; 32 32 33 33 nativeBuildInputs = [
+3 -29
pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix
··· 45 45 owner = "indilib"; 46 46 repo = "indi-3rdparty"; 47 47 rev = "v${indilib.version}"; 48 - hash = "sha256-WYvinfAbMxgF5Q9iB/itQTMsVmG83lY45JriUo3kzFg="; 48 + hash = "sha256-REmeIP0Cl5FfwUnL40u0dqZaJugBlLGT/Bts5j1bvgw="; 49 49 }; 50 50 51 51 buildIndi3rdParty = ··· 120 120 // meta; 121 121 } 122 122 ); 123 - 124 - libahp-gt = buildIndi3rdParty { 125 - pname = "libahp-gt"; 126 - meta = with lib; { 127 - license = licenses.unfreeRedistributable; 128 - platforms = with platforms; x86_64 ++ aarch64 ++ i686 ++ arm; 129 - }; 130 - }; 131 - 132 - # broken: needs libdfu 133 - libahp-xc = buildIndi3rdParty { 134 - pname = "libahp-xc"; 135 - buildInputs = [ 136 - libusb-compat-0_1 137 - urjtag 138 - libftdi1 139 - ]; 140 - meta = with lib; { 141 - license = licenses.unfreeRedistributable; 142 - broken = true; 143 - platforms = [ ]; 144 - }; 145 - }; 146 123 147 124 libaltaircam = buildIndi3rdParty { 148 125 pname = "libaltaircam"; ··· 505 482 buildInputs = [ 506 483 cfitsio 507 484 indilib 508 - libahp-xc 509 485 libnova 510 486 zlib 511 487 ]; 512 488 meta = { 513 - platforms = libahp-xc.meta.platforms; 514 - # libahc-xc needs libdfu, which is not packaged 489 + platforms = [ ]; 490 + # libahc-xc not packaged 515 491 broken = true; 516 492 }; 517 493 }; ··· 677 653 indilib 678 654 gsl 679 655 gtest 680 - libahp-gt 681 656 libnova 682 657 zlib 683 658 ]; 684 - meta.platforms = libahp-gt.meta.platforms; 685 659 }; 686 660 687 661 indi-ffmv = buildIndi3rdParty {