File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1818set -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
2424source " $( dirname " $( realpath " $0 " ) " ) /common.sh"
2525
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments