matrix-synapse: 1.135.2 -> 1.136.0 (#433164)

authored by Martin Weinelt and committed by GitHub 09906cab 24468fd2

+3 -3
+3 -3
pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix
··· 18 18 in 19 19 python3.pkgs.buildPythonApplication rec { 20 20 pname = "matrix-synapse"; 21 - version = "1.135.2"; 21 + version = "1.136.0"; 22 22 format = "pyproject"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "element-hq"; 26 26 repo = "synapse"; 27 27 rev = "v${version}"; 28 - hash = "sha256-4HAA9Xq4C3DHxz0BgqBitfM4wZwPSEu+IO/OPfHzLVw="; 28 + hash = "sha256-9nN4sQXCamVi+FRN9++FN5nQmjYZnPKDLxjxEuga6EM="; 29 29 }; 30 30 31 31 cargoDeps = rustPlatform.fetchCargoVendor { 32 32 inherit pname version src; 33 - hash = "sha256-4J92s6cSgsEIYQpbU6OOLI/USIJX2Gc7UdEHgWQgmXc="; 33 + hash = "sha256-GX4lVg6aPVlqFgSSGsUg3wi7bne9jVWPTVx8rO5SjL8="; 34 34 }; 35 35 36 36 postPatch = ''