From 685724808476d9a69bb705215bc558e2466789df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lennart=20M=C3=BChlenmeier?= Date: Sat, 7 Mar 2026 10:57:31 +0100 Subject: [PATCH] update: 2026.2 -> 2026.2.1 ChangeLog: https://docs.goauthentik.io/releases/2026.2/#fixed-in-202621 --- components/gopkgs.nix | 2 +- flake.lock | 8 ++++---- flake.nix | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/gopkgs.nix b/components/gopkgs.nix index 774cb1c..f81127a 100644 --- a/components/gopkgs.nix +++ b/components/gopkgs.nix @@ -69,7 +69,7 @@ buildGo125Module { ] ++ lib.optionals guacamoleAvailable [ "cmd/rac" ]; - vendorHash = "sha256-0YKn6qScUjkLOq/hyUZp7e+dQ58POSgj4CgfDro+5J4="; + vendorHash = "sha256-8dCw7CBPboUhx/mNpD/ml6w4DsStDNEFkRtOagsDEgk="; nativeBuildInputs = [ makeWrapper ]; doCheck = false; postInstall = '' diff --git a/flake.lock b/flake.lock index 67cd0d6..8a7250b 100644 --- a/flake.lock +++ b/flake.lock @@ -19,16 +19,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1771963976, - "narHash": "sha256-pVQ34cZYX3hlk6hF1aZ/n32xMqTF4Jmp0G0VGDU7iXc=", + "lastModified": 1772567399, + "narHash": "sha256-0Vpf1hj9C8r+rhrCgwoNazpQ+mwgjdjDhuoKCxYQFWw=", "owner": "goauthentik", "repo": "authentik", - "rev": "8af491630b70ff6bd089753e21bef511bfb3f557", + "rev": "0dccbd4193c45c581e9fb7cd89df0c1487510f1f", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2026.2.0", + "ref": "version/2026.2.1", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 913a573..bfde169 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ }; authentik-src = { # 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; }; authentik-go = { @@ -72,7 +72,7 @@ ... }: 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 { systems = import inputs.systems;