feat: Test if getting headers works

This commit is contained in:
Inex Code 2023-04-12 16:14:51 +03:00
parent 54be7121b4
commit b098118175
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ let
version = "2.1.2";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "6aadbabbc4da5dca0a704b9b1a0a3ee58e81bca5";
ref = "l10n";
rev = "e0ea004e8081eab00171402fd989fa20f442dc3e";
};
propagatedBuildInputs = [
setuptools