about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/matrix-commander
diff options
context:
space:
mode:
authormcnesium <mcnesium@users.noreply.github.com>2023-03-28 22:13:50 +0200
committerGitHub <noreply@github.com>2023-03-28 22:13:50 +0200
commit6592df62339d853df563b2066364570925fc0487 (patch)
tree24facd8b144e245f3e4c12f2f840d4d3de881c2a /pkgs/applications/networking/instant-messengers/matrix-commander
parentd387c4912787106e88e17ac14f65b227a4fc0f9d (diff)
matrix-commander: 3.5.0 > 6.0.1 (#223371)
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, 2 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 d80d2b2f4df5a..a9e27186feb70 100644
--- a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
+++ b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix
@@ -7,7 +7,6 @@
 , python-magic
 , markdown
 , pillow
-, urllib3
 , aiofiles
 , notify2
 , dbus-python
@@ -17,13 +16,13 @@
 
 buildPythonApplication rec {
   pname = "matrix-commander";
-  version = "3.5.0";
+  version = "6.0.1";
 
   src = fetchFromGitHub {
     owner = "8go";
     repo = "matrix-commander";
     rev = "v${version}";
-    sha256 = "sha256-/hNTaajZTyeIcGILIXqUVbBvZ8AUNZKBDsZ4Gr5RL2o=";
+    sha256 = "sha256-NSoMGUQjy4TQXdzZcQfO2rUQDsuSzQnoGDpqFiLQHVQ=";
   };
 
   format = "pyproject";
@@ -45,7 +44,6 @@ buildPythonApplication rec {
     python-magic
     markdown
     pillow
-    urllib3
     aiofiles
     notify2
     dbus-python