mautrix-telegram: 0.11.2 -> 0.11.3
This commit is contained in:
parent
135764ebba
commit
c6b0a0afda
1 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ let
|
||||||
python = python3.override {
|
python = python3.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec {
|
tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "1.25.0a5";
|
version = "1.25.0a7";
|
||||||
pname = "tulir-telethon";
|
pname = "tulir-telethon";
|
||||||
src = oldAttrs.src.override {
|
src = oldAttrs.src.override {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-WFiWczuw6eVVid2Z1LsnGE6BCEhqeCuiQ/p0d2Ahbi8=";
|
sha256 = "sha256-+wHRrBluM0ejdHjIvSk28wOIfCfIyibBcmwG/ksbiac=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -25,14 +25,14 @@ let
|
||||||
|
|
||||||
in python.pkgs.buildPythonPackage rec {
|
in python.pkgs.buildPythonPackage rec {
|
||||||
pname = "mautrix-telegram";
|
pname = "mautrix-telegram";
|
||||||
version = "0.11.2";
|
version = "0.11.3";
|
||||||
disabled = python.pythonOlder "3.7";
|
disabled = python.pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mautrix";
|
owner = "mautrix";
|
||||||
repo = "telegram";
|
repo = "telegram";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-ZECTHAP5l9tAk9Ies8XuPpH9jqYDJSRSHVKz1lA6Sjg=";
|
sha256 = "sha256-PfER/wqJ607w0xVrFZadzmxYyj72O10c2lIvCW7LT8Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./0001-Re-add-entrypoint.patch ];
|
patches = [ ./0001-Re-add-entrypoint.patch ];
|
||||||
|
|
Loading…
Reference in a new issue