Skip to content

Commit

Permalink
chiaki-ng: 1.8.1 -> 1.9.0 (#343258)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Oct 4, 2024
2 parents 1cb36be + dc7d86c commit 23fb9a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/chiaki-ng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down
11 changes: 1 addition & 10 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 23fb9a8

Please sign in to comment.