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 43bd337ae500..9acb5966b8ea 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/v7h10spzzxx6z5y5vrx8nwwv1lyrrp1l-libjpeg-turbo-2.1.5.1/lib/libturbojpeg.so -- Using Turbo JPEG library: /nix/store/v7h10spzzxx6z5y5vrx8nwwv1lyrrp1l-libjpeg-turbo-2.1.5.1/lib/libturbojpeg.so -- Found X11: /nix/store/bp4a3z0drfr8s0dxw69wrsnxhk78psa8-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/y8f8j7nb52l30cg8x0clk9k91fpi224v-libX11-1.8.7/lib/libX11.so;/nix/store/2sr0r9cw0vz9q7yddqpj5f83ixgn82jc-libXext-1.3.5/lib/libXext.so -- Looking for XOpenDisplay in /nix/store/y8f8j7nb52l30cg8x0clk9k91fpi224v-libX11-1.8.7/lib/libX11.so;/nix/store/2sr0r9cw0vz9q7yddqpj5f83ixgn82jc-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/np0vlmiynq5mqlgydippjs7ymrqlxamx-libxcb-1.16/lib/libxcb.so (found version "") -- Found XCB_RENDER: /nix/store/np0vlmiynq5mqlgydippjs7ymrqlxamx-libxcb-1.16/lib/libxcb-render.so (found version "") -- Found XCB_SHM: /nix/store/np0vlmiynq5mqlgydippjs7ymrqlxamx-libxcb-1.16/lib/libxcb-shm.so (found version "") -- Found XCB_IMAGE: /nix/store/hyygh8ccqfa45mx9msidl5mb7piswbm5-xcb-util-image-0.4.1/lib/libxcb-image.so (found version "") -- Found XCB_RANDR: /nix/store/np0vlmiynq5mqlgydippjs7ymrqlxamx-libxcb-1.16/lib/libxcb-randr.so (found version "") -- Found XCB: /nix/store/np0vlmiynq5mqlgydippjs7ymrqlxamx-libxcb-1.16/lib/libxcb.so;/nix/store/np0vlmiynq5mqlgydippjs7ymrqlxamx-libxcb-1.16/lib/libxcb-render.so;/nix/store/np0vlmiynq5mqlgydippjs7ymrqlxamx-libxcb-1.16/lib/libxcb-shm.so;/nix/store/hyygh8ccqfa45mx9msidl5mb7piswbm5-xcb-util-image-0.4.1/lib/libxcb-image.so;/nix/store/np0vlmiynq5mqlgydippjs7ymrqlxamx-libxcb-1.16/lib/libxcb-randr.so found components: SHM IMAGE RENDER RANDR CMake Error at /nix/store/4vq5ggsg1vmfs09r4sqbidmgvqlxrv14-cmake-3.27.8/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) Call Stack (most recent call first): /nix/store/4vq5ggsg1vmfs09r4sqbidmgvqlxrv14-cmake-3.27.8/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/4vq5ggsg1vmfs09r4sqbidmgvqlxrv14-cmake-3.27.8/share/cmake-3.27/Modules/FindALSA.cmake:62 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) libsrc/grabber/audio/CMakeLists.txt:23 (find_package)  -- Configuring incomplete, errors occurred!