hyperion-ng 2.0.14 -> 2.0.15 https://github.com/hyperion-project/hyperion.ng/releases attrpath: hyperion-ng Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/video/hyperion-ng/default.nix b/pkgs/applications/video/hyperion-ng/default.nix index a1eb4086e89c..347ca55740b6 100644 --- a/pkgs/applications/video/hyperion-ng/default.nix +++ b/pkgs/applications/video/hyperion-ng/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "hyperion.ng"; - version = "2.0.14"; + version = "2.0.15"; src = fetchFromGitHub { owner = "hyperion-project"; repo = pname; rev = version; - sha256 = "sha256-Y1PZ+YyPMZEX4fBpMG6IVT1gtXR9ZHlavJMCQ4KAenc="; + sha256 = "sha256-LbR9BjNQ83QiUj7iKBupfCPPqRGm7ixdDWY4i75GMSI="; # needed for `dependencies/external/`: # * rpi_ws281x` - not possible to use as a "system" lib # * qmdnsengine - not in nixpkgs yet Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A hyperion-ng nix build failed. -- Found TurboJPEG: /nix/store/br495zx8bp47sggqfqxmvr3riqwxsyij-libjpeg-turbo-2.1.5.1/lib/libturbojpeg.so -- Using Turbo JPEG library: /nix/store/br495zx8bp47sggqfqxmvr3riqwxsyij-libjpeg-turbo-2.1.5.1/lib/libturbojpeg.so -- Found X11: /nix/store/i577141cp6125c2cqbixnwz7gi5gvp3g-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/sk3yadd1ah9qw0n6k4zgigw6k93hc1gr-libX11-1.8.6/lib/libX11.so;/nix/store/5wvz9431cdblb0jvzywk240i9kvffl8q-libXext-1.3.5/lib/libXext.so -- Looking for XOpenDisplay in /nix/store/sk3yadd1ah9qw0n6k4zgigw6k93hc1gr-libX11-1.8.6/lib/libX11.so;/nix/store/5wvz9431cdblb0jvzywk240i9kvffl8q-libXext-1.3.5/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- XCB: SHM requires XCB -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found XCB_XCB: /nix/store/ir5iy6226s3yd7al697j20082q45242a-libxcb-1.15/lib/libxcb.so (found version "") -- Found XCB_RENDER: /nix/store/ir5iy6226s3yd7al697j20082q45242a-libxcb-1.15/lib/libxcb-render.so (found version "") -- Found XCB_SHM: /nix/store/ir5iy6226s3yd7al697j20082q45242a-libxcb-1.15/lib/libxcb-shm.so (found version "") -- Found XCB_IMAGE: /nix/store/1386gaa0hi1n1vgbk497mfgmv7bhgx4x-xcb-util-image-0.4.1/lib/libxcb-image.so (found version "") -- Found XCB_RANDR: /nix/store/ir5iy6226s3yd7al697j20082q45242a-libxcb-1.15/lib/libxcb-randr.so (found version "") -- Found XCB: /nix/store/ir5iy6226s3yd7al697j20082q45242a-libxcb-1.15/lib/libxcb.so;/nix/store/ir5iy6226s3yd7al697j20082q45242a-libxcb-1.15/lib/libxcb-render.so;/nix/store/ir5iy6226s3yd7al697j20082q45242a-libxcb-1.15/lib/libxcb-shm.so;/nix/store/1386gaa0hi1n1vgbk497mfgmv7bhgx4x-xcb-util-image-0.4.1/lib/libxcb-image.so;/nix/store/ir5iy6226s3yd7al697j20082q45242a-libxcb-1.15/lib/libxcb-randr.so found components: SHM IMAGE RENDER RANDR CMake Error at /nix/store/wjbqjwmnbi24qsvfh589my84fjr8wa3l-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) Call Stack (most recent call first): /nix/store/wjbqjwmnbi24qsvfh589my84fjr8wa3l-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/wjbqjwmnbi24qsvfh589my84fjr8wa3l-cmake-3.26.4/share/cmake-3.26/Modules/FindALSA.cmake:62 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) libsrc/grabber/audio/CMakeLists.txt:23 (find_package)  -- Configuring incomplete, errors occurred!