update: 2023.10.3 -> 2023.10.4 (security update)

Includes fix for https://goauthentik.io/docs/security/CVE-2023-48228

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/82b5274b15ddf6d9925e7b349f70bbff5be1d8be' (2023-11-09)
  → 'github:goauthentik/authentik/a2a67161ac8b840d63cbaacdfbebb60fd48e901b' (2023-11-21)
This commit is contained in:
WilliButz 2023-11-21 18:46:15 +01:00
parent 976d382bf4
commit 9663811618
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": {
"flake": false,
"locked": {
"lastModified": 1699551442,
"narHash": "sha256-3yI9+aylnPZn6Yf1EdpNKNAy6SvJnqnE7s+QQWHyqo4=",
"lastModified": 1700588304,
"narHash": "sha256-NsXYfXxn7ofl9EeLAQi1V0tKlOeVyQqH1W26uejjKV0=",
"owner": "goauthentik",
"repo": "authentik",
"rev": "82b5274b15ddf6d9925e7b349f70bbff5be1d8be",
"rev": "a2a67161ac8b840d63cbaacdfbebb60fd48e901b",
"type": "github"
},
"original": {
"owner": "goauthentik",
"ref": "version/2023.10.3",
"ref": "version/2023.10.4",
"repo": "authentik",
"type": "github"
}

View file

@ -27,7 +27,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2023.10.3";
url = "github:goauthentik/authentik/version/2023.10.4";
flake = false;
};
};
@ -47,7 +47,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2023.10.3"; # to pass to the drvs of some components
authentik-version = "2023.10.4"; # to pass to the drvs of some components
in {
systems = [
"x86_64-linux"