Merge pull request #282126 from NickCao/telegram-desktop

telegram-desktop: 4.14.8 -> 4.14.9
This commit is contained in:
Nick Cao 2024-01-21 12:59:31 -05:00 committed by GitHub
commit d5fca6d371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,14 +64,14 @@ let
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
version = "4.14.8";
version = "4.14.9";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-ACpY8SsbuZRCF3arBtEIYjdQRy/2xkP1/g5caxmmSo4=";
hash = "sha256-VqLCkGav6qtam9qk2MsjCdyVSj3630FGQg50Mv0OBNE=";
};
patches = [