mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-26 05:51:30 +00:00
fix
This commit is contained in:
parent
be3f2050ef
commit
87bb582ce8
|
@ -28,7 +28,7 @@ let
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
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 = "bb99c2ba587f8545ae82c4a8f8fa2acf1d1a36bb";
|
rev = "130ab61d4ba30602663982022309e23c397a2079";
|
||||||
ref = "fastapi";
|
ref = "fastapi";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue