overlays: remove matrix-synapse

This commit is contained in:
Aaron Bieber 2022-09-28 05:47:15 -06:00
parent c230d2db13
commit 43c628aa39
No known key found for this signature in database

View File

@ -3,17 +3,6 @@
{
nixpkgs.overlays = if isUnstable then [
(self: super: {
matrix-synapse = super.matrix-synapse.overrideAttrs (old: {
version = "1.67.0";
src = super.python3.pkgs.fetchPypi {
pname = "matrix-synapse";
version = "1.67.0";
sha256 = "sha256-86KVu1wUkVy1/mONVbDM1g+Y+Kh90y1rpf58Kc2VtBY=";
};
});
})
(self: super: {
zig = super.zig.overrideAttrs (old: {
version = "0.10.0-dev.35e0ff7";