diff --git a/flake.lock b/flake.lock index 9364a52..3e6825e 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1703164716, - "narHash": "sha256-i9LpLrlYe4B0c2MaED1azH/EHlsO6pMtdytq49EDfGA=", + "lastModified": 1704822648, + "narHash": "sha256-N6FeNUlenbBQPAAUSqC+2GWFfte3G+Zfu5KGVJOqNZQ=", "owner": "goauthentik", "repo": "authentik", - "rev": "a15a04036223c53bea841436f4943278b4eab460", + "rev": "1cd000dfe204b9605c85e6cebc051586a0329604", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.10.5", + "ref": "version/2023.10.6", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 05d49ed..5444732 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2023.10.5"; + url = "github:goauthentik/authentik/version/2023.10.6"; flake = false; }; }; @@ -47,7 +47,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2023.10.5"; # to pass to the drvs of some components + authentik-version = "2023.10.6"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"