fix calls to legacy api

testing/do-volumes
Inex Code 2023-07-20 20:07:13 +03:00
parent 871e7b82d8
commit 4ec3f56d8d
1 changed files with 1 additions and 1 deletions

View File

@ -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