Merge pull request #265006 from NickCao/telegram-desktop

telegram-desktop: 4.11.1 -> 4.11.2
This commit is contained in:
Nick Cao
2023-11-02 11:56:03 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -104,14 +104,14 @@ let
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
version = "4.11.1";
version = "4.11.2";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-tWUdSFr93plCuQkA8SE+GZeAyZcYPUoFd0sIOyEuobs=";
hash = "sha256-Hjg349h9dlBfKVLIPDqPP8U+Yt0Iaeyjq6hsUB5+zYM=";
};
patches = [
@@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "tg_owt";
version = "unstable-2023-10-17";
version = "unstable-2023-11-01";
src = fetchFromGitHub {
owner = "desktop-app";
repo = "tg_owt";
rev = "be153adaa363b2b13242466ad5b7b87f61301639";
sha256 = "sha256-/hZNMV+IG00YzxH66Gh/BW9JdGFfsfnM93eD6oB3tlI=";
rev = "71cce98c5fb1d9328892d55f70db711afd5b1aef";
sha256 = "sha256-cEow6Hrp00nchfNtuABsLfD07KtlErWxh0NFv2uPQdQ=";
fetchSubmodules = true;
};