Skip to content

Commit

Permalink
Merge pull request NixOS#306326 from teutat3s/synapse-1.105.1
Browse files Browse the repository at this point in the history
matrix-synapse: 1.105.0 -> 1.105.1
  • Loading branch information
leona-ya authored Apr 23, 2024
2 parents b9f6d69 + 3257ce1 commit 71b4a60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.105.0";
version = "1.105.1";
format = "pyproject";

src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-MydtP7jtTx9phmnoAajWvDI0sSqw+TScj+9n485L5qc=";
hash = "sha256-sul9wz9NXz87ZIbvSHWYQabTW/PlwAJJ2keaO0NbHHU=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-yj3biat5znDqsen0mc8MNkXKhUftpb26VT7utWdpxvc=";
hash = "sha256-Cp1Bnf96invtmYayGfBVGwxW2jk/nRVCzueubd9HIG4=";
};

postPatch = ''
Expand Down

0 comments on commit 71b4a60

Please sign in to comment.