diff --git a/flake.lock b/flake.lock index 87ddf3c..005299a 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1736440980, - "narHash": "sha256-Z3rFFrXrOKaF9NpY/fInsEbzdOWnWqLfEYl7YX9hFEU=", + "lastModified": 1738183650, + "narHash": "sha256-4XdYlqfd23TVPaJ0R5tEBIpDXLV4mFHdXhIWp5dIvIE=", "owner": "goauthentik", "repo": "authentik", - "rev": "9d81f0598c7735e2b4616ee865ab896056a67408", + "rev": "f1b7a9f934e6b58a1884ba753575eac6267f4b6e", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.12.2", + "ref": "version/2024.12.3", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index ee12622..9afbe2d 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2024.12.2"; + url = "github:goauthentik/authentik/version/2024.12.3"; flake = false; }; }; @@ -50,7 +50,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.12.2"; # to pass to the drvs of some components + authentik-version = "2024.12.3"; # to pass to the drvs of some components in { systems = import inputs.systems; flake = { self, ... }: {