Loading pkgs/games/chiaki-ng/default.nix +3 −4 Original line number Diff line number Diff line { lib , fetchFromGitHub , fetchpatch2 , stdenv , cmake , pkg-config Loading Loading @@ -36,13 +35,13 @@ stdenv.mkDerivation rec { pname = "chiaki-ng"; version = "1.7.4"; version = "1.8.1"; src = fetchFromGitHub { owner = "streetpea"; repo = "chiaki-ng"; rev = "v${version}"; hash = "sha256-9EF+Mm6nZeo3XYH8KO7e22cJ4e9TWUEinhkm+Z213RU="; hash = "sha256-wYshjduufxTxLzU2462ZRCj9WP/PZoJUOC/kGzus8ew="; fetchSubmodules = true; }; Loading Loading @@ -114,7 +113,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://streetpea.github.io/chiaki-ng/"; description = "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck"; description = "Next-Generation of Chiaki (the open-source remote play client for PlayStation)"; # Includes OpenSSL linking exception that we currently have no way # to represent. # Loading pkgs/top-level/all-packages.nix +10 −1 Original line number Diff line number Diff line Loading @@ -35928,7 +35928,16 @@ with pkgs; chiaki = libsForQt5.callPackage ../games/chiaki { }; chiaki-ng = kdePackages.callPackage ../games/chiaki-ng { }; chiaki-ng = kdePackages.callPackage ../games/chiaki-ng { libplacebo = libplacebo.overrideAttrs (old: { version = "6.338.2-unstable-2024-01-29"; src = old.src.override { # broken with 7.349.0 -- pinning to rev used by upstream https://github.com/streetpea/chiaki-ng/blob/96d535db41bb9c3b37fbffcf2402d51e891ff960/scripts/build-libplacebo.sh#L9 rev = "c320f61e601caef2be081ce61138e5d51c1be21d"; hash = "sha256-ZlKYgWz/Rkp4IPt6cJ+KNnzBB2s8jGZEamSAOIGyDuE="; }; }); }; chromium-bsu = callPackage ../games/chromium-bsu { }; Loading
pkgs/games/chiaki-ng/default.nix +3 −4 Original line number Diff line number Diff line { lib , fetchFromGitHub , fetchpatch2 , stdenv , cmake , pkg-config Loading Loading @@ -36,13 +35,13 @@ stdenv.mkDerivation rec { pname = "chiaki-ng"; version = "1.7.4"; version = "1.8.1"; src = fetchFromGitHub { owner = "streetpea"; repo = "chiaki-ng"; rev = "v${version}"; hash = "sha256-9EF+Mm6nZeo3XYH8KO7e22cJ4e9TWUEinhkm+Z213RU="; hash = "sha256-wYshjduufxTxLzU2462ZRCj9WP/PZoJUOC/kGzus8ew="; fetchSubmodules = true; }; Loading Loading @@ -114,7 +113,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://streetpea.github.io/chiaki-ng/"; description = "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck"; description = "Next-Generation of Chiaki (the open-source remote play client for PlayStation)"; # Includes OpenSSL linking exception that we currently have no way # to represent. # Loading
pkgs/top-level/all-packages.nix +10 −1 Original line number Diff line number Diff line Loading @@ -35928,7 +35928,16 @@ with pkgs; chiaki = libsForQt5.callPackage ../games/chiaki { }; chiaki-ng = kdePackages.callPackage ../games/chiaki-ng { }; chiaki-ng = kdePackages.callPackage ../games/chiaki-ng { libplacebo = libplacebo.overrideAttrs (old: { version = "6.338.2-unstable-2024-01-29"; src = old.src.override { # broken with 7.349.0 -- pinning to rev used by upstream https://github.com/streetpea/chiaki-ng/blob/96d535db41bb9c3b37fbffcf2402d51e891ff960/scripts/build-libplacebo.sh#L9 rev = "c320f61e601caef2be081ce61138e5d51c1be21d"; hash = "sha256-ZlKYgWz/Rkp4IPt6cJ+KNnzBB2s8jGZEamSAOIGyDuE="; }; }); }; chromium-bsu = callPackage ../games/chromium-bsu { };