mautrix-facebook: 2022-01-10 -> 0.3.3

This updates to a released version.
This commit is contained in:
Kevin Cox 2022-01-30 10:06:12 -05:00
parent 5bb20f9dc7
commit db04b93897
No known key found for this signature in database
GPG key ID: 9BB92CC1552E99AA

View file

@ -7,13 +7,13 @@
python3.pkgs.buildPythonPackage rec { python3.pkgs.buildPythonPackage rec {
pname = "mautrix-facebook"; pname = "mautrix-facebook";
version = "2022-01-10"; version = "0.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mautrix"; owner = "mautrix";
repo = "facebook"; repo = "facebook";
rev = "eebfbe49fc699806e1d71becf261ba0995c91f60"; rev = "v${version}";
hash = "sha256-zfsuoPySIRAAmsSL0NUUVH7k+xV7rZOHOkIvBQdVe0A="; hash = "sha256-lIUGuc6ZL+GW7jw5OhPE3/mU5pg8Y09dd+p5kiy14io=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [