mautrix-facebook: unstable → 0.5.1

Note that the changelog references a security fix. This is not relevant to NixOS as the vulnerable dependency was updated separately from this package.
This commit is contained in:
Kevin Cox 2023-09-19 19:07:27 -04:00
parent 5148520bfa
commit d58406bba5
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 = "unstable-2023-07-16"; version = "0.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mautrix"; owner = "mautrix";
repo = "facebook"; repo = "facebook";
rev = "543b50e73918918d1fabac67891dd80d97080942"; rev = "v${version}";
hash = "sha256-Y6nwryPenNQa68Rh2KPUHQrv6rnapj8x19FdgLXutm8="; hash = "sha256-8uleN7L3fgNqqRjva3kJU7fLPJZpO6b0J4z0RxZ9B64=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [