libtoxcore: 0.2.13 -> 0.2.17

This commit is contained in:
Alexander Bakker 2022-03-20 19:05:35 +01:00
parent e335b5e223
commit 395a39c551
2 changed files with 4 additions and 3 deletions

View file

@ -53,7 +53,7 @@ in {
}; };
libtoxcore_0_2 = generic { libtoxcore_0_2 = generic {
version = "0.2.13"; version = "0.2.17";
sha256 = "0a1cp00bnxl3q4l74yqp4aa6fg9slz4rg4lfzkl3khvmm6nzckds"; sha256 = "sha256-SOI6QKOSt/EK9JDrSaV6CrD5sx8aYb5ZL3StYq8u/Dg=";
}; };
} }

View file

@ -9,6 +9,7 @@
, libsodium , libsodium
, libtoxcore , libtoxcore
, libvpx , libvpx
, msgpack
, pkg-config , pkg-config
, python3 , python3
, python3Packages , python3Packages
@ -27,7 +28,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cscope git pkg-config ]; nativeBuildInputs = [ cscope git pkg-config ];
buildInputs = [ libopus libtoxcore libsodium libevent libvpx python3 ]; buildInputs = [ libopus libtoxcore libsodium libevent libvpx msgpack python3 ];
pythonBuildInputs = with python3Packages; [ pythonBuildInputs = with python3Packages; [
jinja2 jinja2