diff --git a/flake.lock b/flake.lock index 00c4238..bbdec58 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1747329052, - "narHash": "sha256-idShMSYIrf3ViG9VFNGNu6TSjBz3Q+GJMMeCzcJwfG4=", + "lastModified": 1749043670, + "narHash": "sha256-gwHngqb23U8By7jhxFWQZOXy+vPQApJSkvr4gHI5ifQ=", "owner": "goauthentik", "repo": "authentik", - "rev": "ae47624761f05040149d856d5e55a90cd7492740", + "rev": "bda30c5ad5838fea36dc0a06f8580cca437f0fc0", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2025.4.1", + "ref": "version/2025.4.2", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index cc52402..cb2aa11 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2025.4.1"; + url = "github:goauthentik/authentik/version/2025.4.2"; flake = false; }; }; @@ -67,7 +67,7 @@ ... }: let - authentik-version = "2025.4.1"; # to pass to the drvs of some components + authentik-version = "2025.4.2"; # to pass to the drvs of some components in { systems = import inputs.systems;