Unverified Commit da374b56 authored by Nick Cao's avatar Nick Cao
Browse files
parent e88cab11
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 = "5.1.1";
  version = "5.1.2";

  src = fetchFromGitHub {
    owner = "telegramdesktop";
    repo = "tdesktop";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-u9pVx7pGHDFefHV8bWhlNn88ytV5tHU0JnzedrufxEM=";
    hash = "sha256-KTgID7pd0QSFi5t9cdIVEi4/oQirDgsf7tTcEEtRdY0=";
  };

  patches = [