telegram-desktop: 5.5.5 -> 5.6.0 (#346716)

This commit is contained in:
K900 2024-10-09 00:01:30 +03:00 committed by GitHub
commit 8fb2c80cff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,14 +63,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop";
version = "5.5.5";
version = "5.6.1";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-LWIOgyHp43bLN4RQtBKH2HitfVI6AKstPK5es2s+wVw=";
hash = "sha256-MMXaNJ9uadThBghOObt4KNP73Wd2rCnJJXSHkwEKFxw=";
};
patches = [