Unverified Commit 6ad36c12 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

telegram-desktop: 5.10.5 -> 5.10.7 (#376983)

parents 12f98bd8 5ee56624
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,14 +46,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "telegram-desktop-unwrapped";
  version = "5.10.5";
  version = "5.10.7";

  src = fetchFromGitHub {
    owner = "telegramdesktop";
    repo = "tdesktop";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-0BfKWwb+mnlaMD55KKvEMRIFvqBDQCs272lemvXBnjw=";
    hash = "sha256-lcU2EJQgT7vQa2z0SB8LKhWjhn22Wc+eHi92junY2PY=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''