Compare commits

...

13 Commits

Author SHA1 Message Date
Inex Code fd20f4064e update 2022-04-29 14:27:47 +03:00
Inex Code 01dbd4731f update 2022-04-29 14:25:07 +03:00
Inex Code 612186db77 API 1.2.3 pre 2022-04-29 11:42:23 +03:00
inexcode 4ff8ef285c API 1.2.0 2022-02-16 17:16:38 +03:00
inexcode e9d4b4f206 Merge branch 'master' into rolling 2022-02-16 17:16:07 +03:00
Inex Code 7b20331ae7 Apply fix to restic 2021-12-08 06:49:30 +02:00
Inex Code 49f8811c77 debugging 2021-12-06 12:07:31 +03:00
Inex Code 621715b0ee Attempt to fix api freezing 2021-12-06 12:01:44 +03:00
Inex Code f13f57a17d Restic controller 2021-12-06 09:49:34 +03:00
Inex Code 43426c0a30 Fix backups init 2021-12-02 23:09:06 +03:00
Inex Code 87704b6225 fix wrong ref 2021-12-02 20:37:21 +03:00
Inex Code 970cdbebe4 Use rolling API 2021-12-02 18:14:55 +03:00
Inex Code 8a79818078 Add testing libs for API package 2021-11-29 22:17:10 +03:00
1 changed files with 3 additions and 2 deletions

View File

@ -22,10 +22,11 @@ let
}:
buildPythonPackage rec {
pname = "selfprivacy-api";
version = "1.2.2";
version = "1.2.3";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "6cd896f977bc6f450cea51dd23c740b2308ca70e";
rev = "f31b1173a229e91c5e0952e8dbb4cce9b4c8ddcd";
ref = "nix-channel-migration";
};
propagatedBuildInputs = [
flask