Skip to content

Commit

Permalink
update: 2024.10.4 -> 2024.10.5
Browse files Browse the repository at this point in the history
See https://docs.goauthentik.io/docs/releases/2024.10#fixed-in-2024105

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/527e584699abc93712114b05f70f59c5187caa66' (2024-11-21)
  → 'github:goauthentik/authentik/0edd7531a152910e6bdd4f7d3d0cde3ed5fdd956' (2024-12-10)
  • Loading branch information
WilliButz committed Dec 10, 2024
1 parent 9d9c0a3 commit b059e1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2024.10.4";
url = "github:goauthentik/authentik/version/2024.10.5";
flake = false;
};
};
Expand All @@ -51,7 +51,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2024.10.4"; # to pass to the drvs of some components
authentik-version = "2024.10.5"; # to pass to the drvs of some components
in {
systems = import inputs.systems;
flake = { self, ... }: {
Expand Down

0 comments on commit b059e1d

Please sign in to comment.