Merge pull request #96 from freiheitsrechte/authentik-2026.2.1

update: 2026.2 -> 2026.2.1
This commit is contained in:
Maximilian Bosch 2026-03-07 19:43:41 +01:00 committed by GitHub
commit 7e4730351f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -69,7 +69,7 @@ buildGo125Module {
] ++ lib.optionals guacamoleAvailable [ ] ++ lib.optionals guacamoleAvailable [
"cmd/rac" "cmd/rac"
]; ];
vendorHash = "sha256-0YKn6qScUjkLOq/hyUZp7e+dQ58POSgj4CgfDro+5J4="; vendorHash = "sha256-8dCw7CBPboUhx/mNpD/ml6w4DsStDNEFkRtOagsDEgk=";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
doCheck = false; doCheck = false;
postInstall = '' postInstall = ''

8
flake.lock generated
View file

@ -19,16 +19,16 @@
"authentik-src": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1771963976, "lastModified": 1772567399,
"narHash": "sha256-pVQ34cZYX3hlk6hF1aZ/n32xMqTF4Jmp0G0VGDU7iXc=", "narHash": "sha256-0Vpf1hj9C8r+rhrCgwoNazpQ+mwgjdjDhuoKCxYQFWw=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "8af491630b70ff6bd089753e21bef511bfb3f557", "rev": "0dccbd4193c45c581e9fb7cd89df0c1487510f1f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2026.2.0", "ref": "version/2026.2.1",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

@ -42,7 +42,7 @@
}; };
authentik-src = { authentik-src = {
# change version string in outputs as well when updating # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2026.2.0"; url = "github:goauthentik/authentik/version/2026.2.1";
flake = false; flake = false;
}; };
authentik-go = { authentik-go = {
@ -72,7 +72,7 @@
... ...
}: }:
let let
authentik-version = "2026.2.0"; # to pass to the drvs of some components authentik-version = "2026.2.1"; # to pass to the drvs of some components
in in
{ {
systems = import inputs.systems; systems = import inputs.systems;