update: 2024.10.1 -> 2024.10.2

See https://docs.goauthentik.io/docs/releases/2024.10#fixed-in-2024102

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/665de8ef2211524f3cc13dce9344bd59c61c3a5c' (2024-11-05)
  → 'github:goauthentik/authentik/66a4970014da49ceec0715e5dec8c9aa032a3146' (2024-11-14)
This commit is contained in:
WilliButz 2024-11-14 22:46:09 +01:00
parent 5af11599ea
commit 7c97a8bf17
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
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": 1730826392,
"narHash": "sha256-EuNOfMy7yVa1OqWwCtNtmdeIQeQCTCKBXgJdz0QCPIU=",
"lastModified": 1731600340,
"narHash": "sha256-7uQteE+Ywiu04Ymhl3G8IRH6JJXPyd0mg61tJJMeGvg=",
"owner": "goauthentik",
"repo": "authentik",
"rev": "665de8ef2211524f3cc13dce9344bd59c61c3a5c",
"rev": "66a4970014da49ceec0715e5dec8c9aa032a3146",
"type": "github"
},
"original": {
"owner": "goauthentik",
"ref": "version/2024.10.1",
"ref": "version/2024.10.2",
"repo": "authentik",
"type": "github"
}

View file

@ -32,7 +32,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2024.10.1";
url = "github:goauthentik/authentik/version/2024.10.2";
flake = false;
};
};
@ -51,7 +51,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2024.10.1"; # to pass to the drvs of some components
authentik-version = "2024.10.2"; # to pass to the drvs of some components
in {
systems = import inputs.systems;
flake = { self, ... }: {