diff --git a/flake.lock b/flake.lock index fa9704a..01427cc 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1727446911, - "narHash": "sha256-AlIzFSVfXBuvHkrlFqIBhcRohax5XFXvz/9ULelE8tw=", + "lastModified": 1730315123, + "narHash": "sha256-UYOdBlkGeIGCG/pCGLANWv1bKTdBEUp6jTiLG7BpY7E=", "owner": "goauthentik", "repo": "authentik", - "rev": "91d2445c61da49026f76dceb7f5b524e30335a42", + "rev": "e8b5e4c1272151f4a3666e53754f7deefb8e2fb3", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.8.3", + "ref": "version/2024.8.4", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 7d86326..af7a423 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.8.3"; + url = "github:goauthentik/authentik/version/2024.8.4"; flake = false; }; }; @@ -51,7 +51,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.8.3"; # to pass to the drvs of some components + authentik-version = "2024.8.4"; # to pass to the drvs of some components in { systems = import inputs.systems; flake = { self, ... }: {