Merge pull request #278345 from NickCao/telegram-desktop

telegram-desktop: 4.14.1 -> 4.14.2
This commit is contained in:
Nick Cao 2024-01-02 17:33:05 -05:00 committed by GitHub
commit 6ff7cf3118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,14 +80,14 @@ let
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
version = "4.14.1";
version = "4.14.2";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-Ff8pI4wzM3Lltpnh2v9kc4eoLJfOjHLR58Ayxd4xP4c=";
hash = "sha256-1awdqojy2nWUtrK/VS8ALCK47rGWpS8Q6H2LciG2ymw=";
};
patches = [