mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-03-20 20:49:30 +00:00
fix: module not found
This commit is contained in:
parent
de5ed98a5c
commit
4958fa8f84
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue