Unverified Commit 775a7cca authored by Nick Cao's avatar Nick Cao
Browse files

tdesktop: 4.3.1 -> 4.3.4

parent 7b3a88ed
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
, webkitgtk_4_1
, jemalloc
, rnnoise
, protobuf
, abseil-cpp
  # Transitive dependencies:
, util-linuxMinimal
@@ -74,7 +75,7 @@ let
in
env.mkDerivation rec {
  pname = "telegram-desktop";
  version = "4.3.1";
  version = "4.3.4";
  # Note: Update via pkgs/applications/networking/instant-messengers/telegram/tdesktop/update.py

  # Telegram-Desktop with submodules
@@ -83,7 +84,7 @@ env.mkDerivation rec {
    repo = "tdesktop";
    rev = "v${version}";
    fetchSubmodules = true;
    sha256 = "0j05hcl5nkvcl74jl8d0inkh6ha9xh299z87br1vr1mblflh087m";
    sha256 = "0x18m48k6abpbfgavjad5sg3mf3j0kfmyayyvkqxr31viw8kq6m5";
  };

  postPatch = ''
@@ -135,6 +136,7 @@ env.mkDerivation rec {
    webkitgtk_4_1
    jemalloc
    rnnoise
    protobuf
    tg_owt
    # Transitive dependencies:
    util-linuxMinimal # Required for libmount thus not nativeBuildInputs.