From 497d1a5b7298b603424718b1db237e9bc082edac Mon Sep 17 00:00:00 2001 From: Benedikt Tissot Date: Mon, 15 Aug 2022 10:05:09 +0200 Subject: matrix-commander: 2.37.3 -> 3.5.0 --- .../networking/instant-messengers/matrix-commander/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/applications/networking/instant-messengers') diff --git a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix index 85c3dc86ea0f7..64ef21a1bf812 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"; @@ -54,7 +54,7 @@ buildPythonApplication rec { aiofiles notify2 dbus-python - xdg + pyxdg python-olm ]; -- cgit 1.4.1