From 0a2fa826db634d60b45b39191a7bd20a96f3f201 Mon Sep 17 00:00:00 2001 From: inexcode Date: Fri, 12 Aug 2022 18:15:13 +0400 Subject: [PATCH] di --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 2507d6c..89904a2 100644 --- a/default.nix +++ b/default.nix @@ -97,7 +97,7 @@ self: super: rec { patches = [ # Bump starlette, https://github.com/tiangolo/fastapi/pull/4483 - (fetchpatch { + (python-super.fetchpatch { name = "support-later-starlette.patch"; # PR contains multiple commits url = "https://patch-diff.githubusercontent.com/raw/tiangolo/fastapi/pull/4483.patch";