update: 2024.2.1 -> 2024.2.2
https://docs.goauthentik.io/docs/releases/2024.2#fixed-in-202422 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/8256f1897df0a741a81dcb066d4edae879c30408' (2024-02-22) → 'github:goauthentik/authentik/4ec37c52395df6a3b431934cb27771ff814b024c' (2024-03-04)
This commit is contained in:
parent
a6284190eb
commit
30686ffd70
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": 1708611974,
|
"lastModified": 1709580025,
|
||||||
"narHash": "sha256-M1LykpaKAHX9pLlueHufj2RcbNZRcCnhzbhek87EWFs=",
|
"narHash": "sha256-2B1RgKY5tpDBdzguEyWqzg15w5x/dLS2ffjbnxbpINs=",
|
||||||
"owner": "goauthentik",
|
"owner": "goauthentik",
|
||||||
"repo": "authentik",
|
"repo": "authentik",
|
||||||
"rev": "8256f1897df0a741a81dcb066d4edae879c30408",
|
"rev": "4ec37c52395df6a3b431934cb27771ff814b024c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "goauthentik",
|
"owner": "goauthentik",
|
||||||
"ref": "version/2024.2.1",
|
"ref": "version/2024.2.2",
|
||||||
"repo": "authentik",
|
"repo": "authentik",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,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.2.1";
|
url = "github:goauthentik/authentik/version/2024.2.2";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
{ inherit inputs; }
|
{ inherit inputs; }
|
||||||
({ inputs, lib, withSystem, ... }:
|
({ inputs, lib, withSystem, ... }:
|
||||||
let
|
let
|
||||||
authentik-version = "2024.2.1"; # to pass to the drvs of some components
|
authentik-version = "2024.2.2"; # to pass to the drvs of some components
|
||||||
in {
|
in {
|
||||||
systems = [
|
systems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue