Skip to content

Commit

Permalink
update toxcore
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 31, 2024
1 parent dd16c19 commit aa65852
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 = "580fb5369ddf32e0302b4eba1344a72ddc13bfa4";
rev = "f38805490705ec3196eebd8613ca3513d5b1cc4c";
fetchSubmodules = true;
sha256 = "sha256-xKG0F6LlCjCWt1YrAMGdqI9WV5NBEjs6+FbApEa1w8I=";
sha256 = "sha256-bvw7C504oCddji/17NcuNJ/ECLOc0s71Z3J7gQKHJoM=";
};
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="580fb5369ddf32e0302b4eba1344a72ddc13bfa4" # 0.2.18 enhanced
TOXCORE_HASH="d12e4100220ddcf877508b7643fd125f8c0b879dd5dd4f984570466464705cc2"
TOXCORE_VERSION="f38805490705ec3196eebd8613ca3513d5b1cc4c" # 0.2.19 enhanced
TOXCORE_HASH="f4bfcbca95e8def4a106c834ee0840bf8fdb8f1976798f44f98345ba1f1c3361"

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 = "580fb5369ddf32e0302b4eba1344a72ddc13bfa4";
rev = "f38805490705ec3196eebd8613ca3513d5b1cc4c";
fetchSubmodules = true;
sha256 = "sha256-xKG0F6LlCjCWt1YrAMGdqI9WV5NBEjs6+FbApEa1w8I=";
sha256 = "sha256-bvw7C504oCddji/17NcuNJ/ECLOc0s71Z3J7gQKHJoM=";
};
patches = [
(fetchpatch {
Expand Down

0 comments on commit aa65852

Please sign in to comment.