update: 2024.10.3 -> 2024.10.4

See https://docs.goauthentik.io/docs/releases/2024.10#fixed-in-2024104

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/a9776a83d38850da3b2212efa9485a73b46e512f' (2024-11-21)
  → 'github:goauthentik/authentik/527e584699abc93712114b05f70f59c5187caa66' (2024-11-21)
This commit is contained in:
WilliButz 2024-11-21 19:57:24 +01:00
parent 12b724b46a
commit 9d9c0a3a94
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": {
"flake": false,
"locked": {
"lastModified": 1732198666,
"narHash": "sha256-ceRKZFYVXkOhUCzFDRZ10cZdQ4219SOT5KUalJhSEeU=",
"lastModified": 1732213300,
"narHash": "sha256-4Pv35cnZGiTxe6j2O0F9L9sHzxVIC1SazeAUD5kWeBs=",
"owner": "goauthentik",
"repo": "authentik",
"rev": "a9776a83d38850da3b2212efa9485a73b46e512f",
"rev": "527e584699abc93712114b05f70f59c5187caa66",
"type": "github"
},
"original": {
"owner": "goauthentik",
"ref": "version/2024.10.3",
"ref": "version/2024.10.4",
"repo": "authentik",
"type": "github"
}

View file

@ -32,7 +32,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2024.10.3";
url = "github:goauthentik/authentik/version/2024.10.4";
flake = false;
};
};
@ -51,7 +51,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2024.10.3"; # to pass to the drvs of some components
authentik-version = "2024.10.4"; # to pass to the drvs of some components
in {
systems = import inputs.systems;
flake = { self, ... }: {