diff --git a/nixos/colmena.nix b/nixos/colmena.nix index da6448a..3ccc429 100644 --- a/nixos/colmena.nix +++ b/nixos/colmena.nix @@ -15,20 +15,20 @@ in # Custom package that tracks with the latest release of Synapse. matrix-synapse-unwrapped = super.matrix-synapse-unwrapped.overridePythonAttrs (old: rec { pname = "matrix-synapse"; - version = "1.91.2"; + version = "1.93.0"; format = "pyproject"; src = super.fetchFromGitHub { owner = "matrix-org"; repo = "synapse"; rev = "v${version}"; - hash = "sha256-U9SyDmO34s9PjLPnT1QYemGeCmKdXRaQvEC8KKcFXOI="; + hash = "sha256-fmY5xjpbFwzrX47ijPxOUTI0w9stYVPpSV+HRF4GdlA="; }; cargoDeps = super.rustPackages.rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; - hash = "sha256-q3uoT2O/oTVSg6olZohU8tiWahijyva+1tm4e1GWGj4="; + hash = "sha256-9cCEfDV5X65JublgkUP6NVfMIObPawx+nXTmIG9lg5o="; }; doCheck = false;