Merge pull request #334732 from NickCao/telegram-desktop

telegram-desktop: 5.3.2 -> 5.4.1
This commit is contained in:
Nick Cao
2024-08-20 16:04:40 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -63,14 +63,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop";
version = "5.3.2";
version = "5.4.1";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-fTXZdos0iIHmgWCKOU+B3tpxzLsUUtqx92Od75OdZH8=";
hash = "sha256-AWu0LH6DH/omcIsgIBHQIg1uCKN9Ly6EVj4U9QxoSlg=";
};
patches = [
@@ -31,13 +31,13 @@
stdenv.mkDerivation {
pname = "tg_owt";
version = "0-unstable-2024-08-02";
version = "0-unstable-2024-08-04";
src = fetchFromGitHub {
owner = "desktop-app";
repo = "tg_owt";
rev = "c425281150317753d7bc5182c6572abe20f9a784";
sha256 = "sha256-EHQyGE2S2F2UqNl7VDb38pcdv3amm8lGqWZds5ZoHRE=";
rev = "dc17143230b5519f3c1a8da0079e00566bd4c5a8";
sha256 = "sha256-7j7hBIOXEdNJDnDSVUqy234nkTCaeZ9tDAzqvcuaq0o=";
fetchSubmodules = true;
};