mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 20:21:27 +00:00
Fix branch
This commit is contained in:
parent
654d17f7d6
commit
e4651e28e7
|
@ -29,7 +29,7 @@ let
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||||
rev = "43675b2d1d1e8b9ff3a66b47afbb73ff3de63425";
|
rev = "43675b2d1d1e8b9ff3a66b47afbb73ff3de63425";
|
||||||
ref = "graphql";
|
ref = "fastapi";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue