diff --git a/flake.lock b/flake.lock index 5d691dc..a14d757 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1722875733, - "narHash": "sha256-LPNcvKiVrwPwc3G/j0a7KoMKAMScbzui0C3IgWXP+g4=", + "lastModified": 1724339964, + "narHash": "sha256-QwK/auMLCJEHHtyexFnO+adCq/u0fezHQ90fXW9J4c4=", "owner": "goauthentik", "repo": "authentik", - "rev": "8f207c75046d722c17dee2bcf65fa386b06f5b9a", + "rev": "8a0b31b9227ca33b96c5448f185419f17090ed38", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.6.3", + "ref": "version/2024.6.4", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index c7bd46a..a2b3d57 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.6.3"; + url = "github:goauthentik/authentik/version/2024.6.4"; flake = false; }; }; @@ -46,7 +46,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.6.3"; # to pass to the drvs of some components + authentik-version = "2024.6.4"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"