pgadmin: add werkzeug override
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -33,7 +33,7 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-4RIMIoyi9VO0cN9KX6knq2YlhGdSYGmYGz6wqRkCaH0=";
|
sha256 = "sha256-4RIMIoyi9VO0cN9KX6knq2YlhGdSYGmYGz6wqRkCaH0=";
|
||||||
};
|
};
|
||||||
disabledTests = (oldAttrs.disabledTests or []) ++ [
|
disabledTests = (oldAttrs.disabledTests or [ ]) ++ [
|
||||||
"test_aborting"
|
"test_aborting"
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
@@ -41,6 +41,13 @@ let
|
|||||||
# Nothing of interest changed from 0.2 to 0.3
|
# Nothing of interest changed from 0.2 to 0.3
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
|
werkzeug = prev.werkzeug.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
version = "2.0.3";
|
||||||
|
src = oldAttrs.src.override {
|
||||||
|
inherit version;
|
||||||
|
sha256 = "sha256-uGP4/wV8UiFktgZ8niiwQRYbS+W6TQ2s7qpQoWOCLTw=";
|
||||||
|
};
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user