update: 2024.12.1 -> 2024.12.2

See https://docs.goauthentik.io/docs/releases/2024.12#fixed-in-2024122

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/e87a17fd8169d3fa92bcc47eb2743928df83bc95' (2024-12-23)
  → 'github:goauthentik/authentik/9d81f0598c7735e2b4616ee865ab896056a67408' (2025-01-09)
This commit is contained in:
WilliButz 2025-01-09 18:37:00 +01:00
parent 5db6f7711a
commit bf5a5bf421
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": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1734959339, "lastModified": 1736440980,
"narHash": "sha256-CkUmsVKzAQ/VWIhtxWxlcGtrWVa8hxqsMqvfcsG5ktA=", "narHash": "sha256-Z3rFFrXrOKaF9NpY/fInsEbzdOWnWqLfEYl7YX9hFEU=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "e87a17fd8169d3fa92bcc47eb2743928df83bc95", "rev": "9d81f0598c7735e2b4616ee865ab896056a67408",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2024.12.1", "ref": "version/2024.12.2",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

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