about summary refs log tree commit diff
path: root/pkgs/servers/mautrix-facebook
AgeCommit message (Collapse)AuthorFilesLines
2022-01-14mautrix-facebook: Add version test.Kevin Cox1-2/+4
2022-01-14mautrix-facebook: Update to latest git.Kevin Cox1-3/+4
The last released version doesn't work with the version of pythonPackages.mautrix that is in nixpkgs.
2022-01-14mautrix-facebook: Remove max version requirements.Kevin Cox1-0/+5
It appears that these are bumped to match manual testing however they do not work well in nixpkgs as every time a dependency is updated this package breaks. To resolve this issue just strip the max version requirements and assume that it works. Ideally we would do a semver-type comparison but this is likely not an issue because a new major version would need a new attribute name anyways.
2021-11-20Merge pull request #146446 from kevincox/mautrix-facebook-0.3.2Sandro1-6/+2
2021-11-14matrix-facebook: 0.3.1 -> 0.3.2Kevin Cox1-6/+2
2021-11-03treewide: remove python39Packages.ruamel_yaml aliasesSandro Jäckel1-1/+1
2021-09-10mautrix-facebook: Support journald logging.Kevin Cox1-2/+3
2021-09-10mautrix-facebook: init at 0.3.1Kevin Cox1-0/+57