Unverified Commit cfb55ab4 authored by Nick Cao's avatar Nick Cao
Browse files
parent 7a7cfff8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,14 +80,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "telegram-desktop";
  version = "4.14.2";
  version = "4.14.3";

  src = fetchFromGitHub {
    owner = "telegramdesktop";
    repo = "tdesktop";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-1awdqojy2nWUtrK/VS8ALCK47rGWpS8Q6H2LciG2ymw=";
    hash = "sha256-xFbS8nhtWzIu+b/Hlnvtp925cf8UuBDywNnq5spMQ5Q=";
  };

  patches = [