summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-10-24 23:10:39 -0400
committerGitHub <noreply@github.com>2020-10-24 23:10:39 -0400
commit1e03f690bbf3e2cf4894e72861888296f14bc118 (patch)
treefc969395c9a0af5ae01464c91acc202e115d240c /pkgs
parent64a620f8d333ef5127e7ce3a9a916a38452bb538 (diff)
parent890fb4677f34dea2c7c45db048c22fca2150cd44 (diff)
Merge pull request #101596 from delroth/chiaki-1.3.0
chiaki: 1.2.1 -> 1.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/chiaki/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/games/chiaki/default.nix b/pkgs/games/chiaki/default.nix
index be4ec7b73b49..27dde97ead7b 100644
--- a/pkgs/games/chiaki/default.nix
+++ b/pkgs/games/chiaki/default.nix
@@ -4,14 +4,14 @@
mkDerivation rec {
pname = "chiaki";
- version = "1.2.1";
+ version = "1.3.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "thestr4ng3r";
repo = "chiaki";
fetchSubmodules = true;
- sha256 = "00lzsbjd1w1bhlblgf7zp112sk8ac09c3bzi5ljxbn02mi0an3qp";
+ sha256 = "07w7srxxr8zjp91p5n1sqf4j8lljfrm78lz1m15s2nzlm579015h";
};
nativeBuildInputs = [
@@ -20,6 +20,7 @@ mkDerivation rec {
buildInputs = [ ffmpeg libopus qtbase qtmultimedia qtsvg protobuf SDL2 ];
doCheck = true;
+ installCheckPhase = "$out/bin/chiaki --help";
meta = with lib; {
homepage = "https://github.com/thestr4ng3r/chiaki";