Nick Cao 2024-11-19 09:08:21 -05:00
parent 5c7471db68
commit 7c1f286645
No known key found for this signature in database

View File

@ -46,14 +46,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop-unwrapped";
version = "5.8.1";
version = "5.8.2";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-9042n0fU+phXAll5o5uyoHLXbIyrGkNGrqTUTf9LWDc=";
hash = "sha256-zgvyxhQDF1JcGe/fpputvPrAFh1Z+EGaynSXHDk9k/8=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''