python3Packages.fastapi: 0.65.0 -> 0.65.2

resolves CVE-2021-32677
This commit is contained in:
Robert Scott 2021-06-25 19:40:33 +01:00
parent 7bc6972957
commit f582fd6475

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "fastapi";
version = "0.65.0";
version = "0.65.2";
format = "flit";
src = fetchFromGitHub {
owner = "tiangolo";
repo = "fastapi";
rev = version;
sha256 = "sha256-DPfijCGORF3ThZblqaYTKN0H8+wlhtdIS8lfKfJl/bY=";
sha256 = "032srvbfdy02m1b664x67lkdcx6b2bd4c9a9cb176lscjk213240";
};
postPatch = ''