Skip to content

Commit

Permalink
update: 2024.12.1 -> 2024.12.2
Browse files Browse the repository at this point in the history
See https://docs.goauthentik.io/docs/releases/2024.12#fixed-in-2024122

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/e87a17fd8169d3fa92bcc47eb2743928df83bc95' (2024-12-23)
  → 'github:goauthentik/authentik/9d81f0598c7735e2b4616ee865ab896056a67408' (2025-01-09)
  • Loading branch information
WilliButz committed Jan 9, 2025
1 parent 5db6f77 commit bf5a5bf
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 @@ -31,7 +31,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2024.12.1";
url = "github:goauthentik/authentik/version/2024.12.2";
flake = false;
};
};
Expand All @@ -50,7 +50,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2024.12.1"; # to pass to the drvs of some components
authentik-version = "2024.12.2"; # to pass to the drvs of some components
in {
systems = import inputs.systems;
flake = { self, ... }: {
Expand Down

0 comments on commit bf5a5bf

Please sign in to comment.