pgadmin: add werkzeug override

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-04-20 00:37:08 +02:00
parent cf6b75adb0
commit 5cf8ef4ba4

View file

@ -41,6 +41,13 @@ let
# Nothing of interest changed from 0.2 to 0.3
doCheck = false;
});
werkzeug = prev.werkzeug.overridePythonAttrs (oldAttrs: rec {
version = "2.0.3";
src = oldAttrs.src.override {
inherit version;
sha256 = "sha256-uGP4/wV8UiFktgZ8niiwQRYbS+W6TQ2s7qpQoWOCLTw=";
};
});
});
in