mautrix-facebook: Update to latest git.

The last released version doesn't work with the version of pythonPackages.mautrix that is in nixpkgs.
main
Kevin Cox 2 years ago
parent 7a3e62127d
commit fffad30005
No known key found for this signature in database
GPG Key ID: 9BB92CC1552E99AA
  1. 7
      pkgs/servers/mautrix-facebook/default.nix

@ -7,13 +7,13 @@
python3.pkgs.buildPythonPackage rec {
pname = "mautrix-facebook";
version = "0.3.2";
version = "2022-01-10";
src = fetchFromGitHub {
owner = "mautrix";
repo = "facebook";
rev = "v${version}";
sha256 = "1n7gshm2nir6vgjkj36lq9m2bclkgy0y236xi8zvdlvfcb2m596f";
rev = "eebfbe49fc699806e1d71becf261ba0995c91f60";
hash = "sha256-zfsuoPySIRAAmsSL0NUUVH7k+xV7rZOHOkIvBQdVe0A=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -30,6 +30,7 @@ python3.pkgs.buildPythonPackage rec {
ruamel-yaml
unpaddedbase64
yarl
zstandard
] ++ lib.optional enableSystemd systemd;
postPatch = ''

Loading…
Cancel
Save