Revert "mautrix-telegram: override mautrix and asyncpg dependencies"
This reverts commit 811fcda827
.
This commit is contained in:
parent
9997578fae
commit
5fd39c263e
@ -8,21 +8,6 @@
|
|||||||
let
|
let
|
||||||
python = python3.override {
|
python = python3.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
asyncpg = super.asyncpg.overridePythonAttrs (oldAttrs: rec {
|
|
||||||
version = "0.25.0";
|
|
||||||
src = oldAttrs.src.override {
|
|
||||||
inherit version;
|
|
||||||
hash = "sha256-Y/jmppczsoVJfChVRko03mV/LMzSWurutQcYcuk4JUA=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
mautrix = super.mautrix.overridePythonAttrs (oldAttrs: rec {
|
|
||||||
version = "0.16.3";
|
|
||||||
src = oldAttrs.src.override {
|
|
||||||
inherit (oldAttrs) pname;
|
|
||||||
inherit version;
|
|
||||||
sha256 = "sha256-OpHLh5pCzGooQ5yxAa0+85m/szAafV+l+OfipQcfLtU=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec {
|
tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "1.25.0a20";
|
version = "1.25.0a20";
|
||||||
pname = "tulir-telethon";
|
pname = "tulir-telethon";
|
||||||
|
Loading…
Reference in New Issue
Block a user