about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/matrix-commander
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2022-06-16 21:17:02 +0200
committerpacien <pacien.trangirard@pacien.net>2022-06-16 21:17:02 +0200
commit7dc14475ce5f3da4456ef85665324f9219ecf2f7 (patch)
tree6faeb34a3ff7f6ed646e66453014c5066324bba7 /pkgs/applications/networking/instant-messengers/matrix-commander
parente8573094f3495d29790b6e8761b70ba2cf31a32c (diff)
matrix-commander: 2.36.0 -> 2.37.3
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 3713d6c0a1d55..85c3dc86ea0f7 100644
--- a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
+++ b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
@@ -11,18 +11,19 @@
 , aiofiles
 , notify2
 , dbus-python
+, xdg
 , python-olm
 }:
 
 buildPythonApplication rec {
   pname = "matrix-commander";
-  version = "2.36.0";
+  version = "2.37.3";
 
   src = fetchFromGitHub {
     owner = "8go";
     repo = "matrix-commander";
     rev = "v${version}";
-    sha256 = "sha256-NjOPVQ9BJ2LI7qIr8R8xWDXuFTVIYnvN4hIzfrTCX9I=";
+    sha256 = "sha256-X5tCPR0EqY1dxViwh8/tEjJM2oo81L3H703pPzWzUv8=";
   };
 
   format = "pyproject";
@@ -53,6 +54,7 @@ buildPythonApplication rec {
     aiofiles
     notify2
     dbus-python
+    xdg
     python-olm
   ];