matrix-synapse: 1.138.2 -> 1.139.0 (#447731)

authored by Maximilian Bosch and committed by GitHub 4d22e30f deb7674d

Changed files
+3 -3
pkgs
by-name
ma
matrix-synapse-unwrapped
+3 -3
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.2"; 17 + version = "1.139.0"; 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-hnF0RPVH+5OBUZnaYCleTNLJYl9a+nf2PzJnLaJ5kzI="; 24 + hash = "sha256-L9oTTdGF//srC3sDrI8aNMjc9lOkof+J2VLFy091HBo="; 25 25 }; 26 26 27 27 cargoDeps = rustPlatform.fetchCargoVendor { 28 28 inherit pname version src; 29 - hash = "sha256-aUZUg8+1UlDzsxJN87Bk/DjD5WFcvHGVBRf1rIXKOZ4="; 29 + hash = "sha256-PUwSg//1xAMyv0HOMt4YFR680fQ+7YAcSJ0vmlPyCzQ="; 30 30 }; 31 31 32 32 postPatch = ''