update: 2023.6.0 -> 2023.6.1

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/7db9ced218ed6584fe4ab9e4f115509fac9bdd52' (2023-07-07)
  → 'github:goauthentik/authentik/d6af506a78caaf9e6ef394dffa1f931bcc2cd656' (2023-07-10)
This commit is contained in:
WilliButz 2023-07-13 12:25:47 +02:00
parent 9449792f5b
commit 39d0aeba31
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1688730196, "lastModified": 1688988022,
"narHash": "sha256-m79tgfQv7HoMcvbFkGdNV77ufJw0nRygNuJvSIeF/yA=", "narHash": "sha256-5N1pmFtCuiv3C1243TiOWGO8vaG4RNtuGwnS2JWWIbU=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "7db9ced218ed6584fe4ab9e4f115509fac9bdd52", "rev": "d6af506a78caaf9e6ef394dffa1f931bcc2cd656",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2023.6.0", "ref": "version/2023.6.1",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

@ -20,7 +20,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/2023.6.0"; url = "github:goauthentik/authentik/version/2023.6.1";
flake = false; flake = false;
}; };
}; };
@ -39,7 +39,7 @@
{ inherit inputs; } { inherit inputs; }
({ inputs, lib, withSystem, ... }: ({ inputs, lib, withSystem, ... }:
let let
authentik-version = "2023.6.0"; # to pass to the drvs of some components authentik-version = "2023.6.1"; # to pass to the drvs of some components
in rec { in rec {
systems = [ systems = [
"x86_64-linux" "x86_64-linux"