chiaki-ng: 1.8.1 -> 1.9.0 (#343258)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-04 10:00:31 +02:00 committed by GitHub
commit 23fb9a88a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 12 deletions

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "chiaki-ng";
version = "1.8.1";
version = "1.9.0";
src = fetchFromGitHub {
owner = "streetpea";
repo = "chiaki-ng";
rev = "v${version}";
hash = "sha256-wYshjduufxTxLzU2462ZRCj9WP/PZoJUOC/kGzus8ew=";
hash = "sha256-7+AixZu74y1V+rUauVswPzuWX2x6n3MJoM2A2w4zyuI=";
fetchSubmodules = true;
};

View File

@ -34769,16 +34769,7 @@ with pkgs;
chiaki = libsForQt5.callPackage ../games/chiaki { };
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=";
};
});
};
chiaki-ng = kdePackages.callPackage ../games/chiaki-ng { };
clonehero = callPackage ../games/clonehero { };