telegram-desktop: 5.10.5 -> 5.10.7 (#376983)

This commit is contained in:
Nick Cao
2025-02-07 08:40:03 -05:00
committed by GitHub
@@ -46,14 +46,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop-unwrapped";
version = "5.10.5";
version = "5.10.7";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-0BfKWwb+mnlaMD55KKvEMRIFvqBDQCs272lemvXBnjw=";
hash = "sha256-lcU2EJQgT7vQa2z0SB8LKhWjhn22Wc+eHi92junY2PY=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''