Merge pull request #182079 from benneti/master

This commit is contained in:
Sandro
2022-08-18 21:31:41 +02:00
committed by GitHub
@@ -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
];