Loading pkgs/applications/video/hyperion-ng/default.nix +4 −3 Original line number Diff line number Diff line { 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 Loading @@ -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 Loading @@ -23,6 +23,7 @@ stdenv.mkDerivation rec { }; buildInputs = [ alsa-lib hidapi libusb1 libX11 Loading pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/applications/video/hyperion-ng/default.nix +4 −3 Original line number Diff line number Diff line { 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 Loading @@ -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 Loading @@ -23,6 +23,7 @@ stdenv.mkDerivation rec { }; buildInputs = [ alsa-lib hidapi libusb1 libX11 Loading
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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 { };