diff --git a/flake.lock b/flake.lock index 2b439cf..24ce800 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1751031262, - "narHash": "sha256-SNgRMQUjL3DTlWkMyRMan+pY1FfIV+DMeq5BiTM0N0k=", + "lastModified": 1753187283, + "narHash": "sha256-sJQ1crUhw8CsafTgMacF8bJx6OdVSo8qYam3a4dWp2Q=", "owner": "goauthentik", "repo": "authentik", - "rev": "b34665fabd8d938d81ce871a4e86ca528c5f253b", + "rev": "e10dfdb33f8c41486726fad6087fffa1afd0c428", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2025.4.3", + "ref": "version/2025.4.4", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 8e64be4..730a945 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.3"; + url = "github:goauthentik/authentik/version/2025.4.4"; flake = false; }; }; @@ -67,7 +67,7 @@ ... }: let - authentik-version = "2025.4.3"; # to pass to the drvs of some components + authentik-version = "2025.4.4"; # to pass to the drvs of some components in { systems = import inputs.systems;