Skip to content

Commit b059e1d

Browse files
committed
update: 2024.10.4 -> 2024.10.5
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)
1 parent 9d9c0a3 commit b059e1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
};
3333
};
3434
authentik-src = { # change version string in outputs as well when updating
35-
url = "github:goauthentik/authentik/version/2024.10.4";
35+
url = "github:goauthentik/authentik/version/2024.10.5";
3636
flake = false;
3737
};
3838
};
@@ -51,7 +51,7 @@
5151
{ inherit inputs; }
5252
({ inputs, lib, withSystem, ... }:
5353
let
54-
authentik-version = "2024.10.4"; # to pass to the drvs of some components
54+
authentik-version = "2024.10.5"; # to pass to the drvs of some components
5555
in {
5656
systems = import inputs.systems;
5757
flake = { self, ... }: {

0 commit comments

Comments
 (0)