Revert "mautrix-telegram: override mautrix and asyncpg dependencies"
This reverts commit 811fcda827
.
This commit is contained in:
parent
9997578fae
commit
5fd39c263e
1 changed files with 0 additions and 15 deletions
|
@ -8,21 +8,6 @@
|
|||
let
|
||||
python = python3.override {
|
||||
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 {
|
||||
version = "1.25.0a20";
|
||||
pname = "tulir-telethon";
|
||||
|
|
Loading…
Reference in a new issue