matrix-synapse-plugins.matrix-synapse-shared-secret-auth: 2.0.1 -> 2.0.2

https://github.com/devture/matrix-synapse-shared-secret-auth/releases/tag/2.0.2
This commit is contained in:
Luflosi 2022-04-20 22:21:19 +02:00
parent e87155d446
commit 67a2a56d57
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "matrix-synapse-shared-secret-auth";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "devture";
repo = "matrix-synapse-shared-secret-auth";
rev = version;
sha256 = "sha256-kaok5IwKx97FYDrVIGAtUJfExqDln5vxEKrZda2RdzE=";
sha256 = "sha256-qzXKwTEOMtdvsxoU3Xh3vQyhK+Q18LfkeSts7EyDIXE=";
};
doCheck = false;