mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-16 07:43:17 +00:00
feat: Test if getting headers works
This commit is contained in:
parent
54be7121b4
commit
b098118175
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue