File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pkgs/applications/networking/instant-messengers/telegram/telegram-desktop Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6363in
6464stdenv . mkDerivation ( finalAttrs : {
6565 pname = "telegram-desktop" ;
66- version = "5.3.2 " ;
66+ version = "5.4.1 " ;
6767
6868 src = fetchFromGitHub {
6969 owner = "telegramdesktop" ;
7070 repo = "tdesktop" ;
7171 rev = "v${ finalAttrs . version } " ;
7272 fetchSubmodules = true ;
73- hash = "sha256-fTXZdos0iIHmgWCKOU+B3tpxzLsUUtqx92Od75OdZH8 =" ;
73+ hash = "sha256-AWu0LH6DH/omcIsgIBHQIg1uCKN9Ly6EVj4U9QxoSlg =" ;
7474 } ;
7575
7676 patches = [
Original file line number Diff line number Diff line change 3131
3232stdenv . mkDerivation {
3333 pname = "tg_owt" ;
34- version = "0-unstable-2024-08-02 " ;
34+ version = "0-unstable-2024-08-04 " ;
3535
3636 src = fetchFromGitHub {
3737 owner = "desktop-app" ;
3838 repo = "tg_owt" ;
39- rev = "c425281150317753d7bc5182c6572abe20f9a784 " ;
40- sha256 = "sha256-EHQyGE2S2F2UqNl7VDb38pcdv3amm8lGqWZds5ZoHRE =" ;
39+ rev = "dc17143230b5519f3c1a8da0079e00566bd4c5a8 " ;
40+ sha256 = "sha256-7j7hBIOXEdNJDnDSVUqy234nkTCaeZ9tDAzqvcuaq0o =" ;
4141 fetchSubmodules = true ;
4242 } ;
4343
You can’t perform that action at this time.
0 commit comments