diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index ccb8472151..d38be7d1a4 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 8ca87fc25a6ae5cbea4237feb5bae37940f37ae4 +git fetch --depth=1 origin 4b940c7942fbde8ee56f10f39a5224a4153bd91e 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 a57870e2e0..86562d384e 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 8ca87fc25a + git checkout 4b940c7942 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 53598d21ae..0127d5152d 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: 8ca87fc25a6ae5cbea4237feb5bae37940f37ae4 + source-commit: 4b940c7942fbde8ee56f10f39a5224a4153bd91e plugin: nil build-packages: - wget