telegram-desktop: 5.11.1 -> 5.12.3 (#388050)

This commit is contained in:
Nick Cao
2025-03-13 08:28:20 -04:00
committed by GitHub
@@ -46,14 +46,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop-unwrapped";
version = "5.11.1";
version = "5.12.3";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-lhZ/RSHRr+yaOAec5GOM2mrU0dNQbUxd4g7w+oAF+ZY=";
hash = "sha256-foXIxFAE2a9AsHbqJKnqswW5EYSYu54DATKp//ixcVU=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''