libtoxcore: 0.2.13 -> 0.2.17

+4 -3
+2 -2
pkgs/development/libraries/libtoxcore/default.nix
··· 53 53 }; 54 54 55 55 libtoxcore_0_2 = generic { 56 - version = "0.2.13"; 57 - sha256 = "0a1cp00bnxl3q4l74yqp4aa6fg9slz4rg4lfzkl3khvmm6nzckds"; 56 + version = "0.2.17"; 57 + sha256 = "sha256-SOI6QKOSt/EK9JDrSaV6CrD5sx8aYb5ZL3StYq8u/Dg="; 58 58 }; 59 59 }
+2 -1
pkgs/tools/networking/tuntox/default.nix
··· 9 9 , libsodium 10 10 , libtoxcore 11 11 , libvpx 12 + , msgpack 12 13 , pkg-config 13 14 , python3 14 15 , python3Packages ··· 27 28 28 29 nativeBuildInputs = [ cscope git pkg-config ]; 29 30 30 - buildInputs = [ libopus libtoxcore libsodium libevent libvpx python3 ]; 31 + buildInputs = [ libopus libtoxcore libsodium libevent libvpx msgpack python3 ]; 31 32 32 33 pythonBuildInputs = with python3Packages; [ 33 34 jinja2