Fix branch

test-upstream-strawberry
inexcode 2022-08-12 17:51:36 +04:00
parent 654d17f7d6
commit e4651e28e7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ let
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "43675b2d1d1e8b9ff3a66b47afbb73ff3de63425";
ref = "graphql";
ref = "fastapi";
};
propagatedBuildInputs = [
setuptools