libtoxcore: 0.2.13 -> 0.2.17

main
Alexander Bakker 2 years ago
parent e335b5e223
commit 395a39c551
  1. 4
      pkgs/development/libraries/libtoxcore/default.nix
  2. 3
      pkgs/tools/networking/tuntox/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=";
};
}

@ -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

Loading…
Cancel
Save