about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-30 11:25:40 +0000
committerGitHub <noreply@github.com>2024-04-30 11:25:40 +0000
commit0696dc350a5fd4fba08edcb8857d3750d99fa9d5 (patch)
tree2dc9299317cee6aad7f9db90b5b9ccd8327de2e0 /pkgs/applications/networking/instant-messengers
parent8f27ccd790e5c4446b63dec50db31adc0d93de78 (diff)
parent322c8006fe35e2912cf06e63a60e8e6d68615c52 (diff)
Merge pull request #307745 from OPNA2608/fix/stableVersion/pkgs-applications
pkgs/applications: Fix some unstableGitUpdater users
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix2
1 files changed, 1 insertions, 1 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 b9059e17bc264..8bc0f6f93b442 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,7 +9,7 @@
 
 stdenv.mkDerivation {
   pname = "tg_owt";
-  version = "unstable-2023-12-21";
+  version = "0-unstable-2023-12-21";
 
   src = fetchFromGitHub {
     owner = "desktop-app";