update: 2023.10.0 -> 2023.10.1

This commit is contained in:
WilliButz 2023-10-27 16:47:56 +02:00
parent e1ccfb9fb6
commit 1ec83f48ae
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2023.10.0";
url = "github:goauthentik/authentik/version/2023.10.1";
flake = false;
};
};
@ -43,7 +43,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2023.10.0"; # to pass to the drvs of some components
authentik-version = "2023.10.1"; # to pass to the drvs of some components
in {
systems = [
"x86_64-linux"