diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index da395635d8..ccb8472151 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -1015,7 +1015,7 @@ export DESTDIR=/usr/src/tlottie-cache git init tlottie cd tlottie git remote add origin https://github.com/dkaraush/tlottie.git -git fetch --depth=1 origin 758c7cb74444f1c3c9923065c40fdb3aad8b7d60 +git fetch --depth=1 origin 8ca87fc25a6ae5cbea4237feb5bae37940f37ae4 git reset --hard FETCH_HEAD cargo rustc --lib --release --locked \ --features c-api --crate-type staticlib \ diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 0eca76c070..a57870e2e0 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1928,7 +1928,7 @@ release: stage('tlottie', """ git clone https://github.com/dkaraush/tlottie.git cd tlottie - git checkout 758c7cb744 + git checkout 8ca87fc25a win: SET "RUSTUP_HOME=%THIRDPARTY_DIR%\\rust\\rustup" SET "CARGO_HOME=%THIRDPARTY_DIR%\\rust\\cargo" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ad405197c3..53598d21ae 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -476,7 +476,7 @@ parts: tlottie: source: https://github.com/dkaraush/tlottie.git source-depth: 1 - source-commit: 758c7cb74444f1c3c9923065c40fdb3aad8b7d60 + source-commit: 8ca87fc25a6ae5cbea4237feb5bae37940f37ae4 plugin: nil build-packages: - wget