lol

Merge pull request #277947 from NickCao/telegram-desktop

telegram-desktop: 4.13.1 -> 4.14.1

authored by

Nick Cao and committed by
GitHub
3cb442f4 2a70c159

+3 -2
+3 -2
pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
··· 80 80 in 81 81 stdenv.mkDerivation rec { 82 82 pname = "telegram-desktop"; 83 - version = "4.13.1"; 83 + version = "4.14.1"; 84 84 85 85 src = fetchFromGitHub { 86 86 owner = "telegramdesktop"; 87 87 repo = "tdesktop"; 88 88 rev = "v${version}"; 89 89 fetchSubmodules = true; 90 - hash = "sha256-WhctvEmOGOxkVQUC84BcC4Td5GUEpY7dOG5La6lTv8E="; 90 + hash = "sha256-Ff8pI4wzM3Lltpnh2v9kc4eoLJfOjHLR58Ayxd4xP4c="; 91 91 }; 92 92 93 93 patches = [ ··· 222 222 "-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c" 223 223 # See: https://github.com/NixOS/nixpkgs/pull/130827#issuecomment-885212649 224 224 "-DDESKTOP_APP_USE_PACKAGED_FONTS=OFF" 225 + "-DDESKTOP_APP_DISABLE_SCUDO=ON" 225 226 ]; 226 227 227 228 preBuild = ''