Skip to content

Commit

Permalink
matrix-synapse-unwrapped: 1.112.0 -> 1.113.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Aug 13, 2024
1 parent f4ca698 commit c1e0ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/colmena.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ in {
matrix-synapse-unwrapped =
super.matrix-synapse-unwrapped.overridePythonAttrs (old: rec {
pname = "matrix-synapse";
version = "1.112.0";
version = "1.113.0";
format = "pyproject";

src = super.fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-8iXw9C91kPWDlzo/3AA/iVCQqq47eGSORMTzEQTTS+8=";
hash = "sha256-8Ts2QOSugPU8Do1Mpusez9tSqiaB+UzCWWY4XJk/KRM=";
};

cargoDeps = super.rustPackages.rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-hx/IMOxk4vUHXMMIcnxnC3RJcIvJL+IooZnf+m+VKSs=";
hash = "sha256-Jlnv3GAobrXaO5fBq6oI9Gq8phz2/jFc+QIUYsUyeNo=";
};

doInstallCheck = false;
Expand Down

0 comments on commit c1e0ae1

Please sign in to comment.