flake: update inputs for 2023.6.0

This commit is contained in:
WilliButz 2023-07-13 11:45:15 +02:00
parent 4baa548996
commit 3b9fff6c23
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 9 additions and 9 deletions

14
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1688660156, "lastModified": 1688730196,
"narHash": "sha256-BIq6B6gCIHSOmTeEyaJg4V//4+3bHb+/v8dw9x8oKQA=", "narHash": "sha256-m79tgfQv7HoMcvbFkGdNV77ufJw0nRygNuJvSIeF/yA=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "b99ac0122805ed0e99da2da71388ad95f5310b02", "rev": "7db9ced218ed6584fe4ab9e4f115509fac9bdd52",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2023.5.5", "ref": "version/2023.6.0",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }
@ -63,11 +63,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1672245824, "lastModified": 1687462197,
"narHash": "sha256-i596lbPiA/Rfx3DiJiCluxdgxWY7oGSgYMT7OmM+zik=", "narHash": "sha256-sJ4kSnGKlVSZ66RfMc0Uc+sruOxOD0SaBTfW8VMVLGw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "napalm", "repo": "napalm",
"rev": "7c25a05cef52dc405f4688422ce0046ca94aadcf", "rev": "22b610cdb812ad7abf22c05af45778ee394fbfd1",
"type": "github" "type": "github"
}, },
"original": { "original": {

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