diff --git a/flake.lock b/flake.lock index a65581a..8f4638c 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1732213300, - "narHash": "sha256-4Pv35cnZGiTxe6j2O0F9L9sHzxVIC1SazeAUD5kWeBs=", + "lastModified": 1733849292, + "narHash": "sha256-gJYgrRxytoGHkjeEsiKY/tl06D8XOnZZ9SDpK1WSyUw=", "owner": "goauthentik", "repo": "authentik", - "rev": "527e584699abc93712114b05f70f59c5187caa66", + "rev": "0edd7531a152910e6bdd4f7d3d0cde3ed5fdd956", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.10.4", + "ref": "version/2024.10.5", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index e552d7e..0abfda3 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2024.10.4"; + url = "github:goauthentik/authentik/version/2024.10.5"; flake = false; }; }; @@ -51,7 +51,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.10.4"; # to pass to the drvs of some components + authentik-version = "2024.10.5"; # to pass to the drvs of some components in { systems = import inputs.systems; flake = { self, ... }: {