summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram/tdesktop
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2022-12-07 19:15:30 +0800
committerNick Cao <nickcao@nichi.co>2022-12-07 19:15:30 +0800
commit2fb2d7c9df0951a97c259c2e947aaff9e253c478 (patch)
tree00dc7ad2847297815ab94dbbc9a1017febb95fe0 /pkgs/applications/networking/instant-messengers/telegram/tdesktop
parent2f1fc707d0ab4ceedb4458df3e2579425777cf61 (diff)
downloadnixpkgs-2fb2d7c9df0951a97c259c2e947aaff9e253c478.tar
nixpkgs-2fb2d7c9df0951a97c259c2e947aaff9e253c478.tar.gz
nixpkgs-2fb2d7c9df0951a97c259c2e947aaff9e253c478.tar.bz2
nixpkgs-2fb2d7c9df0951a97c259c2e947aaff9e253c478.tar.lz
nixpkgs-2fb2d7c9df0951a97c259c2e947aaff9e253c478.tar.xz
nixpkgs-2fb2d7c9df0951a97c259c2e947aaff9e253c478.tar.zst
nixpkgs-2fb2d7c9df0951a97c259c2e947aaff9e253c478.zip
tdesktop: 4.4.0 -> 4.4.1
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telegram/tdesktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
index 2d6c032a695..1df0aee8421 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
@@ -75,7 +75,7 @@ let
 in
 env.mkDerivation rec {
   pname = "telegram-desktop";
-  version = "4.4.0";
+  version = "4.4.1";
   # Note: Update via pkgs/applications/networking/instant-messengers/telegram/tdesktop/update.py
 
   # Telegram-Desktop with submodules
@@ -84,7 +84,7 @@ env.mkDerivation rec {
     repo = "tdesktop";
     rev = "v${version}";
     fetchSubmodules = true;
-    sha256 = "0dgdwb4x67ynj62r81r0slivff8klawgc0y647603pc0szaacj03";
+    sha256 = "0c30kxgp48ha1xv3l59ry21n2c536ax8a15cfk2n1r5n1ns2pfq0";
   };
 
   postPatch = ''