Unverified Commit 8fb2c80c authored by K900's avatar K900 Committed by GitHub
Browse files

telegram-desktop: 5.5.5 -> 5.6.0 (#346716)

parents ecf10b08 11a3269c
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.5.5";
  version = "5.6.1";

  src = fetchFromGitHub {
    owner = "telegramdesktop";
    repo = "tdesktop";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-LWIOgyHp43bLN4RQtBKH2HitfVI6AKstPK5es2s+wVw=";
    hash = "sha256-MMXaNJ9uadThBghOObt4KNP73Wd2rCnJJXSHkwEKFxw=";
  };

  patches = [