Merge pull request #287837 from NickCao/telegram-desktop

telegram-desktop: 4.14.13 -> 4.14.15
This commit is contained in:
Vlad M
2024-02-11 14:54:24 +02:00
committed by GitHub
@@ -64,14 +64,14 @@ let
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
version = "4.14.13";
version = "4.14.15";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-JcW/gXSgtzxv/37V13brHsa4XcVyB5ZCiPj4slMFdro=";
hash = "sha256-706FAtXS541D7H/Qc86eC1FLUWu1/tZuCq3GgJ0L/Ds=";
};
patches = [