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
This commit is contained in:
Linus Karl
2025-04-07 20:42:34 +02:00
parent 48382072d0
commit 511d79aec4
2 changed files with 5 additions and 31 deletions
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "indilib";
version = "2.1.2.1";
version = "2.1.3";
src = fetchFromGitHub {
owner = "indilib";
repo = "indi";
rev = "v${finalAttrs.version}";
hash = "sha256-EaLmwPyoQfdTUURKb6bBhg9kz7wSEzRdH3QQkayJDjA=";
hash = "sha256-Y2JmlboNU7e2Whvv6snd8Qgotr+AAkUkAd9qCORZoI0=";
};
nativeBuildInputs = [
@@ -45,7 +45,7 @@ let
owner = "indilib";
repo = "indi-3rdparty";
rev = "v${indilib.version}";
hash = "sha256-WYvinfAbMxgF5Q9iB/itQTMsVmG83lY45JriUo3kzFg=";
hash = "sha256-REmeIP0Cl5FfwUnL40u0dqZaJugBlLGT/Bts5j1bvgw=";
};
buildIndi3rdParty =
@@ -121,29 +121,6 @@ let
}
);
libahp-gt = buildIndi3rdParty {
pname = "libahp-gt";
meta = with lib; {
license = licenses.unfreeRedistributable;
platforms = with platforms; x86_64 ++ aarch64 ++ i686 ++ arm;
};
};
# broken: needs libdfu
libahp-xc = buildIndi3rdParty {
pname = "libahp-xc";
buildInputs = [
libusb-compat-0_1
urjtag
libftdi1
];
meta = with lib; {
license = licenses.unfreeRedistributable;
broken = true;
platforms = [ ];
};
};
libaltaircam = buildIndi3rdParty {
pname = "libaltaircam";
meta = with lib; {
@@ -505,13 +482,12 @@ in
buildInputs = [
cfitsio
indilib
libahp-xc
libnova
zlib
];
meta = {
platforms = libahp-xc.meta.platforms;
# libahc-xc needs libdfu, which is not packaged
platforms = [ ];
# libahc-xc not packaged
broken = true;
};
};
@@ -677,11 +653,9 @@ in
indilib
gsl
gtest
libahp-gt
libnova
zlib
];
meta.platforms = libahp-gt.meta.platforms;
};
indi-ffmv = buildIndi3rdParty {