mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.9.2 -> 1.10.0 (#407255)
This commit is contained in:
commit
8e48cfc4b1
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "matrix-synapse-mjolnir-antispam";
|
||||
version = "1.9.2";
|
||||
version = "1.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matrix-org";
|
||||
repo = "mjolnir";
|
||||
tag = "v${version}";
|
||||
sha256 = "sha256-OxHnCMP6IP0EaAs4YQgmV04tq6IdAYmKQX8O9Q48CPk=";
|
||||
sha256 = "sha256-xc/vrBL1rqgB69NqkEmUg7YMX4EZRFrRNPrWA7euaXU=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/synapse_antispam";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue