Merge pull request #328688 from r-ryantm/auto-update/telegram-desktop

telegram-desktop: 5.2.2 -> 5.2.3
This commit is contained in:
Nick Cao 2024-07-20 21:18:11 -04:00 committed by GitHub
commit c9ed026def
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,14 +62,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop";
version = "5.2.2";
version = "5.2.3";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-rvd4Ei4MpWiilHCV291UrJkHaUcwth9AWc3PSqjj+EI=";
hash = "sha256-VSMSlR3rIUTYQ4GLQrVMZNrSAFfh3aJo6p92xgXMrvo=";
};
patches = [