mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 12:11:27 +00:00
fix
This commit is contained in:
parent
ede514b193
commit
6485b78f38
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs ? import <nixpkgs> { }, pythonPkgs ? nixpkgs.pkgs.python39Packages }:
|
||||
{ nixpkgs ? import <nixpkgs> { }, pythonPkgs ? nixpkgs.pkgs.python310Packages }:
|
||||
|
||||
let
|
||||
inherit (nixpkgs) pkgs;
|
||||
|
@ -29,7 +29,7 @@ let
|
|||
version = "2.1.2";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "549b149aaf41d8e02727f5c3741168814c19aad6";
|
||||
rev = "d02302c7b236d8fbb230e16923ceef31a0d2c2a4";
|
||||
ref = "restic-rewrite";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue