pgadmin: add werkzeug override
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
cf6b75adb0
commit
5cf8ef4ba4
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue