mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
mautrix*: update src
This commit is contained in:
parent
1d76b19de4
commit
cd75f6b237
@ -5,8 +5,8 @@ python3.pkgs.buildPythonPackage rec {
|
|||||||
version = "unstable-2021-11-12";
|
version = "unstable-2021-11-12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tulir";
|
owner = "mautrix";
|
||||||
repo = "mautrix-signal";
|
repo = "signal";
|
||||||
rev = "2e57810e964c1701df2e69273c2f8cebbe021464";
|
rev = "2e57810e964c1701df2e69273c2f8cebbe021464";
|
||||||
sha256 = "sha256-xgn01nbY3LR4G1Yk2MgUhq116/wEhG+5vLH6HKqZE+8=";
|
sha256 = "sha256-xgn01nbY3LR4G1Yk2MgUhq116/wEhG+5vLH6HKqZE+8=";
|
||||||
};
|
};
|
||||||
@ -46,7 +46,7 @@ python3.pkgs.buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tulir/mautrix-signal";
|
homepage = "https://github.com/mautrix/signal";
|
||||||
description = "A Matrix-Signal puppeting bridge";
|
description = "A Matrix-Signal puppeting bridge";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -37,8 +37,8 @@ in python.pkgs.buildPythonPackage rec {
|
|||||||
disabled = python.pythonOlder "3.7";
|
disabled = python.pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tulir";
|
owner = "mautrix";
|
||||||
repo = pname;
|
repo = "telegram";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-BYsGLyxhdjBVmnZXLC5ZjwDlWcHdUGp+DsNIOXA1/Tc=";
|
sha256 = "sha256-BYsGLyxhdjBVmnZXLC5ZjwDlWcHdUGp+DsNIOXA1/Tc=";
|
||||||
};
|
};
|
||||||
@ -97,7 +97,7 @@ in python.pkgs.buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tulir/mautrix-telegram";
|
homepage = "https://github.com/mautrix/telegram";
|
||||||
description = "A Matrix-Telegram hybrid puppeting/relaybot bridge";
|
description = "A Matrix-Telegram hybrid puppeting/relaybot bridge";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user