mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
mautrix-facebook: Update to latest git.
The last released version doesn't work with the version of pythonPackages.mautrix that is in nixpkgs.
This commit is contained in:
parent
7a3e62127d
commit
fffad30005
@ -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…
Reference in New Issue
Block a user