Merge pull request #101596 from delroth/chiaki-1.3.0

chiaki: 1.2.1 -> 1.3.0
This commit is contained in:
Benjamin Hipple 2020-10-24 23:10:39 -04:00 committed by GitHub
commit 1e03f690bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
mkDerivation rec { mkDerivation rec {
pname = "chiaki"; pname = "chiaki";
version = "1.2.1"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "thestr4ng3r"; owner = "thestr4ng3r";
repo = "chiaki"; repo = "chiaki";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "00lzsbjd1w1bhlblgf7zp112sk8ac09c3bzi5ljxbn02mi0an3qp"; sha256 = "07w7srxxr8zjp91p5n1sqf4j8lljfrm78lz1m15s2nzlm579015h";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -20,6 +20,7 @@ mkDerivation rec {
buildInputs = [ ffmpeg libopus qtbase qtmultimedia qtsvg protobuf SDL2 ]; buildInputs = [ ffmpeg libopus qtbase qtmultimedia qtsvg protobuf SDL2 ];
doCheck = true; doCheck = true;
installCheckPhase = "$out/bin/chiaki --help";
meta = with lib; { meta = with lib; {
homepage = "https://github.com/thestr4ng3r/chiaki"; homepage = "https://github.com/thestr4ng3r/chiaki";