mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-02-16 22:24:27 +00:00
aaa
This commit is contained in:
parent
1a38af595e
commit
2abf4b360f
|
@ -26,7 +26,7 @@ self: super: rec {
|
|||
pname = "starlette";
|
||||
version = "0.19.0";
|
||||
format = "setuptools";
|
||||
src = fetchFromGitHub {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "encode";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
|
@ -69,7 +69,7 @@ self: super: rec {
|
|||
pname = "fastapi";
|
||||
version = "0.75.2";
|
||||
format = "flit";
|
||||
src = fetchFromGitHub {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "tiangolo";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
|
@ -97,7 +97,7 @@ self: super: rec {
|
|||
|
||||
patches = [
|
||||
# Bump starlette, https://github.com/tiangolo/fastapi/pull/4483
|
||||
(fetchpatch {
|
||||
(pkgs.fetchpatch {
|
||||
name = "support-later-starlette.patch";
|
||||
# PR contains multiple commits
|
||||
url = "https://patch-diff.githubusercontent.com/raw/tiangolo/fastapi/pull/4483.patch";
|
||||
|
|
Loading…
Reference in a new issue