Commit 15586e4d authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

telegram-desktop: 5.0.2 -> 5.0.6

(cherry picked from commit 46fff143)
parent 4c2574e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,14 +63,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "telegram-desktop";
  version = "5.0.2";
  version = "5.0.6";

  src = fetchFromGitHub {
    owner = "telegramdesktop";
    repo = "tdesktop";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-RaIUk+49uNc+TycC/oV+02o5EpkbP4tSSv7DsLn+WHM=";
    hash = "sha256-n3WeyGQCw9fbA/1hZ85mqdm5xuBLjy9qHMcVRb4cmAg=";
  };

  patches = [