diff --git a/flake.lock b/flake.lock index 79eab46..774a2ef 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1715092773, - "narHash": "sha256-B+ZLD1D/UQty1urQ0qDFo67vjsk/jtssjqIQOY0Oxq4=", + "lastModified": 1719398211, + "narHash": "sha256-d4UsYRqHRNabhh28GZZRijmZ1pd9D/o1a4L4d7Yn39M=", "owner": "goauthentik", "repo": "authentik", - "rev": "1f5953b5b7e72c085246e8f19b94482dac946d83", + "rev": "5afceaa55f4d831db0cf9d80562e86eb43b622ec", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.4.2", + "ref": "version/2024.4.3", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 72ce65c..fe9d195 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.4.2"; + url = "github:goauthentik/authentik/version/2024.4.3"; flake = false; }; }; @@ -46,7 +46,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.4.2"; # to pass to the drvs of some components + authentik-version = "2024.4.3"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"