Skip to content

Commit

Permalink
update toxcore
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 19, 2023
1 parent 3ef0e9d commit 331e763
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 = "096c6f016b4b5f27ad80f3ebb6d1fcf52f53e719";
rev = "18c170b5210c50f402525c56fa02ad17ba04e399";
fetchSubmodules = true;
sha256 = "sha256-PqiB7H813LaFnWzCcltU/gMSjSxq+kds5bzyqm31qvM=";
sha256 = "sha256-gBQyCRUTPoT6cJgx6TWUUjxpGQ5wGK+dvljZIGR0zp4=";
};
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="096c6f016b4b5f27ad80f3ebb6d1fcf52f53e719" # 0.2.18 enhanced
TOXCORE_HASH="b253329b91cb2768883016a6022dde9d117390c17595576f9c8516411810c334"
TOXCORE_VERSION="18c170b5210c50f402525c56fa02ad17ba04e399" # 0.2.18 enhanced
TOXCORE_HASH="ef37b174c1b92b57e9aef5e7ad725405d5c16370af69c61cac1911f36ceefb86"

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 = "096c6f016b4b5f27ad80f3ebb6d1fcf52f53e719";
rev = "18c170b5210c50f402525c56fa02ad17ba04e399";
fetchSubmodules = true;
sha256 = "sha256-PqiB7H813LaFnWzCcltU/gMSjSxq+kds5bzyqm31qvM=";
sha256 = "sha256-gBQyCRUTPoT6cJgx6TWUUjxpGQ5wGK+dvljZIGR0zp4=";
};
patches = [
(fetchpatch {
Expand Down

0 comments on commit 331e763

Please sign in to comment.