Skip to content

Commit aa65852

Browse files
committed
update toxcore
1 parent dd16c19 commit aa65852

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.localrun/docker_it_nixos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ let
4242
src = fetchFromGitHub {
4343
owner = "zoff99";
4444
repo = "c-toxcore";
45-
rev = "580fb5369ddf32e0302b4eba1344a72ddc13bfa4";
45+
rev = "f38805490705ec3196eebd8613ca3513d5b1cc4c";
4646
fetchSubmodules = true;
47-
sha256 = "sha256-xKG0F6LlCjCWt1YrAMGdqI9WV5NBEjs6+FbApEa1w8I=";
47+
sha256 = "sha256-bvw7C504oCddji/17NcuNJ/ECLOc0s71Z3J7gQKHJoM=";
4848
};
4949
patches = [
5050
/workspace/build/buildscripts/patches/tc___ftv2_capabilities.patch

buildscripts/download/download_toxcore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
set -euo pipefail
1919

2020
# use toxcore with enhanced ToxAV
21-
TOXCORE_VERSION="580fb5369ddf32e0302b4eba1344a72ddc13bfa4" # 0.2.18 enhanced
22-
TOXCORE_HASH="d12e4100220ddcf877508b7643fd125f8c0b879dd5dd4f984570466464705cc2"
21+
TOXCORE_VERSION="f38805490705ec3196eebd8613ca3513d5b1cc4c" # 0.2.19 enhanced
22+
TOXCORE_HASH="f4bfcbca95e8def4a106c834ee0840bf8fdb8f1976798f44f98345ba1f1c3361"
2323

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

buildscripts/nixos_qtox.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ let
1111
src = fetchFromGitHub {
1212
owner = "zoff99";
1313
repo = "c-toxcore";
14-
rev = "580fb5369ddf32e0302b4eba1344a72ddc13bfa4";
14+
rev = "f38805490705ec3196eebd8613ca3513d5b1cc4c";
1515
fetchSubmodules = true;
16-
sha256 = "sha256-xKG0F6LlCjCWt1YrAMGdqI9WV5NBEjs6+FbApEa1w8I=";
16+
sha256 = "sha256-bvw7C504oCddji/17NcuNJ/ECLOc0s71Z3J7gQKHJoM=";
1717
};
1818
patches = [
1919
(fetchpatch {

0 commit comments

Comments
 (0)