Merge: matrix-synapse: 1.125.0 -> 1.126.0 (#389015)

authored by Maximilian Bosch and committed by GitHub 53697d58 89bd97fe

+3 -3
+3 -3
pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix
··· 17 in 18 python3.pkgs.buildPythonApplication rec { 19 pname = "matrix-synapse"; 20 - version = "1.125.0"; 21 format = "pyproject"; 22 23 src = fetchFromGitHub { 24 owner = "element-hq"; 25 repo = "synapse"; 26 rev = "v${version}"; 27 - hash = "sha256-eo4JxNhVdAUeUmh0yUDE7+6csNbgdrYvf7UU/AMce7U="; 28 }; 29 30 cargoDeps = rustPlatform.fetchCargoVendor { 31 inherit src; 32 name = "${pname}-${version}"; 33 - hash = "sha256-eAlybi5yDlnhdvVet5Xab4s1emyJrlQuEf3YzusU2M4="; 34 }; 35 36 postPatch = ''
··· 17 in 18 python3.pkgs.buildPythonApplication rec { 19 pname = "matrix-synapse"; 20 + version = "1.126.0"; 21 format = "pyproject"; 22 23 src = fetchFromGitHub { 24 owner = "element-hq"; 25 repo = "synapse"; 26 rev = "v${version}"; 27 + hash = "sha256-fEJ4gxftC9oPhmcvbMdwxbZsHVfed9NS8Sjb7BTmTQo="; 28 }; 29 30 cargoDeps = rustPlatform.fetchCargoVendor { 31 inherit src; 32 name = "${pname}-${version}"; 33 + hash = "sha256-P0JNGaRUd3fiwfPLnXQGeTDTURLgqO6g4KRIs86omYg="; 34 }; 35 36 postPatch = ''