about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-29 09:24:17 -0400
committerNick Cao <nickcao@nichi.co>2023-10-29 16:01:33 -0400
commit972f7a99cb0f20804645dceeab3474772ad82ef3 (patch)
tree6c0d2a706f9ea903258fb11eb1a9d1cc6d7c0d39 /pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix
parent24df04763739fdeb9b3caa649abeacf645b87791 (diff)
telegram-desktop.tg_owt: unstable-2023-08-15 -> unstable-2023-10-17
Diff: https://github.com/desktop-app/tg_owt/compare/0532942ac6176a66ef184fb728a4cbb02958fc0b...be153adaa363b2b13242466ad5b7b87f61301639
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix
index 73437d73015f1..4853dc8b2cf2e 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix
@@ -9,13 +9,13 @@
 
 stdenv.mkDerivation {
   pname = "tg_owt";
-  version = "unstable-2023-08-15";
+  version = "unstable-2023-10-17";
 
   src = fetchFromGitHub {
     owner = "desktop-app";
     repo = "tg_owt";
-    rev = "0532942ac6176a66ef184fb728a4cbb02958fc0b";
-    sha256 = "sha256-FcRXxu0Nc8qHQl8PoA92MeuhpV+vgl658uILEpmDy3A=";
+    rev = "be153adaa363b2b13242466ad5b7b87f61301639";
+    sha256 = "sha256-/hZNMV+IG00YzxH66Gh/BW9JdGFfsfnM93eD6oB3tlI=";
     fetchSubmodules = true;
   };