mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-02-16 22:24:27 +00:00
fix calls to legacy api
This commit is contained in:
parent
871e7b82d8
commit
4ec3f56d8d
|
@ -29,7 +29,7 @@ let
|
|||
version = "2.2.0";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "eafc7a412c53974990a36ecce10ad9e87cc90629";
|
||||
rev = "413911849d00cf858beb81a14132973a9a3d82d4";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue