about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/matrix-commander
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-08-18 21:31:41 +0200
committerGitHub <noreply@github.com>2022-08-18 21:31:41 +0200
commitd73c9e73d4da0f43da049d4e53211af216de7cf5 (patch)
treea37b98cf22c236bccdeb1d6a3e4aea47a30498a8 /pkgs/applications/networking/instant-messengers/matrix-commander
parent2d4758ed8920ed38039c5afd36b58705f88b6e29 (diff)
parent497d1a5b7298b603424718b1db237e9bc082edac (diff)
Merge pull request #182079 from benneti/master
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/matrix-commander')
-rw-r--r--pkgs/applications/networking/instant-messengers/matrix-commander/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
index 87148b0af974e..1535b694231e2 100644
--- a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
+++ b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
@@ -11,19 +11,19 @@
 , aiofiles
 , notify2
 , dbus-python
-, xdg
+, pyxdg
 , python-olm
 }:
 
 buildPythonApplication rec {
   pname = "matrix-commander";
-  version = "2.37.3";
+  version = "3.5.0";
 
   src = fetchFromGitHub {
     owner = "8go";
     repo = "matrix-commander";
     rev = "v${version}";
-    sha256 = "sha256-X5tCPR0EqY1dxViwh8/tEjJM2oo81L3H703pPzWzUv8=";
+    sha256 = "sha256-/hNTaajZTyeIcGILIXqUVbBvZ8AUNZKBDsZ4Gr5RL2o=";
   };
 
   format = "pyproject";
@@ -49,7 +49,7 @@ buildPythonApplication rec {
     aiofiles
     notify2
     dbus-python
-    xdg
+    pyxdg
     python-olm
   ];