hyperion-ng: 2.0.14 -> 2.0.16

This commit is contained in:
Alyssa Ross 2024-09-05 11:26:22 +02:00
parent 12228ff175
commit b745b4f77c
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub
, cmake, wrapQtAppsHook, perl
, flatbuffers, protobuf, mbedtls
, hidapi, libcec, libusb1
, alsa-lib, hidapi, libcec, libusb1
, libX11, libxcb, libXrandr, python3
, qtbase, qtserialport, qtsvg, qtx11extras
, withRPiDispmanx ? false, libraspberrypi
@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "hyperion.ng";
version = "2.0.14";
version = "2.0.16";
src = fetchFromGitHub {
owner = "hyperion-project";
repo = pname;
rev = version;
hash = "sha256-Y1PZ+YyPMZEX4fBpMG6IVT1gtXR9ZHlavJMCQ4KAenc=";
hash = "sha256-nQPtJw9DOKMPGI5trxZxpP+z2PYsbRKqOQEyaGzvmmA=";
# needed for `dependencies/external/`:
# * rpi_ws281x` - not possible to use as a "system" lib
# * qmdnsengine - not in nixpkgs yet
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
alsa-lib
hidapi
libusb1
libX11

View File

@ -30663,9 +30663,7 @@ with pkgs;
hydroxide = callPackage ../applications/networking/hydroxide { };
hyperion-ng = libsForQt5.callPackage ../applications/video/hyperion-ng {
protobuf = protobuf_21;
};
hyperion-ng = libsForQt5.callPackage ../applications/video/hyperion-ng { };
hyperledger-fabric = callPackage ../tools/misc/hyperledger-fabric { };