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

Luflosi 67a2a56d e87155d4

+2 -2
+2 -2
pkgs/servers/matrix-synapse/plugins/shared-secret-auth.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "matrix-synapse-shared-secret-auth"; 5 - version = "2.0.1"; 5 + version = "2.0.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "devture"; 9 9 repo = "matrix-synapse-shared-secret-auth"; 10 10 rev = version; 11 - sha256 = "sha256-kaok5IwKx97FYDrVIGAtUJfExqDln5vxEKrZda2RdzE="; 11 + sha256 = "sha256-qzXKwTEOMtdvsxoU3Xh3vQyhK+Q18LfkeSts7EyDIXE="; 12 12 }; 13 13 14 14 doCheck = false;