matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.8.3 -> 1.9.2 (#366023)
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "matrix-synapse-mjolnir-antispam";
|
||||
version = "1.8.3";
|
||||
version = "1.9.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matrix-org";
|
||||
repo = "mjolnir";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-yD7QGsS2Em8Z95po9pGRUDmHgHe4z0j0Jnvy3IG7xKY=";
|
||||
tag = "v${version}";
|
||||
sha256 = "sha256-OxHnCMP6IP0EaAs4YQgmV04tq6IdAYmKQX8O9Q48CPk=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/synapse_antispam";
|
||||
|
||||
Reference in New Issue
Block a user