matrix-synapse: 1.138.0 -> 1.138.2 (#445885)

authored by Maximilian Bosch and committed by GitHub f90d1371 a131970b

+2 -2
+2 -2
pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix
··· 14 14 15 15 python3Packages.buildPythonApplication rec { 16 16 pname = "matrix-synapse"; 17 - version = "1.138.0"; 17 + version = "1.138.2"; 18 18 format = "pyproject"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "element-hq"; 22 22 repo = "synapse"; 23 23 rev = "v${version}"; 24 - hash = "sha256-mzBX5cLXF52p3SIq4rSvERbjyD07wRKVxL4yGsYNUaw="; 24 + hash = "sha256-hnF0RPVH+5OBUZnaYCleTNLJYl9a+nf2PzJnLaJ5kzI="; 25 25 }; 26 26 27 27 cargoDeps = rustPlatform.fetchCargoVendor {