From 7dc14475ce5f3da4456ef85665324f9219ecf2f7 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 16 Jun 2022 21:17:02 +0200 Subject: [PATCH] matrix-commander: 2.36.0 -> 2.37.3 --- .../instant-messengers/matrix-commander/default.nix | 6 ++++-- 1 file 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 3713d6c0a1d5..85c3dc86ea0f 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 ];