Skip to content

Commit

Permalink
update toxcore
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Aug 12, 2023
1 parent 8a0b9f3 commit 3ef0e9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .localrun/docker_it_nixos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ let
src = fetchFromGitHub {
owner = "zoff99";
repo = "c-toxcore";
rev = "ae177c15ebf6705b5a36240bb0a0a6bd15da39ed";
rev = "096c6f016b4b5f27ad80f3ebb6d1fcf52f53e719";
fetchSubmodules = true;
sha256 = "sha256-W2KuHxPUsBwTeQytYpcHH+b+CWaKF9junSz2Hki8bNQ=";
sha256 = "sha256-PqiB7H813LaFnWzCcltU/gMSjSxq+kds5bzyqm31qvM=";
};
patches = [
/workspace/build/buildscripts/patches/tc___ftv2_capabilities.patch
Expand Down
4 changes: 2 additions & 2 deletions buildscripts/download/download_toxcore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
set -euo pipefail

# use toxcore with enhanced ToxAV
TOXCORE_VERSION="ae177c15ebf6705b5a36240bb0a0a6bd15da39ed" # 0.2.18 enhanced
TOXCORE_HASH="a53f5fd036b59f04d66d358bdb40c36e4f1d6b98aaf32dedfddc4191a5abedee"
TOXCORE_VERSION="096c6f016b4b5f27ad80f3ebb6d1fcf52f53e719" # 0.2.18 enhanced
TOXCORE_HASH="b253329b91cb2768883016a6022dde9d117390c17595576f9c8516411810c334"

source "$(dirname "$(realpath "$0")")/common.sh"

Expand Down
4 changes: 2 additions & 2 deletions buildscripts/nixos_qtox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ let
src = fetchFromGitHub {
owner = "zoff99";
repo = "c-toxcore";
rev = "ae177c15ebf6705b5a36240bb0a0a6bd15da39ed";
rev = "096c6f016b4b5f27ad80f3ebb6d1fcf52f53e719";
fetchSubmodules = true;
sha256 = "sha256-W2KuHxPUsBwTeQytYpcHH+b+CWaKF9junSz2Hki8bNQ=";
sha256 = "sha256-PqiB7H813LaFnWzCcltU/gMSjSxq+kds5bzyqm31qvM=";
};
patches = [
(fetchpatch {
Expand Down

0 comments on commit 3ef0e9d

Please sign in to comment.