matrix-commander: 7.2.0 -> 7.6.2

This commit is contained in:
mcnesium 2024-05-07 15:59:14 +02:00
parent 7a19608508
commit aa0e4fc0ba
No known key found for this signature in database
GPG Key ID: 7D6CC73E428F633F

View File

@ -17,13 +17,13 @@
buildPythonApplication rec {
pname = "matrix-commander";
version = "7.2.0";
version = "7.6.2";
src = fetchFromGitHub {
owner = "8go";
repo = "matrix-commander";
rev = "v${version}";
hash = "sha256-qL6ARkAWu0FEuYK2e9Z9hMSfK4TW0kGgoIFUfJ8Dgwk=";
hash = "sha256-BiQShJHCTvEdkhp21uxxCTxBZ1eezuWE6btMc/wkPlc=";
};
format = "pyproject";