Merge pull request #281386 from NickCao/telegram-desktop

telegram-desktop: 4.14.4 -> 4.14.6
This commit is contained in:
Nick Cao 2024-01-18 20:13:09 -05:00 committed by GitHub
commit 33dd4c5bc5
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.4";
version = "4.14.8";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-kApiPJN9hdOv9WLRiqIO94Pd3Stuv+wrV4RM6x8Ak9M=";
hash = "sha256-ACpY8SsbuZRCF3arBtEIYjdQRy/2xkP1/g5caxmmSo4=";
};
patches = [