update: 2024.10.2 -> 2024.10.3 (security update)
Fixes CVE-2024-52287, CVE-2024-52289 and CVE-2024-52307 See https://docs.goauthentik.io/docs/releases/2024.10#fixed-in-2024103 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/66a4970014da49ceec0715e5dec8c9aa032a3146' (2024-11-14) → 'github:goauthentik/authentik/a9776a83d38850da3b2212efa9485a73b46e512f' (2024-11-21)
This commit is contained in:
parent
91ff8d93f0
commit
12b724b46a
2 changed files with 6 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
|||
"authentik-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1731600340,
|
||||
"narHash": "sha256-7uQteE+Ywiu04Ymhl3G8IRH6JJXPyd0mg61tJJMeGvg=",
|
||||
"lastModified": 1732198666,
|
||||
"narHash": "sha256-ceRKZFYVXkOhUCzFDRZ10cZdQ4219SOT5KUalJhSEeU=",
|
||||
"owner": "goauthentik",
|
||||
"repo": "authentik",
|
||||
"rev": "66a4970014da49ceec0715e5dec8c9aa032a3146",
|
||||
"rev": "a9776a83d38850da3b2212efa9485a73b46e512f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "goauthentik",
|
||||
"ref": "version/2024.10.2",
|
||||
"ref": "version/2024.10.3",
|
||||
"repo": "authentik",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2024.10.2";
|
||||
url = "github:goauthentik/authentik/version/2024.10.3";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2024.10.2"; # to pass to the drvs of some components
|
||||
authentik-version = "2024.10.3"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = import inputs.systems;
|
||||
flake = { self, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue