mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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:
parent
5148520bfa
commit
d58406bba5
@ -7,13 +7,13 @@
|
||||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
pname = "mautrix-facebook";
|
||||
version = "unstable-2023-07-16";
|
||||
version = "0.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mautrix";
|
||||
repo = "facebook";
|
||||
rev = "543b50e73918918d1fabac67891dd80d97080942";
|
||||
hash = "sha256-Y6nwryPenNQa68Rh2KPUHQrv6rnapj8x19FdgLXutm8=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-8uleN7L3fgNqqRjva3kJU7fLPJZpO6b0J4z0RxZ9B64=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user