update: 2023.8.1 -> 2023.8.2
Flake lock file updates:
• Updated input 'authentik-src':
'github:goauthentik/authentik/be3cfaee560a7d6fac157d61ae7186a92a279c9c' (2023-08-29)
→ 'github:goauthentik/authentik/97e4c8d5e22f21295b8d0eda039243433253ddfc' (2023-09-01)
This commit is contained in:
parent
fbac551e86
commit
604736f429
2 changed files with 7 additions and 7 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
|||
"authentik-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1693348305,
|
||||
"narHash": "sha256-B+8sgcVSQ37VenuhOj5IV0WQPRJco5gh/jAA/F2sKQk=",
|
||||
"lastModified": 1693582036,
|
||||
"narHash": "sha256-KEEOLwewZ6LOmiAMgidbfcCDCprPabJSm9B44rxCFCc=",
|
||||
"owner": "goauthentik",
|
||||
"repo": "authentik",
|
||||
"rev": "be3cfaee560a7d6fac157d61ae7186a92a279c9c",
|
||||
"rev": "97e4c8d5e22f21295b8d0eda039243433253ddfc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "goauthentik",
|
||||
"ref": "version/2023.8.1",
|
||||
"ref": "version/2023.8.2",
|
||||
"repo": "authentik",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2023.8.1";
|
||||
url = "github:goauthentik/authentik/version/2023.8.2";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2023.8.1"; # to pass to the drvs of some components
|
||||
authentik-version = "2023.8.2"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
"cmd/proxy"
|
||||
"cmd/radius"
|
||||
];
|
||||
vendorSha256 = "sha256-womCCrXBoG3xhiqe0NnqNVuf+ecIPHVaCRbzNcsHs4o=";
|
||||
vendorSha256 = "sha256-F3JzzL6Gg9H4qdmp4MbQFupccATYIUIFL05is6xzoZY=";
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/server --prefix PATH : ${pythonEnv}/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue