Revert "mautrix-telegram: override mautrix and asyncpg dependencies"

This reverts commit 811fcda827.
This commit is contained in:
Nick Cao 2022-07-30 10:12:04 +08:00
parent 9997578fae
commit 5fd39c263e
No known key found for this signature in database

View file

@ -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";