Unverified Commit 05f5d395 authored by Nick Cao's avatar Nick Cao
Browse files
parent 94bd5958
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,14 +63,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "telegram-desktop";
  version = "5.3.2";
  version = "5.4.0";

  src = fetchFromGitHub {
    owner = "telegramdesktop";
    repo = "tdesktop";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-fTXZdos0iIHmgWCKOU+B3tpxzLsUUtqx92Od75OdZH8=";
    hash = "sha256-D8ujmAlCz7TPIO+lVJURO2xO73BdCuTtckCWpvbGxEg=";
  };

  patches = [