forked from mirrors/nixpkgs
chiaki: 1.1.3 -> 1.2.1
This commit is contained in:
parent
7777d625b7
commit
97da56664c
|
@ -1,23 +1,23 @@
|
|||
{ lib, mkDerivation, fetchFromGitHub
|
||||
, cmake, ffmpeg_3, libopus, qtbase, qtmultimedia, qtsvg, pkgconfig, protobuf
|
||||
, cmake, ffmpeg, libopus, qtbase, qtmultimedia, qtsvg, pkgconfig, protobuf
|
||||
, python3Packages, SDL2 }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "chiaki";
|
||||
version = "1.1.3";
|
||||
version = "1.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "thestr4ng3r";
|
||||
repo = "chiaki";
|
||||
fetchSubmodules = true;
|
||||
sha256 = "12cb4wpibh077san9rpsmavihf0xy9iqc9zl7y0aagrkl50h19kr";
|
||||
sha256 = "00lzsbjd1w1bhlblgf7zp112sk8ac09c3bzi5ljxbn02mi0an3qp";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake pkgconfig protobuf python3Packages.python python3Packages.protobuf
|
||||
];
|
||||
buildInputs = [ ffmpeg_3 libopus qtbase qtmultimedia qtsvg protobuf SDL2 ];
|
||||
buildInputs = [ ffmpeg libopus qtbase qtmultimedia qtsvg protobuf SDL2 ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue