Merge pull request #271466 from NickCao/telegram-desktop

telegram-desktop: 4.11.8 -> 4.12.2
This commit is contained in:
Nick Cao
2023-12-01 14:52:46 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -80,14 +80,14 @@ let
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
version = "4.11.8";
version = "4.12.2";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-VuMcqbGo1t1J7I8kXdqsw/01Mth9YKEbiy8aNtM3azw=";
hash = "sha256-jIOJ7iFF2SMZOBTVzc0ECEZrkXPY060jk3fxt7kIWSg=";
};
patches = [
@@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "tg_owt";
version = "unstable-2023-11-01";
version = "unstable-2023-11-17";
src = fetchFromGitHub {
owner = "desktop-app";
repo = "tg_owt";
rev = "71cce98c5fb1d9328892d55f70db711afd5b1aef";
sha256 = "sha256-cEow6Hrp00nchfNtuABsLfD07KtlErWxh0NFv2uPQdQ=";
rev = "76a3513d7f25d6623d92463fbe6470d9001b66a8";
sha256 = "sha256-nubFELIHxn9yQiFGDqcYtVN9rjXizzkiV07ypWY9v48=";
fetchSubmodules = true;
};