update: 2026.2 -> 2026.2.1

ChangeLog: https://docs.goauthentik.io/releases/2026.2/#fixed-in-202621
This commit is contained in:
Lennart Mühlenmeier 2026-03-07 10:57:31 +01:00
parent 5818986331
commit 6857248084
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View file

@ -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 = ''