privacyidea: fix migration command

This commit is contained in:
Maximilian Bosch 2021-07-22 14:09:33 +02:00
parent 7968422262
commit 62030c17dc
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -12,6 +12,13 @@ let
sha256 = "ebbb777cbf9312359b897bf81ba00dae0f5cb69fba2a18265dcc18a6f5ef7519";
};
});
flask_migrate = super.flask_migrate.overridePythonAttrs (oldAttrs: rec {
version = "2.7.0";
src = oldAttrs.src.override {
inherit version;
sha256 = "ae2f05671588762dd83a21d8b18c51fe355e86783e24594995ff8d7380dffe38";
};
});
werkzeug = self.callPackage ../../../development/python-modules/werkzeug/1.nix { };
flask = self.callPackage ../../../development/python-modules/flask/1.nix { };
};