diff options
| author | Robert Scott <code@humanleg.org.uk> | 2022-03-23 22:00:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-23 22:00:49 +0000 |
| commit | 34bd6156cd8a9f797c9e7d4508aab23400a77e38 (patch) | |
| tree | 65b029b4cae5935a293763867582cafb25c0fbce | |
| parent | Merge pull request #165514 from NixOS/mfcl2750 (diff) | |
| parent | libtoxcore: 0.2.13 -> 0.2.17 (diff) | |
| download | nixpkgs-34bd6156cd8a9f797c9e7d4508aab23400a77e38.tar.gz | |
Merge pull request #165007 from alexbakker/libtoxcore-update
libtoxcore: 0.2.13 -> 0.2.17
| -rw-r--r-- | pkgs/development/libraries/libtoxcore/default.nix | 4 | ||||
| -rw-r--r-- | pkgs/tools/networking/tuntox/default.nix | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libtoxcore/default.nix b/pkgs/development/libraries/libtoxcore/default.nix index 10cc499d09d6..5d97a263b880 100644 --- a/pkgs/development/libraries/libtoxcore/default.nix +++ b/pkgs/development/libraries/libtoxcore/default.nix @@ -53,7 +53,7 @@ in { }; libtoxcore_0_2 = generic { - version = "0.2.13"; - sha256 = "0a1cp00bnxl3q4l74yqp4aa6fg9slz4rg4lfzkl3khvmm6nzckds"; + version = "0.2.17"; + sha256 = "sha256-SOI6QKOSt/EK9JDrSaV6CrD5sx8aYb5ZL3StYq8u/Dg="; }; } diff --git a/pkgs/tools/networking/tuntox/default.nix b/pkgs/tools/networking/tuntox/default.nix index 8870f0e32ce7..6df9f724500d 100644 --- a/pkgs/tools/networking/tuntox/default.nix +++ b/pkgs/tools/networking/tuntox/default.nix @@ -9,6 +9,7 @@ , libsodium , libtoxcore , libvpx +, msgpack , pkg-config , python3 , python3Packages @@ -27,7 +28,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cscope git pkg-config ]; - buildInputs = [ libopus libtoxcore libsodium libevent libvpx python3 ]; + buildInputs = [ libopus libtoxcore libsodium libevent libvpx msgpack python3 ]; pythonBuildInputs = with python3Packages; [ jinja2 |
