mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 20:41:28 +00:00
missing semicolon
This commit is contained in:
parent
54f2d8c940
commit
d0e40f59a1
|
@ -29,7 +29,7 @@ let
|
|||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "4e7261c9c41b2d389a5825c3d0a73f141b597d3e";
|
||||
ref = "fix/dkim_parser"
|
||||
ref = "fix/dkim_parser";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue