mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 20:21:27 +00:00
Fix types
This commit is contained in:
parent
0e5ee12011
commit
d7627c26cc
|
@ -30,7 +30,7 @@ let
|
|||
version = "1.2.6";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "d8d3cd20684be4238081e73fc124278508c3e27b";
|
||||
rev = "8ea0d89d71de8dbe0c42a755f3e7d3892b8fb240";
|
||||
ref = "test-branch";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue