mautrix-facebook: 0.3.3 → 0.4.0

This commit is contained in:
Kevin Cox 2022-04-10 10:54:21 -04:00 committed by Nick Cao
parent 587f52427f
commit 850b784f25
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -7,13 +7,13 @@
python3.pkgs.buildPythonPackage rec { python3.pkgs.buildPythonPackage rec {
pname = "mautrix-facebook"; pname = "mautrix-facebook";
version = "0.3.3"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mautrix"; owner = "mautrix";
repo = "facebook"; repo = "facebook";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lIUGuc6ZL+GW7jw5OhPE3/mU5pg8Y09dd+p5kiy14io="; hash = "sha256-Yc8W8A11dnXrJdLtu/rJHTVlu2pEawXn5xuT8Ez+h9U=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [