You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The freshest currently released upstream Matrix Synapse version is 0.34.0 (we have 0.33.9), and it still wants prometheus-client with version <0.4.0. We currently have exactly one version of pythonPackages.prometheus_client, and it is 0.4.2. What would be the best way for updating matrix-synapse? A privately cloned prometheus-client expression (which will probably then fall even more out of date than needed, but Matrix seems to still support quite old versions anyway)? Or should I try to remove the constraint and see if something clearly breaks?
@FRidh I am not fully sure from reading NixOS/rfcs#24 which option is better.
Steps to reproduce
nix build matrix-synapse
The text was updated successfully, but these errors were encountered:
Issue description
The freshest currently released upstream Matrix Synapse version is 0.34.0 (we have 0.33.9), and it still wants
prometheus-client
with version<0.4.0
. We currently have exactly one version ofpythonPackages.prometheus_client
, and it is0.4.2
. What would be the best way for updatingmatrix-synapse
? A privately clonedprometheus-client
expression (which will probably then fall even more out of date than needed, but Matrix seems to still support quite old versions anyway)? Or should I try to remove the constraint and see if something clearly breaks?@FRidh I am not fully sure from reading NixOS/rfcs#24 which option is better.
Steps to reproduce
nix build matrix-synapse
The text was updated successfully, but these errors were encountered: