about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/matrix-commander
diff options
context:
space:
mode:
authormcnesium <git@mcnesium.com>2023-08-21 12:27:56 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-23 20:42:35 +0000
commitac7ed741a59d1d30e3589b5e6f8060175f3d8ed5 (patch)
tree304da691660d317257f9f04dc8d6a1db189b3849 /pkgs/applications/networking/instant-messengers/matrix-commander
parent09869b89f1c971073b12a965912410632718d1b9 (diff)
matrix-commander: 6.0.1 -> 7.2.0
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/matrix-commander')
-rw-r--r--pkgs/applications/networking/instant-messengers/matrix-commander/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
index a9e27186feb70..1548036978739 100644
--- a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
+++ b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
@@ -12,17 +12,18 @@
 , dbus-python
 , pyxdg
 , python-olm
+, emoji
 }:
 
 buildPythonApplication rec {
   pname = "matrix-commander";
-  version = "6.0.1";
+  version = "7.2.0";
 
   src = fetchFromGitHub {
     owner = "8go";
     repo = "matrix-commander";
     rev = "v${version}";
-    sha256 = "sha256-NSoMGUQjy4TQXdzZcQfO2rUQDsuSzQnoGDpqFiLQHVQ=";
+    hash = "sha256-qL6ARkAWu0FEuYK2e9Z9hMSfK4TW0kGgoIFUfJ8Dgwk=";
   };
 
   format = "pyproject";
@@ -49,6 +50,7 @@ buildPythonApplication rec {
     dbus-python
     pyxdg
     python-olm
+    emoji
   ] ++ matrix-nio.optional-dependencies.e2e;
 
   meta = with lib; {