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)
This commit is contained in:
parent
9d9c0a3a94
commit
b059e1d6e7
2 changed files with 6 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
||||||
"authentik-src": {
|
"authentik-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732213300,
|
"lastModified": 1733849292,
|
||||||
"narHash": "sha256-4Pv35cnZGiTxe6j2O0F9L9sHzxVIC1SazeAUD5kWeBs=",
|
"narHash": "sha256-gJYgrRxytoGHkjeEsiKY/tl06D8XOnZZ9SDpK1WSyUw=",
|
||||||
"owner": "goauthentik",
|
"owner": "goauthentik",
|
||||||
"repo": "authentik",
|
"repo": "authentik",
|
||||||
"rev": "527e584699abc93712114b05f70f59c5187caa66",
|
"rev": "0edd7531a152910e6bdd4f7d3d0cde3ed5fdd956",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "goauthentik",
|
"owner": "goauthentik",
|
||||||
"ref": "version/2024.10.4",
|
"ref": "version/2024.10.5",
|
||||||
"repo": "authentik",
|
"repo": "authentik",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
authentik-src = { # change version string in outputs as well when updating
|
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;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
{ inherit inputs; }
|
{ inherit inputs; }
|
||||||
({ inputs, lib, withSystem, ... }:
|
({ inputs, lib, withSystem, ... }:
|
||||||
let
|
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 {
|
in {
|
||||||
systems = import inputs.systems;
|
systems = import inputs.systems;
|
||||||
flake = { self, ... }: {
|
flake = { self, ... }: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue