Unverified Commit 712a3f7c authored by Vlad M's avatar Vlad M Committed by GitHub
Browse files

Merge pull request #287837 from NickCao/telegram-desktop

telegram-desktop: 4.14.13 -> 4.14.15
parents f529cd80 00877cb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,14 +64,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "telegram-desktop";
  version = "4.14.13";
  version = "4.14.15";

  src = fetchFromGitHub {
    owner = "telegramdesktop";
    repo = "tdesktop";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-JcW/gXSgtzxv/37V13brHsa4XcVyB5ZCiPj4slMFdro=";
    hash = "sha256-706FAtXS541D7H/Qc86eC1FLUWu1/tZuCq3GgJ0L/Ds=";
  };

  patches = [