mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 20:21:27 +00:00
rollback
This commit is contained in:
parent
8683b8f500
commit
1fb5ea5520
|
@ -25,10 +25,10 @@ let
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "selfprivacy-api";
|
||||
version = "1.2.6.1";
|
||||
version = "1.2.6";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "a6ad9aaf90c206c9ae9f8d2228c3b7f456c6e658";
|
||||
rev = "28db251f1fc91d3de5d801adb23044da76b2d91c";
|
||||
ref = "graphql";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue