diff --git a/flake.lock b/flake.lock index 579f3a2..bcbacca 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1708611974, - "narHash": "sha256-M1LykpaKAHX9pLlueHufj2RcbNZRcCnhzbhek87EWFs=", + "lastModified": 1709580025, + "narHash": "sha256-2B1RgKY5tpDBdzguEyWqzg15w5x/dLS2ffjbnxbpINs=", "owner": "goauthentik", "repo": "authentik", - "rev": "8256f1897df0a741a81dcb066d4edae879c30408", + "rev": "4ec37c52395df6a3b431934cb27771ff814b024c", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.2.1", + "ref": "version/2024.2.2", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 33d5cf2..e7c854e 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/2024.2.1"; + url = "github:goauthentik/authentik/version/2024.2.2"; flake = false; }; }; @@ -47,7 +47,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.2.1"; # to pass to the drvs of some components + authentik-version = "2024.2.2"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"