Skip to content

Commit

Permalink
update toxcore
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 15, 2023
1 parent a7050f9 commit 343c1f7
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 = "4eab66d6ceb3c8feeedbb8cb8d91f9fe557ac3d7";
rev = "ae177c15ebf6705b5a36240bb0a0a6bd15da39ed";
fetchSubmodules = true;
sha256 = "sha256-sDbFpWt05e5VgrIFWsO9HIZxl/KKCv1z1JWc6Gq9wMg=";
sha256 = "sha256-W2KuHxPUsBwTeQytYpcHH+b+CWaKF9junSz2Hki8bNQ=";
};
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="4eab66d6ceb3c8feeedbb8cb8d91f9fe557ac3d7" # 0.2.18 enhanced
TOXCORE_HASH="3035c90fd3a066cfd98be16a2057378c60c84f3f69b88924eb850f90509a80b9"
TOXCORE_VERSION="ae177c15ebf6705b5a36240bb0a0a6bd15da39ed" # 0.2.18 enhanced
TOXCORE_HASH="a53f5fd036b59f04d66d358bdb40c36e4f1d6b98aaf32dedfddc4191a5abedee"

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 = "4eab66d6ceb3c8feeedbb8cb8d91f9fe557ac3d7";
rev = "ae177c15ebf6705b5a36240bb0a0a6bd15da39ed";
fetchSubmodules = true;
sha256 = "sha256-sDbFpWt05e5VgrIFWsO9HIZxl/KKCv1z1JWc6Gq9wMg=";
sha256 = "sha256-W2KuHxPUsBwTeQytYpcHH+b+CWaKF9junSz2Hki8bNQ=";
};
patches = [
(fetchpatch {
Expand Down

0 comments on commit 343c1f7

Please sign in to comment.