tdesktop: 2.8.3 -> 2.8.4

(cherry picked from commit b7515545b5647ebdef27b52a5d4297b5336c53e7)
This commit is contained in:
Ilan Joselevich 2021-07-03 16:47:01 +03:00 committed by Yureka
parent 1d6b8ef74b
commit 789b90fb34
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ let
tg_owt = callPackage ./tg_owt.nix {};
in mkDerivation rec {
pname = "telegram-desktop";
version = "2.8.3";
version = "2.8.4";
# Note: Update via pkgs/applications/networking/instant-messengers/telegram/tdesktop/update.py
# Telegram-Desktop with submodules
@ -32,7 +32,7 @@ in mkDerivation rec {
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "1ywxsy3a99sdibipriblbzskmkqbnxwrz3lavfdr134wq8w8rjf7";
sha256 = "sha256-IN3GQgdNM66/GxKa5EGKB/LIkgBxS8Y4mkPBaSEphmw=";
};
postPatch = ''