mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-02-16 22:24:27 +00:00
fix: module not found
This commit is contained in:
parent
de5ed98a5c
commit
4958fa8f84
|
@ -29,7 +29,7 @@ let
|
|||
version = "2.1.0";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "b5ee542693e1a029bc5d5dc53cd3920c422c98fb";
|
||||
rev = "e7a49e170dfb8624ab39f1217cd5ae651b87a099";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue