libtoxcore: 0.2.13 -> 0.2.17

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