Unverified Commit 5bfe80b3 authored by Nick Cao's avatar Nick Cao
Browse files

mautrix-telegram: drop mautrix override

parent 1a9dba58
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -17,14 +17,6 @@ let
        };
        doCheck = false;
      });
      mautrix = super.mautrix.overridePythonAttrs (oldAttrs: rec {
        version = "0.20.0";
        src = oldAttrs.src.override {
          rev = "refs/tags/v${version}";
          hash = "sha256-op28CGpJBcCBiy0WXboaf4JeNRIMX6653QkAV6XW/yI=";
        };
        doCheck = false;
      });
    };
  };
in