Unverified Commit 3cb442f4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #277947 from NickCao/telegram-desktop

telegram-desktop: 4.13.1 -> 4.14.1
parents 2a70c159 9dd74c90
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -80,14 +80,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "telegram-desktop";
  version = "4.13.1";
  version = "4.14.1";

  src = fetchFromGitHub {
    owner = "telegramdesktop";
    repo = "tdesktop";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-WhctvEmOGOxkVQUC84BcC4Td5GUEpY7dOG5La6lTv8E=";
    hash = "sha256-Ff8pI4wzM3Lltpnh2v9kc4eoLJfOjHLR58Ayxd4xP4c=";
  };

  patches = [
@@ -222,6 +222,7 @@ stdenv.mkDerivation rec {
    "-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c"
    # See: https://github.com/NixOS/nixpkgs/pull/130827#issuecomment-885212649
    "-DDESKTOP_APP_USE_PACKAGED_FONTS=OFF"
    "-DDESKTOP_APP_DISABLE_SCUDO=ON"
  ];

  preBuild = ''