mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-03-21 13:02:02 +00:00
fix ws auth
This commit is contained in:
parent
191fe9f8cc
commit
266824b42b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ let
|
|||
version = "2.0.0";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "aafc77dce35f983202b2b0224cb74480747a98fb";
|
||||
rev = "ba434f4fb594a73b64974eea9c46516bfd5778d3";
|
||||
ref = "fastapi";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Add table
Reference in a new issue