update: 2024.6.1 -> 2024.6.2
Release notes: https://docs.goauthentik.io/docs/releases/2024.6#fixed-in-202462 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/9075270b01e784d25f2ec08b82e73f1ce3086184' (2024-07-11) → 'github:goauthentik/authentik/d6904b6aa1440f98f8061c3d12f7358c21b5ae2d' (2024-07-31)
This commit is contained in:
parent
89cfaf2eb1
commit
9067dd09db
3 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2024.6.1";
|
||||
url = "github:goauthentik/authentik/version/2024.6.2";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2024.6.1"; # to pass to the drvs of some components
|
||||
authentik-version = "2024.6.2"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue