test-upstream-strawberry
inexcode 2022-08-12 18:49:56 +04:00
parent 1a38af595e
commit 2abf4b360f
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ self: super: rec {
pname = "starlette"; pname = "starlette";
version = "0.19.0"; version = "0.19.0";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "encode"; owner = "encode";
repo = pname; repo = pname;
rev = version; rev = version;
@ -69,7 +69,7 @@ self: super: rec {
pname = "fastapi"; pname = "fastapi";
version = "0.75.2"; version = "0.75.2";
format = "flit"; format = "flit";
src = fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "tiangolo"; owner = "tiangolo";
repo = pname; repo = pname;
rev = version; rev = version;
@ -97,7 +97,7 @@ self: super: rec {
patches = [ patches = [
# Bump starlette, https://github.com/tiangolo/fastapi/pull/4483 # Bump starlette, https://github.com/tiangolo/fastapi/pull/4483
(fetchpatch { (pkgs.fetchpatch {
name = "support-later-starlette.patch"; name = "support-later-starlette.patch";
# PR contains multiple commits # PR contains multiple commits
url = "https://patch-diff.githubusercontent.com/raw/tiangolo/fastapi/pull/4483.patch"; url = "https://patch-diff.githubusercontent.com/raw/tiangolo/fastapi/pull/4483.patch";