telegram-desktop: 5.10.3 -> 5.10.4 (#375926)

This commit is contained in:
Nick Cao
2025-01-24 14:59:23 -05:00
committed by GitHub
@@ -46,14 +46,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop-unwrapped";
version = "5.10.3";
version = "5.10.4";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-AsxCDh/pneRHVuGtlqFYD6c9pezmKo/wrMU4RPtWlXA=";
hash = "sha256-3v9B4tdD9oNyQ96t21VRmV43Ib7l6ki8DlFXmbk7DJw=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''