From 67a2a56d57f130d002567a4ecb30d9a84beae652 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 20 Apr 2022 22:21:19 +0200 Subject: [PATCH] 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 --- pkgs/servers/matrix-synapse/plugins/shared-secret-auth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/matrix-synapse/plugins/shared-secret-auth.nix b/pkgs/servers/matrix-synapse/plugins/shared-secret-auth.nix index 3df7f1e5a5d4..a6e22db34fe5 100644 --- a/pkgs/servers/matrix-synapse/plugins/shared-secret-auth.nix +++ b/pkgs/servers/matrix-synapse/plugins/shared-secret-auth.nix @@ -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;