Merge pull request #171956 from kevincox/mautrix-head

mautrix-facebook: 0.4.0 -> unstable-2022-05-06
main
Sandro 2 years ago committed by GitHub
commit 423aefc9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/servers/mautrix-facebook/default.nix

@ -1,5 +1,6 @@
{ enableSystemd ? stdenv.isLinux
, fetchFromGitHub
, fetchpatch
, lib
, python3
, stdenv
@ -7,13 +8,13 @@
python3.pkgs.buildPythonPackage rec {
pname = "mautrix-facebook";
version = "0.4.0";
version = "unstable-2022-05-06";
src = fetchFromGitHub {
owner = "mautrix";
repo = "facebook";
rev = "v${version}";
hash = "sha256-Yc8W8A11dnXrJdLtu/rJHTVlu2pEawXn5xuT8Ez+h9U=";
rev = "5e2c4e7f5a38e3c5d984d690c0ebee9b6bb4768c";
hash = "sha256-ukFtVRrmaJVVwgp5siwEwbfq6Yq5rmu3XJA5H2n/eJU=";
};
propagatedBuildInputs = with python3.pkgs; [

Loading…
Cancel
Save